OrderResponse class
- Annotations
-
- @JsonSerializable.new(createToJson: false)
Constructors
- OrderResponse()
- OrderResponse.fromJson(dynamic json)
-
factory
Properties
- amount ↔ double?
-
getter/setter pair
- checkoutPageConfig ↔ CheckoutPageConfig?
-
getter/setter pair
- currency ↔ AmountUnit?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- provider ↔ PaymentProvider?
-
getter/setter pair
- providerOrderId ↔ String?
-
getter/setter pair
- referenceId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ OrderStatus?
-
getter/setter pair
Methods
-
isFailed(
) → bool -
isSuccessfullyPaid(
) → bool -
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