OutboundPaymentDestinationPaymentMethodOptions constructor

const OutboundPaymentDestinationPaymentMethodOptions({
  1. OutboundPaymentUsBankAccount? usBankAccount,
})

payment_method_options

Payment method-specific configuration for this OutboundPayment.

Implementation

const OutboundPaymentDestinationPaymentMethodOptions({this.usBankAccount});