Skip to content

Latest commit

 

History

History
54 lines (50 loc) · 5.02 KB

File metadata and controls

54 lines (50 loc) · 5.02 KB

Order

Properties

Name Type Description Notes
id int [optional]
version int [optional]
changes \Swagger\Client\Model\Change[] [optional]
url string [optional]
customer \Swagger\Client\Model\Customer
contact \Swagger\Client\Model\Contact [optional]
attn \Swagger\Client\Model\Contact [optional]
receiver_email string [optional]
overdue_notice_email string [optional]
number string [optional]
reference string [optional]
our_contact \Swagger\Client\Model\Contact If the contact is not an employee [optional]
our_contact_employee \Swagger\Client\Model\Employee If the contact is an employee [optional]
department \Swagger\Client\Model\Department [optional]
order_date string
project \Swagger\Client\Model\Project [optional]
invoice_comment string Comment to be displayed in the invoice based on this order. Can be also found in Invoice.invoiceComment on Invoice objects. [optional]
currency \Swagger\Client\Model\Currency [optional]
invoices_due_in int Number of days/months in which invoices created from this order is due [optional]
invoices_due_in_type string Set the time unit of invoicesDueIn. The special case RECURRING_DAY_OF_MONTH enables the due date to be fixed to a specific day of the month, in this case the fixed due date will automatically be set as standard on all invoices created from this order. Note that when RECURRING_DAY_OF_MONTH is set, the due date will be set to the last day of month if "31" is set in invoicesDueIn. [optional]
is_show_open_posts_on_invoices bool Show account statement - open posts on invoices created from this order [optional]
is_closed bool Denotes if this order is closed. A closed order can no longer be invoiced unless it is opened again. [optional]
delivery_date string
delivery_address \Swagger\Client\Model\DeliveryAddress Delivery address of this order. This can be a new or existing address (useful to know, especially if the delivery is to a private person: if 'deliveryAddress.name' is set, we ignore the state of 'customer.id') [optional]
delivery_comment string [optional]
is_prioritize_amounts_including_vat bool [optional]
order_line_sorting string [optional]
order_lines \Swagger\Client\Model\OrderLine[] Order lines tied to the order. New OrderLines may be embedded here, in some endpoints. [optional]
is_subscription bool If true, the order is a subscription, which enables periodical invoicing of order lines. First, create an order with isSubscription=true, then approve it for subscription invoicing with the :approveSubscriptionInvoice method. [optional]
subscription_duration int Number of months/years the subscription shall run [optional]
subscription_duration_type string The time unit of subscriptionDuration [optional]
subscription_periods_on_invoice int Number of periods on each invoice [optional]
subscription_periods_on_invoice_type string The time unit of subscriptionPeriodsOnInvoice [optional]
subscription_invoicing_time_in_advance_or_arrears string Invoicing in advance/in arrears [optional]
subscription_invoicing_time int Number of days/months invoicing in advance/in arrears [optional]
subscription_invoicing_time_type string The time unit of subscriptionInvoicingTime [optional]
is_subscription_auto_invoicing bool Automatic invoicing. Starts when the subscription is approved [optional]
preliminary_invoice \Swagger\Client\Model\Invoice [BETA] Preliminary invoice if order is not charged [optional]
attachment \Swagger\Client\Model\Document[] [BETA] Attachments belonging to this order [optional]
send_method_description string Description of how this invoice will be sent [optional]
can_create_backorder bool [optional]
invoice_on_account_vat_high bool Is the on account(a konto) amounts including vat [optional]
total_invoiced_on_account_amount_absolute_currency float Amount paid on account(a konto) [optional]
invoice_send_sms_notification bool Is sms-notification on/off [optional]
invoice_sms_notification_number string The phone number of the receiver of sms notifications [optional]

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