PaymentMethod constructor

PaymentMethod({
  1. String? id,
  2. AuBecsDebit? auBecsDebit,
  3. BillingDetails? billingDetails,
  4. dynamic customer,
  5. Map<String, dynamic>? metadata,
  6. String? object,
  7. PaymentMethodType? type,
})

Implementation

PaymentMethod(
    {this.id,
    this.auBecsDebit,
    this.billingDetails,
    this.customer,
    this.metadata,
    this.object,
    this.type});