PaymentIntentCartesBancaires constructor

const PaymentIntentCartesBancaires({
  1. required PaymentIntentCbAvalgo cbAvalgo,
  2. String? cbExemption,
  3. int? cbScore,
})

cartes_bancaires_network_options_param

Cartes Bancaires-specific 3DS fields.

Implementation

const PaymentIntentCartesBancaires({
  required this.cbAvalgo,
  this.cbExemption,
  this.cbScore,
});