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

Latest commit

 

History

History
24 lines (20 loc) · 4.28 KB

File metadata and controls

24 lines (20 loc) · 4.28 KB

UnitOfMeasureCouponModifier

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-modifier.", "verbs":["POST","PUT","GET"] } [optional]
organization_id str { "description" : "ID of the organization associated with the coupon-modifier.", "verbs":["POST","PUT","GET"] }
coupon_definition_id str { "description" : "The unique ID of the coupon-definition associated with the coupon-modifier.", "verbs":["POST","PUT","GET"] } [optional]
effect_amount float { "description" : "The effect amount for the coupon-modifier. This is affected by the operand field.", "verbs":["POST","PUT","GET"] }
operand str { "description" : "The operand field affects the effect amount of the coupon-modifier. If the operand is fixed, it is an exact amount of the currency defined by the coupon-definition. If the operand is percent, this means the coupon will be affecting a percentage of the unaltered cost. E.g. a 25% modifier will apply a 25% discount on a subscription or a pricing-component.", "verbs":["POST","PUT","GET"] }
effect str { "description" : "The effect of the coupon-modifier. The coupon-modifier can affect first, last, and cheapest value of a specific unit-of-measure-id for a subscription. The coupon-modifier can also affect all of the values for a unit-of-measure-id, or can affect all of the subscription cost.", "verbs":["POST","PUT","GET"] }
effect_additional bool { "description" : "Specifies whether the coupon-modifier will be affecting only additional units. If this field is set, the coupon-instance-existing-values for the coupon-instance are observed, and any units of the unit-of-measure-id defined by the modifier below the coupon-instance-existing-values for that unit-of-measure-id will be ignored.", "verbs":["POST","PUT","GET"] } [default to False]
specifier_amount int { "description" : "The number of units that will be affected by the coupon-modifier, if the domain is set to uom", "verbs":["POST","PUT","GET"] }
domain str { "description" : "The domain of the coupon-modifier", "verbs":["POST","PUT","GET"] }
specifier str { "description" : "The specifier is domain-specific. If the domain is uom, this field is used to limit the coupon-modifier to a specific unit-of-measure-id.", "verbs":["POST","PUT","GET"] } [optional]
precedence int { "description" : "The precedence of the coupon-modifier. This is used to order application of coupon-modifiers. Higher precedence means the coupon-modifier will be applied before others.", "verbs":["POST","PUT","GET"] }
deleted bool { "description" : "Has the coupon-modifier been deleted.", "verbs":["POST","PUT","GET"] } [default to False]

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