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

Latest commit

 

History

History
23 lines (19 loc) · 3.07 KB

File metadata and controls

23 lines (19 loc) · 3.07 KB

InsertableBillingEntity

Properties

Name Type Description Notes
applied datetime { "description" : "The UTC DateTime when the pricing-component-value-change was processed.", "verbs":["POST","PUT","GET"] } [optional]
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]
id str { "description" : "ID of the pricing-component-value-change.", "verbs":["POST","PUT","GET"] } [optional]
pricing_component_id str { "description" : "ID of the pricing-component associated with the pricing-component-value-change.", "verbs":["POST","PUT","GET"] }
unit_of_measure_id str { "description" : "ID of the unit-of-measure associated with the pricing-component-value-change.", "verbs":["POST","PUT","GET"] } [optional]
subscription_id str { "description" : "ID of the subscription associated with the pricing-component-value-change.", "verbs":["POST","PUT","GET"] }
invoice_id str { "description" : "ID of the invoice associated with the pricing-component-value-change.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "The organizationID.", "verbs":["POST","PUT","GET"] }
new_value int { "description" : "The new value of the pricing-component.", "verbs":["POST","PUT","GET"] }
old_value int { "description" : "The new value of the pricing-component.", "verbs":["POST","PUT","GET"] }
mode str { "description" : "The value change mode.", "verbs":["POST","PUT","GET"] }
state str { "description" : "The value change state.", "verbs":["POST","PUT","GET"] }
as_of datetime { "description" : "The UTC DateTime when the pricing-component-value-change was calculated.", "verbs":["POST","PUT","GET"] }

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