Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
28 lines (24 loc) · 2.32 KB

OrderLine.md

File metadata and controls

executable file
·
28 lines (24 loc) · 2.32 KB

OrderLine

Properties

Name Type Description Notes
id str Per account unique order line id
ordertext str Order line text
amount int Order line total amount including vat
vat float Order line vat percent
quantity int Order line quantity
origin str Order line origin, one of the following: `plan`, `add_on`, `ondemand`, `additional_cost`, `credit`, `discount`, `setup_fee`
timestamp datetime Timestamp from order line origin, in ISO-8601 extended offset date-time format.
discounted_amount int Order line amount after potential discount has been deducted [optional]
amount_vat int Order line total vat amount
amount_ex_vat int Order line total amount without vat
unit_amount int Order line unit amount including vat
unit_amount_vat int Order line unit vat amount
unit_amount_ex_vat int Order line unit amount without vat
amount_defined_incl_vat bool Whether the amount was defined including VAT. E.g. plan amount defined including VAT.
origin_handle str Handle for additional cost, credit, plan or subscription discount in the case one of those are the origin [optional]
period_from datetime The start of billing period if the order line is a plan order line for a specific billing period, in ISO-8601 extended offset date-time format. [optional]
period_to datetime The end of billing period if the order line is a plan order line for a specific billing period, in ISO-8601 extended offset date-time format. [optional]
discount_percentage int The discount percentage for discount order lines that has a percentage discount [optional]
discounted_order_line str For discount order lines a reference to the order line for which the order line is a discount [optional]

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