MFInvoiceTransaction constructor

MFInvoiceTransaction({
  1. String? transactionDate,
  2. String? paymentGateway,
  3. String? referenceId,
  4. String? trackId,
  5. String? transactionId,
  6. String? paymentId,
  7. String? authorizationId,
  8. String? transactionStatus,
  9. String? transationValue,
  10. String? customerServiceCharge,
  11. String? totalServiceCharge,
  12. String? dueValue,
  13. String? paidCurrency,
  14. String? paidCurrencyValue,
  15. String? ipAddress,
  16. String? country,
  17. String? currency,
  18. String? error,
  19. String? cardNumber,
  20. 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});