Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 12 KB

ordersubscription.md

File metadata and controls

30 lines (27 loc) · 12 KB

OrderSubscription

Fields

Field Type Required Description
metadata Dict[str, models.OrderSubscriptionMetadata] ✔️ N/A
created_at date ✔️ Creation timestamp of the object.
modified_at date ✔️ Last modification timestamp of the object.
id str ✔️ The ID of the object.
amount Nullable[int] ✔️ N/A
currency Nullable[str] ✔️ N/A
recurring_interval models.SubscriptionRecurringInterval ✔️ N/A
status models.SubscriptionStatus ✔️ N/A
current_period_start date ✔️ N/A
current_period_end date ✔️ N/A
cancel_at_period_end bool ✔️ N/A
canceled_at date ✔️ N/A
started_at date ✔️ N/A
ends_at date ✔️ N/A
ended_at date ✔️ N/A
customer_id str ✔️ N/A
product_id str ✔️ N/A
price_id str ✔️ N/A
discount_id Nullable[str] ✔️ N/A
checkout_id Nullable[str] ✔️ N/A
customer_cancellation_reason Nullable[models.CustomerCancellationReason] ✔️ N/A
customer_cancellation_comment Nullable[str] ✔️ N/A
user_id str ✔️ : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.