Subscriptions
Zone Subscription Details
zones.subscriptions.get(SubscriptionGetParams**kwargs) -> SubscriptionGetResponse
GET/zones/{zone_id}/subscription
Create Zone Subscription
zones.subscriptions.create(SubscriptionCreateParams**kwargs) -> SubscriptionCreateResponse
POST/zones/{zone_id}/subscription
Update Zone Subscription
zones.subscriptions.update(SubscriptionUpdateParams**kwargs) -> SubscriptionUpdateResponse
PUT/zones/{zone_id}/subscription
ModelsExpand Collapse
class SubscriptionGetResponse: …
class SubscriptionGetResponse: …
current_period_end: Optional[datetime]
The end of the current period and also when the next billing is due.
formatdate-time
current_period_start: Optional[datetime]
When the current billing period started. May match initial_period_start if this is the first period.
formatdate-time
class SubscriptionCreateResponse: …
class SubscriptionCreateResponse: …
current_period_end: Optional[datetime]
The end of the current period and also when the next billing is due.
formatdate-time
current_period_start: Optional[datetime]
When the current billing period started. May match initial_period_start if this is the first period.
formatdate-time
class SubscriptionUpdateResponse: …
class SubscriptionUpdateResponse: …
current_period_end: Optional[datetime]
The end of the current period and also when the next billing is due.
formatdate-time
current_period_start: Optional[datetime]
When the current billing period started. May match initial_period_start if this is the first period.
formatdate-time