PaymentMethodCard constructor

PaymentMethodCard(
  1. CardInfo? card,
  2. String? type,
  3. String? customerGid,
  4. bool? saved,
)

Implementation

PaymentMethodCard(this.card, this.type, this.customerGid, this.saved);