DirectPaymentResponse constructor

DirectPaymentResponse({
  1. String? status,
  2. String? errorMessage,
  3. String? paymentId,
  4. String? token,
  5. String? recurringId,
  6. String? paymentURL,
  7. MFCardInfo? cardInfo,
})

Implementation

DirectPaymentResponse(
    {this.status,
    this.errorMessage,
    this.paymentId,
    this.token,
    this.recurringId,
    this.paymentURL,
    this.cardInfo});