View Source ExOAPI.Stripe.Schemas.PaymentMethodIdeal (exoapi_stripe v0.1.3)
:bank :: :string
The customer's bank, if provided. Can be one of abn_amro
, asn_bank
, bunq
, handelsbanken
, ing
, knab
, moneyou
, rabobank
, regiobank
, revolut
, sns_bank
, triodos_bank
, or van_lanschot
.
:bic :: :string
The Bank Identifier Code of the customer's bank, if the bank was provided.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.PaymentMethodIdeal{
bank:
(:van_lanschot
| :triodos_bank
| :sns_bank
| :revolut
| :regiobank
| :rabobank
| :moneyou
| :knab
| :ing
| :handelsbanken
| :bunq
| :asn_bank
| :abn_amro)
| nil,
bic:
(:TRIONL2U
| :SNSBNL2A
| :REVOLT21
| :RBRBNL21
| :RABONL2U
| :MOYONL21
| :KNABNL2H
| :INGBNL2A
| :HANDNL2A
| :FVLBNL22
| :BUNQNL2A
| :ASNBNL21
| :ABNANL2A)
| nil
}
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()