Stripe.Params.CustomerFundingInstructionsCreateFundingInstructionsParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for customer funding instructions create funding instructions.

Summary

Types

t()

@type t() ::
  %Stripe.Params.CustomerFundingInstructionsCreateFundingInstructionsParams{
    bank_transfer: term(),
    currency: term(),
    expand: term(),
    funding_type: term()
  }
  • 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.