Stripe.Params.CustomerFundingInstructionsCreateFundingInstructionsParams
(tiger_stripe v0.4.0)
Copy Markdown
View Source
Parameters for customer funding instructions create funding instructions.
Summary
Types
@type t() :: %Stripe.Params.CustomerFundingInstructionsCreateFundingInstructionsParams{ bank_transfer: term(), currency: term(), expand: term(), funding_type: term() }
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.