View Source Stripe.FundingInstructions (stripity_stripe v3.2.0)
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
@type t() :: %Stripe.FundingInstructions{ bank_transfer: term(), currency: binary(), funding_type: binary(), livemode: boolean(), object: binary() }
The funding_instructions type.
bank_transfercurrencyThree-letter ISO currency code, in lowercase. Must be a supported currency.funding_typeThefunding_typeof the returned instructionslivemodeHas the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.objectString representing the object's type. Objects of the same type share the same value.