Name | Type | Description | Notes |
---|---|---|---|
campaigns | Object | Maps each evaluated campaign ID to a key-value list of that campaigns attributes. Campaigns without attributes will be omitted. | [optional] |
coupons | Object | Maps the coupon value to a key-value list of that coupons attributes. | [optional] |
coupon_rejection_reason | CouponRejectionReason | [optional] | |
referral_rejection_reason | ReferralRejectionReason | [optional] | |
warnings | Object | Contains warnings about possible misuse. | [optional] |
require 'TalonOne'
instance = TalonOne::Meta.new(campaigns: null,
coupons: null,
coupon_rejection_reason: null,
referral_rejection_reason: null,
warnings: null)