| Name | Type | Description | Notes |
|---|---|---|---|
| action | String | ||
| limit | Float | ||
| period | String | [optional] | |
| entities | Array<String> |
require 'talon_one_sdk'
instance = TalonOne::IntegrationHubEventPayloadCouponBasedNotificationsLimits.new(
action: null,
limit: null,
period: null,
entities: null
)