ZettlePluginRefundResponse class
Refund response object.
Contains all the transaction informations. Some fields are available for Android only.
Constructors
- ZettlePluginRefundResponse.new({required ZettlePluginRefundStatus status, int? originalAmount, int? refundedAmount, String? cardType, String? maskedPan, String? cardPaymentUUID})
- ZettlePluginRefundResponse.fromMap(Map response)
Properties
- cardPaymentUUID ↔ String?
-
getter/setter pair
- cardType ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maskedPan ↔ String?
-
getter/setter pair
- originalAmount ↔ int?
-
getter/setter pair
- refundedAmount ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ ZettlePluginRefundStatus
-
Transaction's outcome
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited