Order QML Type

This type holds the information about a BrickLink order. More...

Import Statement: import BrickLink 1.0

Properties

Detailed Description

Property Documentation

[read-only] additionalCharges1 : real


[read-only] additionalCharges2 : real


[read-only] address : string

The full address of the otherParty.


[read-only] countryCode : string

The 2-letter country code of the otherParty.


[read-only] credit : real


[read-only] creditCoupon : real


[read-only] currencyCode : string


[read-only] date : date

The date when the order was placed.


[read-only] grandTotal : real


[read-only] id : string

The order id.


[read-only] insurance : real


[read-only] itemCount : int

The number of items in this order.


[read-only] lastUpdated : date

The date when the order was last updated.


[read-only] lotCount : int

The number of lots in this order.


[read-only] orderTotal : real


[read-only] otherParty : string

The user-name of the other party (either buyer or seller, depending on the type).


[read-only] paymentCurrencyCode : string


[read-only] paymentType : string


[read-only] phone : string

The phone number of the otherParty.


[read-only] shipping : real


[read-only] status : enumeration

The status of the order. Can be one of:

ConstantValue
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

[read-only] trackingNumber : string


[read-only] type : enumeration

The type of order. The possible values are:

ConstantDescription
BrickLink.OrderType.ReceivedA received order.
BrickLink.OrderType.PlacedA placed order.

[read-only] usSalesTax : real



[read-only] vatChargeSeller : real


© 2004-2024 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.