Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 3.15 KB

File metadata and controls

25 lines (21 loc) · 3.15 KB

UpdateComponentValueAmendment

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]
type str { "description" : "", "default" : "", "verbs":["POST","GET"] }
id str { "description" : "", "verbs":["GET"] } [optional]
organization_id str { "description" : "", "verbs":[""] } [optional]
subscription_id str { "description" : "", "verbs":["POST","PUT","GET"] }
amendment_type str { "description" : "Type of amendment", "verbs":["POST","GET"] }
actioning_time datetime { "description" : "When the amendment will run", "verbs":["POST","PUT","GET"] } [optional]
actioned_time datetime { "description" : "The time the amendment completed.", "verbs":["GET"] } [optional]
state str Whether the subscription-amendment is: pending (to be actioned in the future), succeeded (actioning completed), failed (actioning was attempted but no effect was made) or discarded (the amendment had been cancelled before being actioned). Default: Pending
deleted bool { "description" : "Is the amendment deleted.", "verbs":["GET"] } [default to False]
pricing_component_value_id str { "description" : "The consistent ID of the associated pricing-component-value.", "verbs":["POST","PUT","GET"] }
pricing_component_value_change_id str { "description" : "The unique ID of the associated pricing-component-value-change.", "verbs":["POST","PUT","GET"] }
pricing_component_id str { "description" : "The consistent ID of the associated pricing-component.", "verbs":["POST","PUT","GET"] }
value int { "description" : "The new value of the pricing-component-value", "verbs":["POST","PUT","GET"] }

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