MFExecutePaymentResponse constructor

MFExecutePaymentResponse({
  1. int? invoiceId,
  2. bool? isDirectPayment,
  3. String? paymentURL,
  4. String? customerReference,
  5. String? userDefinedField,
  6. String? recurringId,
})

Implementation

MFExecutePaymentResponse(
    {this.invoiceId,
    this.isDirectPayment,
    this.paymentURL,
    this.customerReference,
    this.userDefinedField,
    this.recurringId});