Sha256: ff5ef90d0a13d51c0f8735b26ff5040fec1970b3e5f24e6047f69008ad85990b
Contents?: true
Size: 1007 Bytes
Versions: 3
Compression:
Stored size: 1007 Bytes
Contents
# TalonOne::Meta ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **campaigns** | [**Object**](.md) | Maps each evaluated campaign ID to a key-value list of that campaigns attributes. Campaigns without attributes will be omitted. | [optional] **coupons** | [**Object**](.md) | Maps the coupon value to a key-value list of that coupons attributes. | [optional] **coupon_rejection_reason** | [**CouponRejectionReason**](CouponRejectionReason.md) | | [optional] **referral_rejection_reason** | [**ReferralRejectionReason**](ReferralRejectionReason.md) | | [optional] **warnings** | [**Object**](.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Meta.new(campaigns: null, coupons: null, coupon_rejection_reason: null, referral_rejection_reason: null, warnings: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/Meta.md |
talon_one-2.1.0 | docs/Meta.md |
talon_one-2.0.0 | docs/Meta.md |