ZoopPayment constructor

ZoopPayment(
  1. {String fees,
  2. List<FeeDetails> feeDetails,
  3. String createdAt,
  4. String arpc,
  5. String statementDescriptor,
  6. String updatedAt,
  7. String originalAmount,
  8. bool captured,
  9. PointOfSale pointOfSale,
  10. String currency,
  11. bool refunded,
  12. bool voided,
  13. String id,
  14. String gatewayAuthorizer,
  15. String iccData,
  16. PaymentMethod paymentMethod,
  17. String amount,
  18. String resource,
  19. String onBehalfOf,
  20. List<History> history,
  21. String uri,
  22. String expectedOn,
  23. String appTransactionUid,
  24. String paymentType,
  25. String salesReceipt,
  26. String transactionNumber,
  27. PaymentAuthorization paymentAuthorization,
  28. String aid,
  29. String status,
  30. 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});