FormType class

The available form types.

Constructors

FormType(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

cn22 FormType
The CN22 form type.
getter/setter pair
codReturnLabel FormType
The COD return label form type.
getter/setter pair
commercialInvoice FormType
The commercial invoice form type.
getter/setter pair
highValueReport FormType
The high value report form type.
getter/setter pair
labelQrCode FormType
The label QR code form type.
getter/setter pair
naftaCertificateOfOrigin FormType
The NAFTA certificate of origin form type.
getter/setter pair
orderSummary FormType
The order summary form type.
getter/setter pair
returnPackingSlip FormType
The return packing slip form type.
getter/setter pair
rmaQrCode FormType
The RMA QR code form type.
getter/setter pair

Static Methods

asString(FormType? formType) String?
Get the String representation of a FormType.
fromString(String? value) FormType?
Get the FormType from a String.