TransactionPayload constructor
TransactionPayload({
- String? merchantCode,
- String? domain,
- String? transactionReference,
- String? orderId,
- String? expiryTime,
- String? currencyCode,
- int? amount,
- String? narration,
- String? redirectUrl,
- String? iconUrl,
- String? primaryAccentColor,
- String? merchantName,
- String? providerIconUrl,
- String? cardTokensJson,
- String? reqId,
- String? field1,
- int? preauth,
- String? customerId,
- String? customerFirstName,
- String? customerSecondName,
- String? customerEmail,
- String? customerMobile,
- String? customerCity,
- String? customerCountry,
- String? customerPostalCode,
- String? customerStreet,
- String? customerState,
Implementation
TransactionPayload(
{this.merchantCode,
this.domain,
this.transactionReference,
this.orderId,
this.expiryTime,
this.currencyCode,
this.amount,
this.narration,
this.redirectUrl,
this.iconUrl,
this.primaryAccentColor,
this.merchantName,
this.providerIconUrl,
this.cardTokensJson,
this.reqId,
this.field1,
this.preauth,
this.customerId,
this.customerFirstName,
this.customerSecondName,
this.customerEmail,
this.customerMobile,
this.customerCity,
this.customerCountry,
this.customerPostalCode,
this.customerStreet,
this.customerState});