PaymentMethodData constructor

PaymentMethodData({
  1. BillingDetails? billingDetails,
  2. Map<String, dynamic>? metadata,
  3. PaymentMethodType? type,
  4. AuBecsDebitMethod? auBecsDebit,
  5. CardMethod? card,
  6. FpxMethod? fpx,
  7. IdealMethod? ideal,
  8. SepaDebitMethod? sepaDebit,
})

Implementation

PaymentMethodData(
    {this.billingDetails,
    this.metadata,
    this.type,
    this.auBecsDebit,
    this.card,
    this.fpx,
    this.ideal,
    this.sepaDebit});