View Source Stripe.Types (stripity_stripe v3.2.0)
A module that contains shared types matching Stripe schemas.
Summary
Types
@type dob() :: %{day: 1..31 | nil, month: 1..12 | nil, year: pos_integer() | nil}
@type transfer_schedule() :: %{ delay_days: non_neg_integer(), interval: String.t(), monthly_anchor: non_neg_integer() | nil, weekly_anchor: String.t() | nil }