MFInvoiceTransaction constructor
MFInvoiceTransaction({
- String? transactionDate,
- String? paymentGateway,
- String? referenceId,
- String? trackId,
- String? transactionId,
- String? paymentId,
- String? authorizationId,
- String? transactionStatus,
- String? transationValue,
- String? customerServiceCharge,
- String? totalServiceCharge,
- String? dueValue,
- String? paidCurrency,
- String? paidCurrencyValue,
- String? ipAddress,
- String? country,
- String? currency,
- String? error,
- String? cardNumber,
- String? errorCode,
Implementation
MFInvoiceTransaction(
{this.transactionDate,
this.paymentGateway,
this.referenceId,
this.trackId,
this.transactionId,
this.paymentId,
this.authorizationId,
this.transactionStatus,
this.transationValue,
this.customerServiceCharge,
this.totalServiceCharge,
this.dueValue,
this.paidCurrency,
this.paidCurrencyValue,
this.ipAddress,
this.country,
this.currency,
this.error,
this.cardNumber,
this.errorCode});