Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.09 KB

ModelDiscountsResponse.md

File metadata and controls

18 lines (15 loc) · 1.09 KB

# ModelDiscountsResponse

Properties

Name Type Description Notes
id int The id of the discount [optional]
object_name string Model name, which is 'Discounts' [optional] [default to 'Discounts']
create string Date of discount creation [optional]
update string Date of last discount update [optional]
sev_client string Client to which the discount belongs [optional]
discount string Indicates that this is a discount or a surcharge (0 = surcharge, 1 = discount) [optional]
text string A text describing your position. [optional]
percentage string Defines if this is a percentage or an absolute discount [optional]
value string Value of the discount [optional]
is_net string Defines is the Discount net or gross (0 = net, 1 = gross) [optional]

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