PaymentIntentCreateOptionsPaymentMethodOptionsAuBecsDebit constructor

const PaymentIntentCreateOptionsPaymentMethodOptionsAuBecsDebit({
  1. PaymentIntentSetupFutureUsage? setupFutureUsage,
})

payment_intent_payment_method_options_param

If this is a `au_becs_debit` PaymentMethod, this sub-hash contains details about the AU BECS Direct Debit payment method options.

Implementation

const PaymentIntentCreateOptionsPaymentMethodOptionsAuBecsDebit(
    {this.setupFutureUsage});