Sha256: 1539e500ddff85911d56d091f60241e8308a59df9f9c9207bc2f0a5bba3fc51c
Contents?: true
Size: 1.37 KB
Versions: 4
Compression:
Stored size: 1.37 KB
Contents
# TalonOne::Application ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **modified** | **DateTime** | The exact moment this entity was last modified. | **account_id** | **Integer** | 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] **key** | **String** | Hex key for HMAC-signing API calls as coming from this application (16 hex digits) | **timezone** | **String** | A string containing an IANA timezone descriptor. | **currency** | **String** | A string describing a default currency for new customer sessions. | **case_sensitivity** | **String** | A string indicating how should campaigns in this application deal with case sensitivity on coupon codes. | [optional] **attributes** | **Object** | Arbitrary properties associated with this campaign | [optional] **limits** | [**Array<LimitConfig>**](LimitConfig.md) | Default limits for campaigns created in this application | [optional] **loyalty_programs** | [**Array<LoyaltyProgram>**](LoyaltyProgram.md) | An array containing all the loyalty programs to which this application is subscribed |
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.2.0 | docs/Application.md |
talon_one-1.1.2 | docs/Application.md |
talon_one-1.1.1 | docs/Application.md |
talon_one-1.1.0 | docs/Application.md |