Stripe.Params.CustomerFundingInstructionsCreateFundingInstructionsParams (tiger_stripe v0.1.10)

Copy Markdown View Source

Parameters for customer funding instructions create funding instructions.

Summary

Types

t()

@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 for bank_transfer funding types
  • currency - 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 - The funding_type to get the instructions for. Possible values: bank_transfer.