Order Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The Order type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachedDocuments |
Gets or sets the attached documents.
| |
| CreatedByAccountId |
Gets or sets the created by account id.
| |
| CreatedTime |
Gets or sets the created time.
| |
| Currency |
Gets or sets the currency.
| |
| CustomAttributes |
Gets or sets the custom attributes.
| |
| CustomerAddress |
Gets or sets the customer address.
| |
| CustomerAddress2 |
Gets or sets the customer address2.
| |
| CustomerBillingAddress |
Gets or sets the customer billing address.
| |
| CustomerBillingAddress2 |
Gets or sets the customer billing address2.
| |
| CustomerBillingCity |
Gets or sets the customer billing city.
| |
| CustomerBillingCompanyName |
Gets or sets the name of the customer billing company.
| |
| CustomerBillingCompanyNumber |
Gets or sets the customer billing company number.
| |
| CustomerBillingCountry |
Gets or sets the customer billing country.
| |
| CustomerBillingCountryState |
Gets or sets the customer billing country state.
| |
| CustomerBillingEmail |
Gets or sets the customer billing email.
| |
| CustomerBillingFax |
Gets or sets the customer billing fax.
| |
| CustomerBillingFirstName |
Gets or sets the first name of the customer's billing address.
| |
| CustomerBillingLastName |
Gets or sets the last name of the customer's billing address.
| |
| CustomerBillingMobile |
Gets or sets the customer billing mobile.
| |
| CustomerBillingPhone |
Gets or sets the customer billing phone.
| |
| CustomerBillingZip |
Gets or sets the customer billing zip.
| |
| CustomerCity |
Gets or sets the customer city.
| |
| CustomerCompanyName |
Gets or sets the name of the customer company.
| |
| CustomerCompanyNumber |
Gets or sets the customer company number.
| |
| CustomerCountry |
Gets or sets the customer country.
| |
| CustomerCountryState |
Gets or sets the customer country state.
| |
| CustomerEmail |
Gets or sets the customer email.
| |
| CustomerFax |
Gets or sets the customer fax.
| |
| CustomerFirstName |
Gets or sets the first name of the customer.
| |
| CustomerId |
Gets or sets the customer id.
| |
| CustomerLastName |
Gets or sets the last name of the customer.
| |
| CustomerLegalNumber |
Gets or sets the legal number.
| |
| CustomerMobile |
Gets or sets the customer mobile.
| |
| CustomerName |
Gets or sets the name of the customer.
| |
| CustomerPhone |
Gets or sets the customer phone.
| |
| CustomerZip |
Gets or sets the customer zip.
| |
| DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
| |
| Description |
Gets or sets the description.
| |
| DiscountTotal |
Gets or sets the discount total.
| |
| Id |
Gets or sets the id.
| |
| Notifications |
Gets or sets the order notifications.
| |
| Number |
Gets or sets the number.
| |
| OrderDate |
Gets or sets the order date.
| |
| OrderLines |
Gets or sets the order lines.
| |
| OrderNotes |
Gets or sets the order notes.
| |
| OrderType |
Gets or sets the type of the order.
| |
| OverridePrices |
Gets or sets a value indicating whether prices should be overridden by values in the order.
| |
| ResellerCommissionTotal |
Gets or sets the reseller commission total.
| |
| ResellerCompanyName |
Gets or sets the name of the reseller company.
| |
| ResellerId |
Gets or sets the reseller id.
| |
| Status |
Gets or sets the status.
| |
| Subtotal |
Gets or sets the subtotal.
| |
| Tax1Name |
Gets or sets the name of the tax1.
| |
| Tax1Rate |
Gets or sets the tax1 rate.
| |
| Tax1Total |
Gets or sets the tax1 total.
| |
| Tax2Name |
Gets or sets the name of the tax2.
| |
| Tax2Rate |
Gets or sets the tax2 rate.
| |
| Tax2Total |
Gets or sets the tax2 total.
| |
| Total |
Gets or sets the total.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ShallowCopy |
Returns a shallow copy of the order.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateDataObject |
Updates the data object by merging it's properties with the properties from the current business object.
|
| Name | Description | |
|---|---|---|
| OrderTypeDowngrade |
Downgrade order type constant.
| |
| OrderTypeExtend |
Extend subscription order type constant.
| |
| OrderTypeNormal |
Normal order type constant.
| |
| OrderTypeQtyChange |
Change quantity order type constant.
| |
| OrderTypeUpgrade |
Upgrade order type constant.
|