PaymentMethodDetailsCard constructor

payment_method_details_card

Implementation

const PaymentMethodDetailsCard({
  this.amountAuthorized,
  this.brand,
  this.captureBefore,
  this.checks,
  this.country,
  this.description,
  required this.expMonth,
  required this.expYear,
  this.extendedAuthorization,
  this.fingerprint,
  this.funding,
  this.iin,
  this.incrementalAuthorization,
  this.installments,
  this.issuer,
  this.last4,
  this.mandate,
  this.moto,
  this.multicapture,
  this.network,
  this.networkToken,
  this.overcapture,
  this.threeDSecure,
  this.wallet,
});