PaymentMethodUpdateOptionsCard constructor

const PaymentMethodUpdateOptionsCard({
  1. int? expMonth,
  2. int? expYear,
  3. PaymentMethodUpdateOptionsCardNetworks? networks,
})

update_api_param

If this is a `card` PaymentMethod, this hash contains the user's card details.

Implementation

const PaymentMethodUpdateOptionsCard({
  this.expMonth,
  this.expYear,
  this.networks,
});