PaymentMethod constructor

PaymentMethod({
  1. String? id,
  2. Billing? billingDetails,
  3. AuBecsDebit? auBecsDebit,
  4. Map<String, dynamic>? cardPresent,
  5. int? created,
  6. dynamic customer,
  7. Fpx? fpx,
  8. Ideal? ideal,
  9. bool? livemode,
  10. Map<String, dynamic>? metadata,
  11. String? object,
  12. SepaDebit? sepaDebit,
  13. String? type,
  14. Card? card,
})

Implementation

PaymentMethod(
    {this.id,
    this.billingDetails,
    this.auBecsDebit,
    this.cardPresent,
    this.created,
    this.customer,
    this.fpx,
    this.ideal,
    this.livemode,
    this.metadata,
    this.object,
    this.sepaDebit,
    this.type,
    this.card});