ZoopPayment class
Constructors
-
ZoopPayment({String fees,
List< FeeDetails> feeDetails,String createdAt, String arpc, String statementDescriptor, String updatedAt, String originalAmount, bool captured, PointOfSale pointOfSale, String currency, bool refunded, bool voided, String id, String gatewayAuthorizer, String iccData, PaymentMethod paymentMethod, String amount, String resource, String onBehalfOf, List< History> history,String uri, String expectedOn, String appTransactionUid, String paymentType, String salesReceipt, String transactionNumber, PaymentAuthorization paymentAuthorization, String aid, String status, String customer} ) -
ZoopPayment.fromJson(Map<
String, dynamic> json)
Properties
- aid ↔ String
-
read / write
- amount ↔ String
-
read / write
- appTransactionUid ↔ String
-
read / write
- arpc ↔ String
-
read / write
- captured ↔ bool
-
read / write
- createdAt ↔ String
-
read / write
- currency ↔ String
-
read / write
- customer ↔ String
-
read / write
- expectedOn ↔ String
-
read / write
-
feeDetails
↔ List<
FeeDetails> -
read / write
- fees ↔ String
-
read / write
- gatewayAuthorizer ↔ String
-
read / write
-
history
↔ List<
History> -
read / write
- iccData ↔ String
-
read / write
- id ↔ String
-
read / write
- onBehalfOf ↔ String
-
read / write
- originalAmount ↔ String
-
read / write
- paymentAuthorization ↔ PaymentAuthorization
-
read / write
- paymentMethod ↔ PaymentMethod
-
read / write
- paymentType ↔ String
-
read / write
- pointOfSale ↔ PointOfSale
-
read / write
- refunded ↔ bool
-
read / write
- resource ↔ String
-
read / write
- salesReceipt ↔ String
-
read / write
- statementDescriptor ↔ String
-
read / write
- status ↔ String
-
read / write
- transactionNumber ↔ String
-
read / write
- updatedAt ↔ String
-
read / write
- uri ↔ String
-
read / write
- voided ↔ bool
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited