Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.58 KB

LimitCounter.md

File metadata and controls

25 lines (20 loc) · 1.58 KB

# LimitCounter

Properties

Name Type Description Notes
campaignId int The ID of the campaign that owns this entity.
applicationId int The ID of the application that owns this entity.
accountId int The ID of the account that owns this entity.
id int Unique ID for this entity.
action string The limitable action of the limit counter.
profileId int The profile ID for which this limit counter is used. [optional]
profileIntegrationId string The profile integration ID for which this limit counter is used. [optional]
couponId int The internal coupon ID for which this limit counter is used. [optional]
couponValue string The coupon value for which this limit counter is used. [optional]
referralId int The referral ID for which this limit counter is used. [optional]
referralValue string The referral value for which this limit counter is used. [optional]
identifier string The arbitrary identifier for which this limit counter is used. [optional]
period string The time period for which this limit counter is used. [optional]
limit float The highest possible value for this limit counter.
counter float The current value for this limit counter.

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