ZoopPayment constructor
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}
)
Implementation
ZoopPayment(
{this.fees,
this.feeDetails,
this.createdAt,
this.arpc,
this.statementDescriptor,
this.updatedAt,
this.originalAmount,
this.captured,
this.pointOfSale,
this.currency,
this.refunded,
this.voided,
this.id,
this.gatewayAuthorizer,
this.iccData,
this.paymentMethod,
this.amount,
this.resource,
this.onBehalfOf,
this.history,
this.uri,
this.expectedOn,
this.appTransactionUid,
this.paymentType,
this.salesReceipt,
this.transactionNumber,
this.paymentAuthorization,
this.aid,
this.status,
this.customer});