Stripe.Params.CustomerFundingInstructionsCreateFundingInstructionsParams
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Parameters for customer funding instructions create funding instructions.
Summary
Types
@type t() :: %Stripe.Params.CustomerFundingInstructionsCreateFundingInstructionsParams{ bank_transfer: Stripe.Params.CustomerFundingInstructionsCreateFundingInstructionsParams.BankTransfer.t(), currency: String.t(), expand: [String.t()] | nil, funding_type: String.t() }
bank_transfer- Additional parameters forbank_transferfunding typescurrency- Three-letter ISO currency code, in lowercase. Must be a supported currency. Format: ISO 4217 currency code.expand- Specifies which fields in the response should be expanded.funding_type- Thefunding_typeto get the instructions for. Possible values:bank_transfer.