MFDirectPaymentModel constructor

MFDirectPaymentModel({
  1. String? paymentType,
  2. bool? saveToken,
  3. MFCard? card,
  4. String? token,
  5. bool? bypass3DS,
})

Implementation

MFDirectPaymentModel(
    {this.paymentType,
    this.saveToken,
    this.card,
    this.token,
    this.bypass3DS});