PayResult constructor
PayResult({
- String? trackingId,
- String? paymentId,
- String? desc,
- String? merchantTransactionId,
- String? status,
- String? checksum,
- String? descriptor,
- String? token,
- String? registrationId,
- String? firstName,
- String? lastName,
- String? currency,
- String? amount,
- String? tmplCurrency,
- String? tmplAmount,
- String? timestamp,
- String? resultCode,
- String? resultDescription,
- String? cardBin,
- String? cardLast4Digits,
- String? custEmail,
- String? paymentMode,
- String? paymentBrand,
Implementation
PayResult({
this.trackingId,
this.paymentId,
this.desc,
this.merchantTransactionId,
this.status,
this.checksum,
this.descriptor,
this.token,
this.registrationId,
this.firstName,
this.lastName,
this.currency,
this.amount,
this.tmplCurrency,
this.tmplAmount,
this.timestamp,
this.resultCode,
this.resultDescription,
this.cardBin,
this.cardLast4Digits,
this.custEmail,
this.paymentMode,
this.paymentBrand,
});