PayRequest constructor
PayRequest({
- String? memberId,
- String? checksum,
- String? terminalId,
- String? merchantTransactionId,
- String? amount,
- String? currency,
- String? toType,
- String? version,
- String? email,
- String? phone,
- String? birthDate,
- String? givenName,
- String? surName,
- String? postCode,
- String? street,
- String? city,
- String? state,
- String? country,
- String? telnocc,
- String? memberKey,
- String? orderDescription,
- String? countryCode,
- String? ipAddress,
- String? reserveField,
- String? notificationUrl,
- String? hostUrl,
- String? customerId,
- String? paymentMode,
- String? paymentBrand,
- 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,
});