stripity_stripe v2.7.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
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
shipping()
View Source
shipping() :: %{
address: Stripe.Types.address(),
carrier: String.t() | nil,
eta: Stripe.timestamp() | nil,
name: String.t(),
phone: String.t() | nil,
status: String.t() | nil,
tracking_number: String.t() | nil,
tracking_url: String.t() | nil
}
shipping() :: %{ address: Stripe.Types.address(), carrier: String.t() | nil, eta: Stripe.timestamp() | nil, name: String.t(), phone: String.t() | nil, status: String.t() | nil, tracking_number: String.t() | nil, tracking_url: String.t() | nil }
Link to this type
subscription_billing_thresholds() View Source
Link to this type
tax_info() View Source
Link to this type
tax_info_verification() 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 }