Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.88 KB

File metadata and controls

17 lines (13 loc) · 1.88 KB

CouponInstanceExistingValue

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 { "description" : "ID of the coupon-instance-existing-value.", "verbs":["POST","PUT","GET"] } [optional]
organization_id str { "description" : "ID of the organization associated with the coupon-existing-value.", "verbs":["POST","PUT","GET"] } [optional]
coupon_instance_id str { "description" : "The string ID of the coupon-instance associated with the coupon-instance-existing-value.", "verbs":["POST","PUT","GET"] } [optional]
logical_component_id str { "description" : "The consistent string ID of the pricing-component associated with the coupon-instance-existing-value.", "verbs":["POST","PUT","GET"] }
existing_value int { "description" : "The existing value", "verbs":["POST","PUT","GET"] }

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