PaymentMethodAttributes constructor
const
PaymentMethodAttributes({
- required PaymentMethodDetails details,
- required PayMongoBilling billing,
- PaymentType type = PaymentType.card,
billing for customer
Implementation
const PaymentMethodAttributes({
required this.details,
required this.billing,
this.type = PaymentType.card,
});