Stripe.Resources.FundingInstructions (tiger_stripe v0.4.0)

Copy Markdown View Source

CustomerBalanceFundingInstructionsCustomerBalanceFundingInstructions

Each customer has a balance that is automatically applied to future invoices and payments using the customer_balance payment method. Customers can fund this balance by initiating a bank transfer to any account in the financial_addresses field. Related guide: Customer balance funding instructions

Summary

Types

t()

@type t() :: %Stripe.Resources.FundingInstructions{
  bank_transfer: term(),
  currency: term(),
  funding_type: term(),
  livemode: term(),
  object: term()
}
  • bank_transfer - Expandable.
  • currency - Three-letter ISO currency code, in lowercase. Must be a supported currency. Max length: 5000.
  • funding_type - The funding_type of the returned instructions Possible values: bank_transfer.
  • livemode - If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: funding_instructions.

Functions

expandable_fields()

object_name()