PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccountMandateOptions constructor

const PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccountMandateOptions({
  1. PaymentIntentCollectionMethod? collectionMethod,
})

mandate_options_param

Additional fields for Mandate creation

Implementation

const PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccountMandateOptions(
    {this.collectionMethod});