Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.55 KB

Application.md

File metadata and controls

30 lines (25 loc) · 2.55 KB

# Application

Properties

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 \TalonOne\Client\Model\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 \TalonOne\Client\Model\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]
loyaltyPrograms \TalonOne\Client\Model\LoyaltyProgram[] An array containing all the loyalty programs to which this application is subscribed.

[Back to Model list] [Back to API list] [Back to README]