PaymentIntentNetworkOptions constructor

const PaymentIntentNetworkOptions({
  1. PaymentIntentCartesBancaires? cartesBancaires,
})

network_options_param

Network specific 3DS fields. Network specific arguments require an explicit card brand choice. The parameter `payment_method_options.card.network`` must be populated accordingly

Implementation

const PaymentIntentNetworkOptions({this.cartesBancaires});