PaymentMethodCardCardDetailsParams constructor
const
PaymentMethodCardCardDetailsParams({
- String? cvc,
- required int expMonth,
- required int expYear,
- PaymentMethodNetworks? networks,
- required String number,
card_details_params
Implementation
const PaymentMethodCardCardDetailsParams({
this.cvc,
required this.expMonth,
required this.expYear,
this.networks,
required this.number,
});