PaymentIntentCartesBancaires constructor
const
PaymentIntentCartesBancaires({
- required PaymentIntentCbAvalgo cbAvalgo,
- String? cbExemption,
- int? cbScore,
cartes_bancaires_network_options_param
Cartes Bancaires-specific 3DS fields.
Implementation
const PaymentIntentCartesBancaires({
required this.cbAvalgo,
this.cbExemption,
this.cbScore,
});