PaymentMethodUpdateOptionsCard constructor
const
PaymentMethodUpdateOptionsCard({
- int? expMonth,
- int? expYear,
- 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,
});