Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.25 KB

Printer.md

File metadata and controls

18 lines (14 loc) · 1.25 KB

ShipmondoApi.Dotnet.Model.Printer

Properties

Name Type Description Notes
Name string User-specified name of the printer. [optional]
Hostname string The name of the computer/host from which the printer is accessed. [optional]
_Printer string The name of the printer as it appears on the computer/host. [optional]
LabelFormat string The given format of the printer [optional]
DefaultPrinter bool Indicates if the printer is default for shipments [optional] [default to false]
DefaultDocumentPrinter bool Indicates if the printer is default for printing documents such as proforma invoices. [optional] [default to false]
DefaultPickDocumentPrinter bool Indicates if the printer is default for printing pick documents such as packing slips and pick path documents. [optional] [default to false]
AutoPrint bool [optional] [default to false]
StaffAccountId int The identifier for the related staff account. [optional]

[Back to Model list] [Back to API list] [Back to README]