Ory.Model.Subscription
(ory_client v1.21.6)
Types
@type t() :: %Ory.Model.Subscription{
created_at: DateTime.t(),
currency: String.t(),
current_interval: String.t(),
current_plan: String.t(),
current_plan_details: Ory.Model.PlanDetails.t() | nil,
customer_id: String.t(),
id: String.t(),
interval_changes_to: String.t() | nil,
ongoing_stripe_checkout_id: String.t() | nil,
payed_until: DateTime.t(),
plan_changes_at: DateTime.t() | nil,
plan_changes_to: String.t() | nil,
status: String.t(),
stripe_checkout_expires_at: DateTime.t() | nil,
updated_at: DateTime.t()
}