stripity_stripe v2.0.1 Stripe.Types
A module that contains shared types matching Stripe schemas.
Link to this section Summary
Link to this section Types
Link to this type
address()
Link to this type
fee()
Link to this type
shipping()
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()
transfer_schedule() :: %{ delay_days: non_neg_integer(), interval: String.t(), monthly_anchor: non_neg_integer() | nil, weekly_anchor: String.t() | nil }