stripity_stripe v2.8.0 Stripe.Types View Source
A module that contains shared types matching Stripe schemas.
Link to this section Summary
Link to this section Types
Link to this type
address() View Source
Link to this type
collection_method_thresholds() View Source
Link to this type
dob()
View Source
dob()
View Source
dob() :: %{day: 1..31 | nil, month: 1..12 | nil, year: pos_integer() | nil}
dob() :: %{day: 1..31 | nil, month: 1..12 | nil, year: pos_integer() | nil}
Link to this type
fee() View Source
Link to this type
japan_address() View Source
Link to this type
metadata() View Source
Link to this type
shipping() View Source
Link to this type
transfer_schedule()
View Source
transfer_schedule()
View Source
transfer_schedule() :: %{
delay_days: non_neg_integer(),
interval: String.t(),
monthly_anchor: non_neg_integer() | nil,
weekly_anchor: String.t() | nil
}
transfer_schedule() :: %{
delay_days: non_neg_integer(),
interval: String.t(),
monthly_anchor: non_neg_integer() | nil,
weekly_anchor: String.t() | nil
}