PayRequest constructor

PayRequest({
  1. String? memberId,
  2. String? checksum,
  3. String? terminalId,
  4. String? merchantTransactionId,
  5. String? amount,
  6. String? currency,
  7. String? toType,
  8. String? version,
  9. String? email,
  10. String? phone,
  11. String? birthDate,
  12. String? givenName,
  13. String? surName,
  14. String? postCode,
  15. String? street,
  16. String? city,
  17. String? state,
  18. String? country,
  19. String? telnocc,
  20. String? memberKey,
  21. String? orderDescription,
  22. String? countryCode,
  23. String? ipAddress,
  24. String? reserveField,
  25. String? notificationUrl,
  26. String? hostUrl,
  27. String? customerId,
  28. String? paymentMode,
  29. String? paymentBrand,
  30. String? device,
})

Implementation

PayRequest({
  this.memberId,
  this.checksum,
  this.terminalId,
  this.merchantTransactionId,
  this.amount,
  this.currency,
  this.toType,
  this.version,
  this.email,
  this.phone,
  this.birthDate,
  this.givenName,
  this.surName,
  this.postCode,
  this.street,
  this.city,
  this.state,
  this.country,
  this.telnocc,
  this.memberKey,
  this.orderDescription,
  this.countryCode,
  this.ipAddress,
  this.reserveField,
  this.notificationUrl,
  this.hostUrl,
  this.customerId,
  this.paymentMode,
  this.paymentBrand,
  this.device,
});