Order QML Type
This type holds the information about a BrickLink order. More...
Import Statement: | import BrickLink 1.0 |
Properties
- additionalCharges1 : real
- additionalCharges2 : real
- address : string
- countryCode : string
- credit : real
- creditCoupon : real
- currencyCode : string
- date : date
- grandTotal : real
- id : string
- insurance : real
- itemCount : int
- lastUpdated : date
- lotCount : int
- orderTotal : real
- otherParty : string
- paymentCurrencyCode : string
- paymentType : string
- phone : string
- shipping : real
- status : enumeration
- trackingNumber : string
- type : enumeration
- usSalesTax : real
- vatChargeBrickLink : real
- vatChargeSeller : real
Detailed Description
Property Documentation
additionalCharges1 : real |
additionalCharges2 : real |
address : string |
The full address of the otherParty.
countryCode : string |
The 2-letter country code of the otherParty.
credit : real |
creditCoupon : real |
currencyCode : string |
date : date |
The date when the order was placed.
grandTotal : real |
id : string |
The order id.
insurance : real |
itemCount : int |
The number of items in this order.
lastUpdated : date |
The date when the order was last updated.
lotCount : int |
The number of lots in this order.
orderTotal : real |
otherParty : string |
The user-name of the other party (either buyer or seller, depending on the type).
paymentCurrencyCode : string |
paymentType : string |
phone : string |
The phone number of the otherParty.
shipping : real |
status : enumeration |
The status of the order. Can be one of:
Constant | Value |
---|---|
BrickLink.OrderStatus.Unknown | |
BrickLink.OrderStatus.Pending | |
BrickLink.OrderStatus.Updated | |
BrickLink.OrderStatus.Processing | |
BrickLink.OrderStatus.Ready | |
BrickLink.OrderStatus.Paid | |
BrickLink.OrderStatus.Packed | |
BrickLink.OrderStatus.Shipped | |
BrickLink.OrderStatus.Received | |
BrickLink.OrderStatus.Completed | |
BrickLink.OrderStatus.OCR | |
BrickLink.OrderStatus.NPB | |
BrickLink.OrderStatus.NPX | |
BrickLink.OrderStatus.NRS | |
BrickLink.OrderStatus.NSS | |
BrickLink.OrderStatus.Cancelled |
trackingNumber : string |
type : enumeration |
The type of order. The possible values are:
Constant | Description |
---|---|
BrickLink.OrderType.Received | A received order. |
BrickLink.OrderType.Placed | A placed order. |
usSalesTax : real |
vatChargeBrickLink : real |
vatChargeSeller : real |
© 2004-2025 Robert Griebl. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. All trademarks are property of their respective owners.