OutboundTransfersPaymentMethodDetails
Summary
Types
@type t() :: %Stripe.Resources.DestinationPaymentMethodDetails{ billing_details: Stripe.Resources.BillingDetails.t(), financial_account: Stripe.Resources.FinancialAccount.t() | nil, type: String.t(), us_bank_account: Stripe.Resources.UsBankAccount.t() | nil }
billing_details- Expandable.financial_account- Expandable.type- The type of the payment method used in the OutboundTransfer. Possible values:financial_account,us_bank_account.us_bank_account- Expandable.