PaymentMethod constructor

PaymentMethod({
  1. String? customer,
  2. String? id,
  3. int? created,
  4. Map<String, dynamic>? metadata,
  5. dynamic type,
})

Implementation

PaymentMethod({this.customer, this.id, this.created, this.metadata, type});