PrintCustomCode class

The available print custom code types.

Constructors

PrintCustomCode(dynamic id, dynamic jsonValue)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
finalinherited

Methods

matches(ValueEnum other) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

departmentNumber PrintCustomCode
The department number (FedEx, UPS).
getter/setter pair
fedexReturnMerchandiseAuthorization PrintCustomCode
The return merchandise authorization (FedEx).
getter/setter pair
purchaseOrderNumber PrintCustomCode
The purchase order number (FedEx, UPS).
getter/setter pair
upsAccountsReceivableCustomerAccount PrintCustomCode
The accounts receivable customer account (UPS).
getter/setter pair
upsAppropriationNumber PrintCustomCode
The appropriation number (UPS).
getter/setter pair
upsBillOfLadingNumber PrintCustomCode
The bill of lading number (UPS).
getter/setter pair
upsCollectOnDeliveryNumber PrintCustomCode
The collect on delivery number (UPS).
getter/setter pair
upsDealerOrderNumber PrintCustomCode
The dealer order number (UPS).
getter/setter pair
upsFdaProductCode PrintCustomCode
The FDA product code (UPS).
getter/setter pair
upsInvoiceNumber PrintCustomCode
The invoice number (UPS).
getter/setter pair
upsManifestKeyNumber PrintCustomCode
The manifest key number (UPS).
getter/setter pair
upsModelNumber PrintCustomCode
The model number (UPS).
getter/setter pair
upsPartNumber PrintCustomCode
The part number (UPS).
getter/setter pair
upsProductionCode PrintCustomCode
The production code (UPS).
getter/setter pair
upsPurchaseRequestNumber PrintCustomCode
The purchase request number (UPS).
getter/setter pair
upsReturnMerchandiseAuthorization PrintCustomCode
The return merchandise authorization (UPS).
getter/setter pair
upsSalespersonNumber PrintCustomCode
The salesperson number (UPS).
getter/setter pair
upsSerialNumber PrintCustomCode
The serial number (UPS).
getter/setter pair
upsStoreNumber PrintCustomCode
The store number (UPS).
getter/setter pair
upsTransactionReferenceNumber PrintCustomCode
The transaction reference number (UPS).
getter/setter pair
uspsEmployerIdentificationNumber PrintCustomCode
The employer's identification number (USPS).
getter/setter pair
uspsFederalTaxId PrintCustomCode
The federal tax ID (USPS).
getter/setter pair

Static Methods

asString(PrintCustomCode? printCustomCode) String?
Get the String representation of a PrintCustomCode.
fromString(String? value) PrintCustomCode?
Get the PrintCustomCode from a String.