Class Order#
Defined in File Order.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.Order : xbe.sdk.EntityBase#
A detailed list of products and services that a customer wishes to or has purchased.
REQUIRES: Purchasing Services
Properties
- int Id { get; set; }#
The unique order number.
- OrderItem > Items { get; set; }#
The list of all items of products and services included.
- string PromoCode { get; set; }#
The unique identifier of the promotional code to apply to this order.
- string Referral { get; set; }#
The unique identifier of the third party that referred this subscription sale.
- double Subtotal { get; set; }#
The sum amount of all items listed in the order.
- double Tax { get; set; }#
The tax to apply, if applicable, expressed as a percent.
- double Total { get; set; }#
The total amount to be paid.
- OrderStatus Status { get; set; }#
The current processing status of the order.
- Guid WalletUid { get; set; }#
The unique identifier of the wallet that wants to purchase the order.