Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
Modified | DateTime | The time this entity was last modified. | |
AccountId | int | The ID of the account that owns this entity. | |
Name | string | The name of this application. | |
Description | string | A longer description of the application. | [optional] |
Timezone | string | A string containing an IANA timezone descriptor. | |
Currency | string | The default currency for new customer sessions. | |
CaseSensitivity | string | The case sensitivity behavior to check coupon codes in the campaigns of this Application. | [optional] |
Attributes | Object | Arbitrary properties associated with this campaign. | [optional] |
Limits | List<LimitConfig> | Default limits for campaigns created in this application. | [optional] |
DefaultDiscountScope | string | The default scope to apply `setDiscount` effects on if no scope was provided with the effect. | [optional] |
EnableCascadingDiscounts | bool | Indicates if discounts should cascade for this Application. | [optional] |
EnableFlattenedCartItems | bool | Indicates if cart items of quantity larger than one should be separated into different items of quantity one. | [optional] |
AttributesSettings | AttributesSettings | [optional] | |
Sandbox | bool | Indicates if this is a live or sandbox Application. | [optional] |
EnablePartialDiscounts | bool | Indicates if this Application supports partial discounts. | [optional] |
DefaultDiscountAdditionalCostPerItemScope | string | The default scope to apply `setDiscountPerItem` effects on if no scope was provided with the effect. | [optional] |
DefaultEvaluationGroupId | int | The ID of the default campaign evaluation group to which new campaigns will be added unless a different group is selected when creating the campaign. | [optional] |
DefaultCartItemFilterId | int | The ID of the default Cart-Item-Filter for this application. | [optional] |
EnableCampaignStateManagement | bool | Indicates whether the campaign staging and revisions feature is enabled for the Application. Important: After this feature is enabled, it cannot be disabled. | [optional] |
LoyaltyPrograms | List<LoyaltyProgram> | An array containing all the loyalty programs to which this application is subscribed. |