CampaignDiscountLimits Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The CampaignDiscountLimits type exposes the following members.
| Name | Description | |
|---|---|---|
| CampaignDiscountLimits | Initializes a new instance of the CampaignDiscountLimits class |
| Name | Description | |
|---|---|---|
| AmountLimit |
Gets or sets the amount limit.
| |
| DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
| |
| NumberOfItemsToDiscount |
Gets or sets the number of items to discount.
| |
| QtyLimit |
Gets or sets the qty limit.
| |
| TotalAmountLimit |
Gets or sets the total amount limit.
| |
| TotalQtyLimit |
Gets or sets the total qty limit.
| |
| UseAmountLimit |
Gets or sets a value indicating whether [use amount limit].
| |
| UseNumberOfItemsToDiscount |
Gets or sets a value indicating whether [use number of items to discount].
| |
| UseQtyLimit |
Gets or sets a value indicating whether [use qty limit].
| |
| UseTotalAmountLimit |
Gets or sets a value indicating whether [use total amount limit].
| |
| UseTotalQtyLimit |
Gets or sets a value indicating whether [use total qty limit].
|
| 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.) | |
| 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.
|