PaymentIntentBoleto constructor
const
PaymentIntentBoleto({
- int? expiresAfterDays,
- PaymentIntentSetupFutureUsage? setupFutureUsage,
payment_method_options_param
If this is a `boleto` PaymentMethod, this sub-hash contains details about the Boleto payment method options.
Implementation
const PaymentIntentBoleto({
this.expiresAfterDays,
this.setupFutureUsage,
});