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