CardOrder class abstract
CardOrder
Properties:
- beginDate - The date when the card order is created.
- cardManufacturingProfileId - The unique identifier of the card manufacturer profile.
- closedDate - The date when the card order processing ends.
- endDate - The date when you manually closed the card order. Card orders are automatically closed by the end of the day it was created. If you manually closed it beforehand, the closing date is shown as the
endDate. - id - The unique identifier of the card order.
- lockDate - The date when the card order processing begins.
- serviceCenter - The service center.
- status - The status of the card order. Possible values: Open, Closed.
- Annotations
-
- @BuiltValue.new()
Constructors
- CardOrder([void updates(CardOrderBuilder b)])
-
factory
Properties
- beginDate → DateTime?
-
The date when the card order is created.
no setter
- cardManufacturingProfileId → String?
-
The unique identifier of the card manufacturer profile.
no setter
- closedDate → DateTime?
-
The date when the card order processing ends.
no setter
- endDate → DateTime?
-
The date when you manually closed the card order. Card orders are automatically closed by the end of the day it was created. If you manually closed it beforehand, the closing date is shown as the
endDate.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the card order.
no setter
- lockDate → DateTime?
-
The date when the card order processing begins.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceCenter → String?
-
The service center.
no setter
- status → CardOrderStatusEnum?
-
The status of the card order. Possible values: Open, Closed.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CardOrderBuilder)) → CardOrder -
Rebuilds the instance.
inherited
-
toBuilder(
) → CardOrderBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CardOrder> -
no setter