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

Latest commit

 

History

History
26 lines (22 loc) · 2.69 KB

FixedTerm.md

File metadata and controls

26 lines (22 loc) · 2.69 KB

FixedTerm

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str id [optional]
subscription_id str { "description" : "subscriptionID", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "The ID of the organization associated with the amendment.", "verbs":["POST","PUT","GET"] }
fixed_term_definition_id str { "description" : "fixedTermDefinitionID", "verbs":["POST","PUT","GET"] }
fixed_term_definition MutableBillingEntity
expiry_behaviour str fixedTermExpiryBehaviour
state str state
product_rate_plan_as_of_time datetime productRatePlanAsOfTime
compound_uplift float { "description" : "compoundUplift", "verbs":["POST","PUT","GET"] }The proportional INCREASE in price applied every time the fixed terms recur. e.g. 0.03 is a 3% increase. -0.5 is a 50% decrease. 3 is a 300% increase
start_time datetime start_time
expiry_time datetime expiry_time
periods int { "description" : "The number of billing periods that this fixed term lasts for.", "verbs":["POST","PUT","GET"] }
fixed_term_number int { "description" : "The number of sequential fixed terms previous to this one for the subscription (i.e. zero indexed 'fixedTermCount').", "verbs":["POST","PUT","GET"] }
deleted bool { "description" : "Is the fixedTerm deleted.", "verbs":["POST","PUT","GET"] } [default to False]

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