Name | Type | Description | Notes |
---|---|---|---|
Campaigns | Pointer to map[string]interface{} | Maps each evaluated campaign ID to a key-value list of that campaigns attributes. Campaigns without attributes will be omitted. | [optional] |
Coupons | Pointer to map[string]interface{} | Maps the coupon value to a key-value list of that coupons attributes. | [optional] |
CouponRejectionReason | Pointer to CouponRejectionReason | [optional] | |
ReferralRejectionReason | Pointer to ReferralRejectionReason | [optional] | |
Warnings | Pointer to map[string]interface{} | Contains warnings about possible misuse. | [optional] |
func (o *Meta) GetCampaigns() map[string]interface{}
GetCampaigns returns the Campaigns field if non-nil, zero value otherwise.
func (o *Meta) GetCampaignsOk() (map[string]interface{}, bool)
GetCampaignsOk returns a tuple with the Campaigns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) HasCampaigns() bool
HasCampaigns returns a boolean if a field has been set.
func (o *Meta) SetCampaigns(v map[string]interface{})
SetCampaigns gets a reference to the given map[string]interface{} and assigns it to the Campaigns field.
func (o *Meta) GetCoupons() map[string]interface{}
GetCoupons returns the Coupons field if non-nil, zero value otherwise.
func (o *Meta) GetCouponsOk() (map[string]interface{}, bool)
GetCouponsOk returns a tuple with the Coupons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) HasCoupons() bool
HasCoupons returns a boolean if a field has been set.
func (o *Meta) SetCoupons(v map[string]interface{})
SetCoupons gets a reference to the given map[string]interface{} and assigns it to the Coupons field.
func (o *Meta) GetCouponRejectionReason() CouponRejectionReason
GetCouponRejectionReason returns the CouponRejectionReason field if non-nil, zero value otherwise.
func (o *Meta) GetCouponRejectionReasonOk() (CouponRejectionReason, bool)
GetCouponRejectionReasonOk returns a tuple with the CouponRejectionReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) HasCouponRejectionReason() bool
HasCouponRejectionReason returns a boolean if a field has been set.
func (o *Meta) SetCouponRejectionReason(v CouponRejectionReason)
SetCouponRejectionReason gets a reference to the given CouponRejectionReason and assigns it to the CouponRejectionReason field.
func (o *Meta) GetReferralRejectionReason() ReferralRejectionReason
GetReferralRejectionReason returns the ReferralRejectionReason field if non-nil, zero value otherwise.
func (o *Meta) GetReferralRejectionReasonOk() (ReferralRejectionReason, bool)
GetReferralRejectionReasonOk returns a tuple with the ReferralRejectionReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) HasReferralRejectionReason() bool
HasReferralRejectionReason returns a boolean if a field has been set.
func (o *Meta) SetReferralRejectionReason(v ReferralRejectionReason)
SetReferralRejectionReason gets a reference to the given ReferralRejectionReason and assigns it to the ReferralRejectionReason field.
func (o *Meta) GetWarnings() map[string]interface{}
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *Meta) GetWarningsOk() (map[string]interface{}, bool)
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Meta) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.
func (o *Meta) SetWarnings(v map[string]interface{})
SetWarnings gets a reference to the given map[string]interface{} and assigns it to the Warnings field.