PaymentMethod constructor

PaymentMethod({
  1. BillingDetails? billingDetails,
  2. CreditCard? card,
  3. num? created,
  4. String? customerId,
  5. String? id,
  6. bool? livemode,
  7. String? type,
})

Implementation

PaymentMethod({this.billingDetails, this.card, this.created, this.customerId, this.id, this.livemode, this.type});