Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.02 KB

Meta.md

File metadata and controls

25 lines (18 loc) · 1.02 KB

TalonOne::Meta

Properties

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]

Code Sample

require 'TalonOne'

instance = TalonOne::Meta.new(campaigns: null,
                                 coupons: null,
                                 coupon_rejection_reason: null,
                                 referral_rejection_reason: null,
                                 warnings: null)