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

Latest commit

 

History

History
22 lines (18 loc) · 2.66 KB

File metadata and controls

22 lines (18 loc) · 2.66 KB

ComponentChange

Properties

Name Type Description Notes
id str id
organization_id str { "description" : "", "verbs":[] }
amendment_id str { "description" : "", "verbs":[] }
update_pricing_component_value_id str { "description" : "ID of the updateComponentValueAmendment object that is responsible for actioning the change.", "verbs":["GET"] } [optional]
pricing_component_id str { "description" : "ID of the pricing component, that will not change with versioning. (Must be provided if pricingComponentName is empty)", "verbs":["POST","GET"] }
pricing_component_name str { "description" : "Name of the pricing component. (Must be provided if pricingComponentID is empty)", "verbs":["POST","GET"] }
state str { "description" : "", "verbs":["GET"] }
change_mode str { &quot;description&quot; : &quot;<span class=\&quot;label label-default\&quot;>immediate</span> applies the changes to the subscription straight away. <span class=\&quot;label label-default\&quot;>delayed</span> applies the changes to the subscription at the start of the next billing period&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;] }
new_value int { &quot;description&quot; : &quot;Value of the pricing component that the subscription is moving to&quot;, &quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;] }
created datetime { &quot;description&quot; : &quot;The UTC DateTime when the object was created.&quot;, &quot;verbs&quot;:[] } [optional]
changed_by str { &quot;description&quot; : &quot;ID of the user who last updated the entity.&quot;, &quot;verbs&quot;:[] } [optional]
updated datetime { &quot;description&quot; : &quot;The UTC DateTime when the object was last updated.&quot;, &quot;verbs&quot;:[] } [optional]
value_effective datetime { &quot;description&quot; : &quot;Date when the value becomes active. For example when an upgrade will come into effect.&quot;, &quot;verbs&quot;:[&quot;GET&quot;] } [optional]

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