DigitalpayeResponsePayment constructor

DigitalpayeResponsePayment({
  1. String? linkpaymentId,
  2. String? ref,
  3. String? operatorId,
  4. String? transactionId,
  5. String? cardId,
  6. String? numberUser,
  7. String? nameUser,
  8. String? emailUser,
  9. String? countryUser,
  10. String? currency,
  11. String? amount,
  12. String? fees,
  13. String? amountReceive,
  14. String? amountTotal,
  15. String? status,
  16. String? typeTransaction,
  17. String? typePayment,
  18. String? redirectUrl,
  19. String? date,
  20. String? dateUpdate,
  21. String? waveLaunchUrl,
})

Implementation

DigitalpayeResponsePayment({
  this.linkpaymentId,
  this.ref,
  this.operatorId,
  this.transactionId,
  this.cardId,
  this.numberUser,
  this.nameUser,
  this.emailUser,
  this.countryUser,
  this.currency,
  this.amount,
  this.fees,
  this.amountReceive,
  this.amountTotal,
  this.status,
  this.typeTransaction,
  this.typePayment,
  this.redirectUrl,
  this.date,
  this.dateUpdate,
  this.waveLaunchUrl,
});