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

Latest commit

 

History

History
16 lines (13 loc) · 2.14 KB

Period.md

File metadata and controls

16 lines (13 loc) · 2.14 KB

Bfwd::Period

Properties

Name Type Description Notes
created DateTime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
subscription_id String { "description" : "ID of the subscription to which this billing period pertains.", "verbs":["POST","PUT","GET"] }
organization_id String { "description" : "Organization associated with this billing period.", "verbs":["POST","PUT","GET"] }
invoice_id String [optional]
state String { "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 Integer { "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 String { "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.