Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 2.27 KB

File metadata and controls

18 lines (14 loc) · 2.27 KB

Period

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
subscription_id str { "description" : "ID of the subscription to which this billing period pertains.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "Organization associated with this billing period.", "verbs":["POST","PUT","GET"] }
invoice_id str [optional]
state str { "description" : "The current state of this billing period. Initially a period is '", "verbs":["POST","PUT","GET"] }ACTIVE_STATE'. Once the 'stop' date is passed, the billing period becomes HISTORIC_STATE.
period int { "description" : "The incarnation of the subscription to which this billing period refers. The first incarnation of the subscription is in 'period 0'. A recurring subscription may enter 'period 1' and further.", "verbs":["POST","PUT","GET"] }
start datetime { "description" : "The start date of this billing period, UTC DateTime", "verbs":["POST","PUT","GET"] }
stop datetime { "description" : "The end date of this billing period, UTC DateTime", "verbs":["POST","PUT","GET"] } [optional]
usage_type str { "description" : "The type of usage measured within this billing period. Options are '", "verbs":["POST","PUT","GET"] }Temporal which refers to time-based usage and Itemized, which refers to one-off usages.

[Back to Model list] [Back to API list] [Back to README]