Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AcceptCouponEffectProps
- type AcceptReferralEffectProps
- type AccessLogEntry
- func (o *AccessLogEntry) GetMethod() string
- func (o *AccessLogEntry) GetRequestPayload() string
- func (o *AccessLogEntry) GetRequestUri() string
- func (o *AccessLogEntry) GetResponsePayload() string
- func (o *AccessLogEntry) GetStatus() int32
- func (o *AccessLogEntry) GetTime() time.Time
- func (o *AccessLogEntry) GetUuid() string
- func (o *AccessLogEntry) SetMethod(v string)
- func (o *AccessLogEntry) SetRequestPayload(v string)
- func (o *AccessLogEntry) SetRequestUri(v string)
- func (o *AccessLogEntry) SetResponsePayload(v string)
- func (o *AccessLogEntry) SetStatus(v int32)
- func (o *AccessLogEntry) SetTime(v time.Time)
- func (o *AccessLogEntry) SetUuid(v string)
- type Account
- func (o *Account) GetApiLimit() int32
- func (o *Account) GetApiLimitOk() (int32, bool)
- func (o *Account) GetApplicationCount() int32
- func (o *Account) GetApplicationLimit() int32
- func (o *Account) GetApplicationLimitOk() (int32, bool)
- func (o *Account) GetAttributes() map[string]interface{}
- func (o *Account) GetAttributesOk() (map[string]interface{}, bool)
- func (o *Account) GetBillingEmail() string
- func (o *Account) GetCampaignLimit() int32
- func (o *Account) GetCampaignLimitOk() (int32, bool)
- func (o *Account) GetCampaignsActiveCount() int32
- func (o *Account) GetCampaignsInactiveCount() int32
- func (o *Account) GetCompanyName() string
- func (o *Account) GetCreated() time.Time
- func (o *Account) GetDomainName() string
- func (o *Account) GetId() int32
- func (o *Account) GetModified() time.Time
- func (o *Account) GetPlanExpires() time.Time
- func (o *Account) GetPlanExpiresOk() (time.Time, bool)
- func (o *Account) GetPlanName() string
- func (o *Account) GetPlanNameOk() (string, bool)
- func (o *Account) GetState() string
- func (o *Account) GetUserCount() int32
- func (o *Account) GetUserLimit() int32
- func (o *Account) GetUserLimitOk() (int32, bool)
- func (o *Account) HasApiLimit() bool
- func (o *Account) HasApplicationLimit() bool
- func (o *Account) HasAttributes() bool
- func (o *Account) HasCampaignLimit() bool
- func (o *Account) HasPlanExpires() bool
- func (o *Account) HasPlanName() bool
- func (o *Account) HasUserLimit() bool
- func (o *Account) SetApiLimit(v int32)
- func (o *Account) SetApplicationCount(v int32)
- func (o *Account) SetApplicationLimit(v int32)
- func (o *Account) SetAttributes(v map[string]interface{})
- func (o *Account) SetBillingEmail(v string)
- func (o *Account) SetCampaignLimit(v int32)
- func (o *Account) SetCampaignsActiveCount(v int32)
- func (o *Account) SetCampaignsInactiveCount(v int32)
- func (o *Account) SetCompanyName(v string)
- func (o *Account) SetCreated(v time.Time)
- func (o *Account) SetDomainName(v string)
- func (o *Account) SetId(v int32)
- func (o *Account) SetModified(v time.Time)
- func (o *Account) SetPlanExpires(v time.Time)
- func (o *Account) SetPlanName(v string)
- func (o *Account) SetState(v string)
- func (o *Account) SetUserCount(v int32)
- func (o *Account) SetUserLimit(v int32)
- type AccountAdditionalCost
- func (o *AccountAdditionalCost) GetAccountId() int32
- func (o *AccountAdditionalCost) GetCreated() time.Time
- func (o *AccountAdditionalCost) GetDescription() string
- func (o *AccountAdditionalCost) GetId() int32
- func (o *AccountAdditionalCost) GetName() string
- func (o *AccountAdditionalCost) GetSubscribedApplicationsIds() []int32
- func (o *AccountAdditionalCost) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *AccountAdditionalCost) GetTitle() string
- func (o *AccountAdditionalCost) GetType() string
- func (o *AccountAdditionalCost) GetTypeOk() (string, bool)
- func (o *AccountAdditionalCost) HasSubscribedApplicationsIds() bool
- func (o *AccountAdditionalCost) HasType() bool
- func (o *AccountAdditionalCost) SetAccountId(v int32)
- func (o *AccountAdditionalCost) SetCreated(v time.Time)
- func (o *AccountAdditionalCost) SetDescription(v string)
- func (o *AccountAdditionalCost) SetId(v int32)
- func (o *AccountAdditionalCost) SetName(v string)
- func (o *AccountAdditionalCost) SetSubscribedApplicationsIds(v []int32)
- func (o *AccountAdditionalCost) SetTitle(v string)
- func (o *AccountAdditionalCost) SetType(v string)
- type AccountAnalytics
- func (o *AccountAnalytics) GetActiveCampaigns() int32
- func (o *AccountAnalytics) GetActiveCoupons() int32
- func (o *AccountAnalytics) GetActiveReferralCodes() int32
- func (o *AccountAnalytics) GetActiveRules() int32
- func (o *AccountAnalytics) GetApplications() int32
- func (o *AccountAnalytics) GetCampaigns() int32
- func (o *AccountAnalytics) GetCoupons() int32
- func (o *AccountAnalytics) GetCustomAttributes() int32
- func (o *AccountAnalytics) GetExpiredCoupons() int32
- func (o *AccountAnalytics) GetExpiredReferralCodes() int32
- func (o *AccountAnalytics) GetLastUpdatedAt() time.Time
- func (o *AccountAnalytics) GetLiveActiveCampaigns() int32
- func (o *AccountAnalytics) GetLiveApplications() int32
- func (o *AccountAnalytics) GetLiveLoyaltyPrograms() int32
- func (o *AccountAnalytics) GetLoyaltyPrograms() int32
- func (o *AccountAnalytics) GetReferralCodes() int32
- func (o *AccountAnalytics) GetRoles() int32
- func (o *AccountAnalytics) GetSandboxApplications() int32
- func (o *AccountAnalytics) GetUsers() int32
- func (o *AccountAnalytics) GetWebhooks() int32
- func (o *AccountAnalytics) SetActiveCampaigns(v int32)
- func (o *AccountAnalytics) SetActiveCoupons(v int32)
- func (o *AccountAnalytics) SetActiveReferralCodes(v int32)
- func (o *AccountAnalytics) SetActiveRules(v int32)
- func (o *AccountAnalytics) SetApplications(v int32)
- func (o *AccountAnalytics) SetCampaigns(v int32)
- func (o *AccountAnalytics) SetCoupons(v int32)
- func (o *AccountAnalytics) SetCustomAttributes(v int32)
- func (o *AccountAnalytics) SetExpiredCoupons(v int32)
- func (o *AccountAnalytics) SetExpiredReferralCodes(v int32)
- func (o *AccountAnalytics) SetLastUpdatedAt(v time.Time)
- func (o *AccountAnalytics) SetLiveActiveCampaigns(v int32)
- func (o *AccountAnalytics) SetLiveApplications(v int32)
- func (o *AccountAnalytics) SetLiveLoyaltyPrograms(v int32)
- func (o *AccountAnalytics) SetLoyaltyPrograms(v int32)
- func (o *AccountAnalytics) SetReferralCodes(v int32)
- func (o *AccountAnalytics) SetRoles(v int32)
- func (o *AccountAnalytics) SetSandboxApplications(v int32)
- func (o *AccountAnalytics) SetUsers(v int32)
- func (o *AccountAnalytics) SetWebhooks(v int32)
- type AccountDashboardStatistic
- func (o *AccountDashboardStatistic) GetCampaigns() AccountDashboardStatisticCampaigns
- func (o *AccountDashboardStatistic) GetDiscounts() []AccountDashboardStatisticDiscount
- func (o *AccountDashboardStatistic) GetDiscountsOk() ([]AccountDashboardStatisticDiscount, bool)
- func (o *AccountDashboardStatistic) GetLoyaltyPoints() []AccountDashboardStatisticLoyaltyPoints
- func (o *AccountDashboardStatistic) GetLoyaltyPointsOk() ([]AccountDashboardStatisticLoyaltyPoints, bool)
- func (o *AccountDashboardStatistic) GetReferrals() []AccountDashboardStatisticReferrals
- func (o *AccountDashboardStatistic) GetReferralsOk() ([]AccountDashboardStatisticReferrals, bool)
- func (o *AccountDashboardStatistic) GetRevenue() []AccountDashboardStatisticRevenue
- func (o *AccountDashboardStatistic) GetRevenueOk() ([]AccountDashboardStatisticRevenue, bool)
- func (o *AccountDashboardStatistic) HasDiscounts() bool
- func (o *AccountDashboardStatistic) HasLoyaltyPoints() bool
- func (o *AccountDashboardStatistic) HasReferrals() bool
- func (o *AccountDashboardStatistic) HasRevenue() bool
- func (o *AccountDashboardStatistic) SetCampaigns(v AccountDashboardStatisticCampaigns)
- func (o *AccountDashboardStatistic) SetDiscounts(v []AccountDashboardStatisticDiscount)
- func (o *AccountDashboardStatistic) SetLoyaltyPoints(v []AccountDashboardStatisticLoyaltyPoints)
- func (o *AccountDashboardStatistic) SetReferrals(v []AccountDashboardStatisticReferrals)
- func (o *AccountDashboardStatistic) SetRevenue(v []AccountDashboardStatisticRevenue)
- type AccountDashboardStatisticApiCalls
- type AccountDashboardStatisticCampaigns
- func (o *AccountDashboardStatisticCampaigns) GetEndingSoon() int32
- func (o *AccountDashboardStatisticCampaigns) GetLive() int32
- func (o *AccountDashboardStatisticCampaigns) GetLowOnBudget() int32
- func (o *AccountDashboardStatisticCampaigns) SetEndingSoon(v int32)
- func (o *AccountDashboardStatisticCampaigns) SetLive(v int32)
- func (o *AccountDashboardStatisticCampaigns) SetLowOnBudget(v int32)
- type AccountDashboardStatisticDiscount
- func (o *AccountDashboardStatisticDiscount) GetAverage() float32
- func (o *AccountDashboardStatisticDiscount) GetDatetime() time.Time
- func (o *AccountDashboardStatisticDiscount) GetTotal() float32
- func (o *AccountDashboardStatisticDiscount) SetAverage(v float32)
- func (o *AccountDashboardStatisticDiscount) SetDatetime(v time.Time)
- func (o *AccountDashboardStatisticDiscount) SetTotal(v float32)
- type AccountDashboardStatisticLoyaltyPoints
- type AccountDashboardStatisticReferrals
- type AccountDashboardStatisticRevenue
- func (o *AccountDashboardStatisticRevenue) GetDatetime() time.Time
- func (o *AccountDashboardStatisticRevenue) GetInfluenced() float32
- func (o *AccountDashboardStatisticRevenue) GetTotal() float32
- func (o *AccountDashboardStatisticRevenue) SetDatetime(v time.Time)
- func (o *AccountDashboardStatisticRevenue) SetInfluenced(v float32)
- func (o *AccountDashboardStatisticRevenue) SetTotal(v float32)
- type AccountEntity
- type AccountLimits
- func (o *AccountLimits) GetActiveCampaigns() int32
- func (o *AccountLimits) GetActiveRules() int32
- func (o *AccountLimits) GetApiVolume() int32
- func (o *AccountLimits) GetCoupons() int32
- func (o *AccountLimits) GetLiveApplications() int32
- func (o *AccountLimits) GetLiveLoyaltyPrograms() int32
- func (o *AccountLimits) GetPromotionTypes() []string
- func (o *AccountLimits) GetReferralCodes() int32
- func (o *AccountLimits) GetSandboxApplications() int32
- func (o *AccountLimits) GetSandboxLoyaltyPrograms() int32
- func (o *AccountLimits) GetUsers() int32
- func (o *AccountLimits) GetWebhooks() int32
- func (o *AccountLimits) SetActiveCampaigns(v int32)
- func (o *AccountLimits) SetActiveRules(v int32)
- func (o *AccountLimits) SetApiVolume(v int32)
- func (o *AccountLimits) SetCoupons(v int32)
- func (o *AccountLimits) SetLiveApplications(v int32)
- func (o *AccountLimits) SetLiveLoyaltyPrograms(v int32)
- func (o *AccountLimits) SetPromotionTypes(v []string)
- func (o *AccountLimits) SetReferralCodes(v int32)
- func (o *AccountLimits) SetSandboxApplications(v int32)
- func (o *AccountLimits) SetSandboxLoyaltyPrograms(v int32)
- func (o *AccountLimits) SetUsers(v int32)
- func (o *AccountLimits) SetWebhooks(v int32)
- type Achievement
- func (o *Achievement) GetCampaignId() int32
- func (o *Achievement) GetCreated() time.Time
- func (o *Achievement) GetCreatedBy() string
- func (o *Achievement) GetDescription() string
- func (o *Achievement) GetHasProgress() bool
- func (o *Achievement) GetHasProgressOk() (bool, bool)
- func (o *Achievement) GetId() int32
- func (o *Achievement) GetName() string
- func (o *Achievement) GetPeriod() string
- func (o *Achievement) GetPeriodEndOverride() TimePoint
- func (o *Achievement) GetPeriodEndOverrideOk() (TimePoint, bool)
- func (o *Achievement) GetTarget() float32
- func (o *Achievement) GetTitle() string
- func (o *Achievement) GetUserId() int32
- func (o *Achievement) HasHasProgress() bool
- func (o *Achievement) HasPeriodEndOverride() bool
- func (o *Achievement) SetCampaignId(v int32)
- func (o *Achievement) SetCreated(v time.Time)
- func (o *Achievement) SetCreatedBy(v string)
- func (o *Achievement) SetDescription(v string)
- func (o *Achievement) SetHasProgress(v bool)
- func (o *Achievement) SetId(v int32)
- func (o *Achievement) SetName(v string)
- func (o *Achievement) SetPeriod(v string)
- func (o *Achievement) SetPeriodEndOverride(v TimePoint)
- func (o *Achievement) SetTarget(v float32)
- func (o *Achievement) SetTitle(v string)
- func (o *Achievement) SetUserId(v int32)
- type AchievementAdditionalProperties
- func (o *AchievementAdditionalProperties) GetCampaignId() int32
- func (o *AchievementAdditionalProperties) GetCreatedBy() string
- func (o *AchievementAdditionalProperties) GetHasProgress() bool
- func (o *AchievementAdditionalProperties) GetHasProgressOk() (bool, bool)
- func (o *AchievementAdditionalProperties) GetUserId() int32
- func (o *AchievementAdditionalProperties) HasHasProgress() bool
- func (o *AchievementAdditionalProperties) SetCampaignId(v int32)
- func (o *AchievementAdditionalProperties) SetCreatedBy(v string)
- func (o *AchievementAdditionalProperties) SetHasProgress(v bool)
- func (o *AchievementAdditionalProperties) SetUserId(v int32)
- type AchievementProgress
- func (o *AchievementProgress) GetAchievementId() int32
- func (o *AchievementProgress) GetCampaignId() int32
- func (o *AchievementProgress) GetCompletionDate() time.Time
- func (o *AchievementProgress) GetCompletionDateOk() (time.Time, bool)
- func (o *AchievementProgress) GetEndDate() time.Time
- func (o *AchievementProgress) GetName() string
- func (o *AchievementProgress) GetProgress() float32
- func (o *AchievementProgress) GetStartDate() time.Time
- func (o *AchievementProgress) GetStatus() string
- func (o *AchievementProgress) GetTarget() float32
- func (o *AchievementProgress) GetTargetOk() (float32, bool)
- func (o *AchievementProgress) GetTitle() string
- func (o *AchievementProgress) HasCompletionDate() bool
- func (o *AchievementProgress) HasTarget() bool
- func (o *AchievementProgress) SetAchievementId(v int32)
- func (o *AchievementProgress) SetCampaignId(v int32)
- func (o *AchievementProgress) SetCompletionDate(v time.Time)
- func (o *AchievementProgress) SetEndDate(v time.Time)
- func (o *AchievementProgress) SetName(v string)
- func (o *AchievementProgress) SetProgress(v float32)
- func (o *AchievementProgress) SetStartDate(v time.Time)
- func (o *AchievementProgress) SetStatus(v string)
- func (o *AchievementProgress) SetTarget(v float32)
- func (o *AchievementProgress) SetTitle(v string)
- type ActivateUserRequest
- type AddFreeItemEffectProps
- type AddItemCatalogAction
- func (o *AddItemCatalogAction) GetAttributes() map[string]interface{}
- func (o *AddItemCatalogAction) GetAttributesOk() (map[string]interface{}, bool)
- func (o *AddItemCatalogAction) GetPrice() float32
- func (o *AddItemCatalogAction) GetPriceOk() (float32, bool)
- func (o *AddItemCatalogAction) GetProduct() Product
- func (o *AddItemCatalogAction) GetProductOk() (Product, bool)
- func (o *AddItemCatalogAction) GetReplaceIfExists() bool
- func (o *AddItemCatalogAction) GetReplaceIfExistsOk() (bool, bool)
- func (o *AddItemCatalogAction) GetSku() string
- func (o *AddItemCatalogAction) HasAttributes() bool
- func (o *AddItemCatalogAction) HasPrice() bool
- func (o *AddItemCatalogAction) HasProduct() bool
- func (o *AddItemCatalogAction) HasReplaceIfExists() bool
- func (o *AddItemCatalogAction) SetAttributes(v map[string]interface{})
- func (o *AddItemCatalogAction) SetPrice(v float32)
- func (o *AddItemCatalogAction) SetProduct(v Product)
- func (o *AddItemCatalogAction) SetReplaceIfExists(v bool)
- func (o *AddItemCatalogAction) SetSku(v string)
- type AddLoyaltyPoints
- func (o *AddLoyaltyPoints) GetApplicationId() int32
- func (o *AddLoyaltyPoints) GetApplicationIdOk() (int32, bool)
- func (o *AddLoyaltyPoints) GetName() string
- func (o *AddLoyaltyPoints) GetNameOk() (string, bool)
- func (o *AddLoyaltyPoints) GetPendingDuration() string
- func (o *AddLoyaltyPoints) GetPendingDurationOk() (string, bool)
- func (o *AddLoyaltyPoints) GetPendingUntil() time.Time
- func (o *AddLoyaltyPoints) GetPendingUntilOk() (time.Time, bool)
- func (o *AddLoyaltyPoints) GetPoints() float32
- func (o *AddLoyaltyPoints) GetSubledgerId() string
- func (o *AddLoyaltyPoints) GetSubledgerIdOk() (string, bool)
- func (o *AddLoyaltyPoints) GetValidUntil() time.Time
- func (o *AddLoyaltyPoints) GetValidUntilOk() (time.Time, bool)
- func (o *AddLoyaltyPoints) GetValidityDuration() string
- func (o *AddLoyaltyPoints) GetValidityDurationOk() (string, bool)
- func (o *AddLoyaltyPoints) HasApplicationId() bool
- func (o *AddLoyaltyPoints) HasName() bool
- func (o *AddLoyaltyPoints) HasPendingDuration() bool
- func (o *AddLoyaltyPoints) HasPendingUntil() bool
- func (o *AddLoyaltyPoints) HasSubledgerId() bool
- func (o *AddLoyaltyPoints) HasValidUntil() bool
- func (o *AddLoyaltyPoints) HasValidityDuration() bool
- func (o *AddLoyaltyPoints) SetApplicationId(v int32)
- func (o *AddLoyaltyPoints) SetName(v string)
- func (o *AddLoyaltyPoints) SetPendingDuration(v string)
- func (o *AddLoyaltyPoints) SetPendingUntil(v time.Time)
- func (o *AddLoyaltyPoints) SetPoints(v float32)
- func (o *AddLoyaltyPoints) SetSubledgerId(v string)
- func (o *AddLoyaltyPoints) SetValidUntil(v time.Time)
- func (o *AddLoyaltyPoints) SetValidityDuration(v string)
- type AddLoyaltyPointsEffectProps
- func (o *AddLoyaltyPointsEffectProps) GetBundleIndex() int32
- func (o *AddLoyaltyPointsEffectProps) GetBundleIndexOk() (int32, bool)
- func (o *AddLoyaltyPointsEffectProps) GetBundleName() string
- func (o *AddLoyaltyPointsEffectProps) GetBundleNameOk() (string, bool)
- func (o *AddLoyaltyPointsEffectProps) GetCardIdentifier() string
- func (o *AddLoyaltyPointsEffectProps) GetCardIdentifierOk() (string, bool)
- func (o *AddLoyaltyPointsEffectProps) GetCartItemPosition() float32
- func (o *AddLoyaltyPointsEffectProps) GetCartItemPositionOk() (float32, bool)
- func (o *AddLoyaltyPointsEffectProps) GetCartItemSubPosition() float32
- func (o *AddLoyaltyPointsEffectProps) GetCartItemSubPositionOk() (float32, bool)
- func (o *AddLoyaltyPointsEffectProps) GetDesiredValue() float32
- func (o *AddLoyaltyPointsEffectProps) GetDesiredValueOk() (float32, bool)
- func (o *AddLoyaltyPointsEffectProps) GetExpiryDate() time.Time
- func (o *AddLoyaltyPointsEffectProps) GetExpiryDateOk() (time.Time, bool)
- func (o *AddLoyaltyPointsEffectProps) GetName() string
- func (o *AddLoyaltyPointsEffectProps) GetProgramId() int32
- func (o *AddLoyaltyPointsEffectProps) GetRecipientIntegrationId() string
- func (o *AddLoyaltyPointsEffectProps) GetStartDate() time.Time
- func (o *AddLoyaltyPointsEffectProps) GetStartDateOk() (time.Time, bool)
- func (o *AddLoyaltyPointsEffectProps) GetSubLedgerId() string
- func (o *AddLoyaltyPointsEffectProps) GetTransactionUUID() string
- func (o *AddLoyaltyPointsEffectProps) GetValue() float32
- func (o *AddLoyaltyPointsEffectProps) HasBundleIndex() bool
- func (o *AddLoyaltyPointsEffectProps) HasBundleName() bool
- func (o *AddLoyaltyPointsEffectProps) HasCardIdentifier() bool
- func (o *AddLoyaltyPointsEffectProps) HasCartItemPosition() bool
- func (o *AddLoyaltyPointsEffectProps) HasCartItemSubPosition() bool
- func (o *AddLoyaltyPointsEffectProps) HasDesiredValue() bool
- func (o *AddLoyaltyPointsEffectProps) HasExpiryDate() bool
- func (o *AddLoyaltyPointsEffectProps) HasStartDate() bool
- func (o *AddLoyaltyPointsEffectProps) SetBundleIndex(v int32)
- func (o *AddLoyaltyPointsEffectProps) SetBundleName(v string)
- func (o *AddLoyaltyPointsEffectProps) SetCardIdentifier(v string)
- func (o *AddLoyaltyPointsEffectProps) SetCartItemPosition(v float32)
- func (o *AddLoyaltyPointsEffectProps) SetCartItemSubPosition(v float32)
- func (o *AddLoyaltyPointsEffectProps) SetDesiredValue(v float32)
- func (o *AddLoyaltyPointsEffectProps) SetExpiryDate(v time.Time)
- func (o *AddLoyaltyPointsEffectProps) SetName(v string)
- func (o *AddLoyaltyPointsEffectProps) SetProgramId(v int32)
- func (o *AddLoyaltyPointsEffectProps) SetRecipientIntegrationId(v string)
- func (o *AddLoyaltyPointsEffectProps) SetStartDate(v time.Time)
- func (o *AddLoyaltyPointsEffectProps) SetSubLedgerId(v string)
- func (o *AddLoyaltyPointsEffectProps) SetTransactionUUID(v string)
- func (o *AddLoyaltyPointsEffectProps) SetValue(v float32)
- type AddToAudienceEffectProps
- func (o *AddToAudienceEffectProps) GetAudienceId() int32
- func (o *AddToAudienceEffectProps) GetAudienceIdOk() (int32, bool)
- func (o *AddToAudienceEffectProps) GetAudienceName() string
- func (o *AddToAudienceEffectProps) GetAudienceNameOk() (string, bool)
- func (o *AddToAudienceEffectProps) GetProfileId() int32
- func (o *AddToAudienceEffectProps) GetProfileIdOk() (int32, bool)
- func (o *AddToAudienceEffectProps) GetProfileIntegrationId() string
- func (o *AddToAudienceEffectProps) GetProfileIntegrationIdOk() (string, bool)
- func (o *AddToAudienceEffectProps) HasAudienceId() bool
- func (o *AddToAudienceEffectProps) HasAudienceName() bool
- func (o *AddToAudienceEffectProps) HasProfileId() bool
- func (o *AddToAudienceEffectProps) HasProfileIntegrationId() bool
- func (o *AddToAudienceEffectProps) SetAudienceId(v int32)
- func (o *AddToAudienceEffectProps) SetAudienceName(v string)
- func (o *AddToAudienceEffectProps) SetProfileId(v int32)
- func (o *AddToAudienceEffectProps) SetProfileIntegrationId(v string)
- type AddedDeductedPointsNotificationPolicy
- type AdditionalCampaignProperties
- func (o *AdditionalCampaignProperties) GetAddFreeItemEffectCount() int32
- func (o *AdditionalCampaignProperties) GetAddFreeItemEffectCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetAwardedGiveawaysCount() int32
- func (o *AdditionalCampaignProperties) GetAwardedGiveawaysCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetBudgets() []CampaignBudget
- func (o *AdditionalCampaignProperties) GetCallApiEffectCount() int32
- func (o *AdditionalCampaignProperties) GetCallApiEffectCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetCouponCreationCount() int32
- func (o *AdditionalCampaignProperties) GetCouponCreationCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetCouponRedemptionCount() int32
- func (o *AdditionalCampaignProperties) GetCouponRedemptionCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetCreatedBy() string
- func (o *AdditionalCampaignProperties) GetCreatedByOk() (string, bool)
- func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsCount() float32
- func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsCountOk() (float32, bool)
- func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsEffectCount() int32
- func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsEffectCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetCustomEffectCount() int32
- func (o *AdditionalCampaignProperties) GetCustomEffectCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetDiscountCount() float32
- func (o *AdditionalCampaignProperties) GetDiscountCountOk() (float32, bool)
- func (o *AdditionalCampaignProperties) GetDiscountEffectCount() int32
- func (o *AdditionalCampaignProperties) GetDiscountEffectCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetFrontendState() string
- func (o *AdditionalCampaignProperties) GetLastActivity() time.Time
- func (o *AdditionalCampaignProperties) GetLastActivityOk() (time.Time, bool)
- func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsCount() float32
- func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsCountOk() (float32, bool)
- func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsEffectCount() int32
- func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsEffectCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetReferralCreationCount() int32
- func (o *AdditionalCampaignProperties) GetReferralCreationCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetReferralRedemptionCount() int32
- func (o *AdditionalCampaignProperties) GetReferralRedemptionCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetReservecouponEffectCount() int32
- func (o *AdditionalCampaignProperties) GetReservecouponEffectCountOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetTemplateId() int32
- func (o *AdditionalCampaignProperties) GetTemplateIdOk() (int32, bool)
- func (o *AdditionalCampaignProperties) GetUpdated() time.Time
- func (o *AdditionalCampaignProperties) GetUpdatedBy() string
- func (o *AdditionalCampaignProperties) GetUpdatedByOk() (string, bool)
- func (o *AdditionalCampaignProperties) GetUpdatedOk() (time.Time, bool)
- func (o *AdditionalCampaignProperties) HasAddFreeItemEffectCount() bool
- func (o *AdditionalCampaignProperties) HasAwardedGiveawaysCount() bool
- func (o *AdditionalCampaignProperties) HasCallApiEffectCount() bool
- func (o *AdditionalCampaignProperties) HasCouponCreationCount() bool
- func (o *AdditionalCampaignProperties) HasCouponRedemptionCount() bool
- func (o *AdditionalCampaignProperties) HasCreatedBy() bool
- func (o *AdditionalCampaignProperties) HasCreatedLoyaltyPointsCount() bool
- func (o *AdditionalCampaignProperties) HasCreatedLoyaltyPointsEffectCount() bool
- func (o *AdditionalCampaignProperties) HasCustomEffectCount() bool
- func (o *AdditionalCampaignProperties) HasDiscountCount() bool
- func (o *AdditionalCampaignProperties) HasDiscountEffectCount() bool
- func (o *AdditionalCampaignProperties) HasLastActivity() bool
- func (o *AdditionalCampaignProperties) HasRedeemedLoyaltyPointsCount() bool
- func (o *AdditionalCampaignProperties) HasRedeemedLoyaltyPointsEffectCount() bool
- func (o *AdditionalCampaignProperties) HasReferralCreationCount() bool
- func (o *AdditionalCampaignProperties) HasReferralRedemptionCount() bool
- func (o *AdditionalCampaignProperties) HasReservecouponEffectCount() bool
- func (o *AdditionalCampaignProperties) HasTemplateId() bool
- func (o *AdditionalCampaignProperties) HasUpdated() bool
- func (o *AdditionalCampaignProperties) HasUpdatedBy() bool
- func (o *AdditionalCampaignProperties) SetAddFreeItemEffectCount(v int32)
- func (o *AdditionalCampaignProperties) SetAwardedGiveawaysCount(v int32)
- func (o *AdditionalCampaignProperties) SetBudgets(v []CampaignBudget)
- func (o *AdditionalCampaignProperties) SetCallApiEffectCount(v int32)
- func (o *AdditionalCampaignProperties) SetCouponCreationCount(v int32)
- func (o *AdditionalCampaignProperties) SetCouponRedemptionCount(v int32)
- func (o *AdditionalCampaignProperties) SetCreatedBy(v string)
- func (o *AdditionalCampaignProperties) SetCreatedLoyaltyPointsCount(v float32)
- func (o *AdditionalCampaignProperties) SetCreatedLoyaltyPointsEffectCount(v int32)
- func (o *AdditionalCampaignProperties) SetCustomEffectCount(v int32)
- func (o *AdditionalCampaignProperties) SetDiscountCount(v float32)
- func (o *AdditionalCampaignProperties) SetDiscountEffectCount(v int32)
- func (o *AdditionalCampaignProperties) SetFrontendState(v string)
- func (o *AdditionalCampaignProperties) SetLastActivity(v time.Time)
- func (o *AdditionalCampaignProperties) SetRedeemedLoyaltyPointsCount(v float32)
- func (o *AdditionalCampaignProperties) SetRedeemedLoyaltyPointsEffectCount(v int32)
- func (o *AdditionalCampaignProperties) SetReferralCreationCount(v int32)
- func (o *AdditionalCampaignProperties) SetReferralRedemptionCount(v int32)
- func (o *AdditionalCampaignProperties) SetReservecouponEffectCount(v int32)
- func (o *AdditionalCampaignProperties) SetTemplateId(v int32)
- func (o *AdditionalCampaignProperties) SetUpdated(v time.Time)
- func (o *AdditionalCampaignProperties) SetUpdatedBy(v string)
- type AdditionalCost
- type ApiError
- func (o *ApiError) GetDetails() string
- func (o *ApiError) GetDetailsOk() (string, bool)
- func (o *ApiError) GetSource() ErrorSource
- func (o *ApiError) GetTitle() string
- func (o *ApiError) HasDetails() bool
- func (o *ApiError) SetDetails(v string)
- func (o *ApiError) SetSource(v ErrorSource)
- func (o *ApiError) SetTitle(v string)
- type Application
- func (o *Application) GetAccountId() int32
- func (o *Application) GetAttributes() map[string]interface{}
- func (o *Application) GetAttributesOk() (map[string]interface{}, bool)
- func (o *Application) GetAttributesSettings() AttributesSettings
- func (o *Application) GetAttributesSettingsOk() (AttributesSettings, bool)
- func (o *Application) GetCaseSensitivity() string
- func (o *Application) GetCaseSensitivityOk() (string, bool)
- func (o *Application) GetCreated() time.Time
- func (o *Application) GetCurrency() string
- func (o *Application) GetDefaultDiscountAdditionalCostPerItemScope() string
- func (o *Application) GetDefaultDiscountAdditionalCostPerItemScopeOk() (string, bool)
- func (o *Application) GetDefaultDiscountScope() string
- func (o *Application) GetDefaultDiscountScopeOk() (string, bool)
- func (o *Application) GetDefaultEvaluationGroupId() int32
- func (o *Application) GetDefaultEvaluationGroupIdOk() (int32, bool)
- func (o *Application) GetDescription() string
- func (o *Application) GetDescriptionOk() (string, bool)
- func (o *Application) GetEnableCascadingDiscounts() bool
- func (o *Application) GetEnableCascadingDiscountsOk() (bool, bool)
- func (o *Application) GetEnableFlattenedCartItems() bool
- func (o *Application) GetEnableFlattenedCartItemsOk() (bool, bool)
- func (o *Application) GetEnablePartialDiscounts() bool
- func (o *Application) GetEnablePartialDiscountsOk() (bool, bool)
- func (o *Application) GetId() int32
- func (o *Application) GetLimits() []LimitConfig
- func (o *Application) GetLimitsOk() ([]LimitConfig, bool)
- func (o *Application) GetLoyaltyPrograms() []LoyaltyProgram
- func (o *Application) GetModified() time.Time
- func (o *Application) GetName() string
- func (o *Application) GetSandbox() bool
- func (o *Application) GetSandboxOk() (bool, bool)
- func (o *Application) GetTimezone() string
- func (o *Application) HasAttributes() bool
- func (o *Application) HasAttributesSettings() bool
- func (o *Application) HasCaseSensitivity() bool
- func (o *Application) HasDefaultDiscountAdditionalCostPerItemScope() bool
- func (o *Application) HasDefaultDiscountScope() bool
- func (o *Application) HasDefaultEvaluationGroupId() bool
- func (o *Application) HasDescription() bool
- func (o *Application) HasEnableCascadingDiscounts() bool
- func (o *Application) HasEnableFlattenedCartItems() bool
- func (o *Application) HasEnablePartialDiscounts() bool
- func (o *Application) HasLimits() bool
- func (o *Application) HasSandbox() bool
- func (o *Application) SetAccountId(v int32)
- func (o *Application) SetAttributes(v map[string]interface{})
- func (o *Application) SetAttributesSettings(v AttributesSettings)
- func (o *Application) SetCaseSensitivity(v string)
- func (o *Application) SetCreated(v time.Time)
- func (o *Application) SetCurrency(v string)
- func (o *Application) SetDefaultDiscountAdditionalCostPerItemScope(v string)
- func (o *Application) SetDefaultDiscountScope(v string)
- func (o *Application) SetDefaultEvaluationGroupId(v int32)
- func (o *Application) SetDescription(v string)
- func (o *Application) SetEnableCascadingDiscounts(v bool)
- func (o *Application) SetEnableFlattenedCartItems(v bool)
- func (o *Application) SetEnablePartialDiscounts(v bool)
- func (o *Application) SetId(v int32)
- func (o *Application) SetLimits(v []LimitConfig)
- func (o *Application) SetLoyaltyPrograms(v []LoyaltyProgram)
- func (o *Application) SetModified(v time.Time)
- func (o *Application) SetName(v string)
- func (o *Application) SetSandbox(v bool)
- func (o *Application) SetTimezone(v string)
- type ApplicationAnalyticsDataPoint
- func (o *ApplicationAnalyticsDataPoint) GetAvgItemsPerSession() ApplicationAnalyticsDataPointAvgItemsPerSession
- func (o *ApplicationAnalyticsDataPoint) GetAvgItemsPerSessionOk() (ApplicationAnalyticsDataPointAvgItemsPerSession, bool)
- func (o *ApplicationAnalyticsDataPoint) GetAvgSessionValue() ApplicationAnalyticsDataPointAvgSessionValue
- func (o *ApplicationAnalyticsDataPoint) GetAvgSessionValueOk() (ApplicationAnalyticsDataPointAvgSessionValue, bool)
- func (o *ApplicationAnalyticsDataPoint) GetCouponsCount() float32
- func (o *ApplicationAnalyticsDataPoint) GetCouponsCountOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPoint) GetEndTime() time.Time
- func (o *ApplicationAnalyticsDataPoint) GetEndTimeOk() (time.Time, bool)
- func (o *ApplicationAnalyticsDataPoint) GetSessionsCount() ApplicationAnalyticsDataPointSessionsCount
- func (o *ApplicationAnalyticsDataPoint) GetSessionsCountOk() (ApplicationAnalyticsDataPointSessionsCount, bool)
- func (o *ApplicationAnalyticsDataPoint) GetStartTime() time.Time
- func (o *ApplicationAnalyticsDataPoint) GetStartTimeOk() (time.Time, bool)
- func (o *ApplicationAnalyticsDataPoint) GetTotalDiscounts() float32
- func (o *ApplicationAnalyticsDataPoint) GetTotalDiscountsOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPoint) GetTotalRevenue() ApplicationAnalyticsDataPointTotalRevenue
- func (o *ApplicationAnalyticsDataPoint) GetTotalRevenueOk() (ApplicationAnalyticsDataPointTotalRevenue, bool)
- func (o *ApplicationAnalyticsDataPoint) HasAvgItemsPerSession() bool
- func (o *ApplicationAnalyticsDataPoint) HasAvgSessionValue() bool
- func (o *ApplicationAnalyticsDataPoint) HasCouponsCount() bool
- func (o *ApplicationAnalyticsDataPoint) HasEndTime() bool
- func (o *ApplicationAnalyticsDataPoint) HasSessionsCount() bool
- func (o *ApplicationAnalyticsDataPoint) HasStartTime() bool
- func (o *ApplicationAnalyticsDataPoint) HasTotalDiscounts() bool
- func (o *ApplicationAnalyticsDataPoint) HasTotalRevenue() bool
- func (o *ApplicationAnalyticsDataPoint) SetAvgItemsPerSession(v ApplicationAnalyticsDataPointAvgItemsPerSession)
- func (o *ApplicationAnalyticsDataPoint) SetAvgSessionValue(v ApplicationAnalyticsDataPointAvgSessionValue)
- func (o *ApplicationAnalyticsDataPoint) SetCouponsCount(v float32)
- func (o *ApplicationAnalyticsDataPoint) SetEndTime(v time.Time)
- func (o *ApplicationAnalyticsDataPoint) SetSessionsCount(v ApplicationAnalyticsDataPointSessionsCount)
- func (o *ApplicationAnalyticsDataPoint) SetStartTime(v time.Time)
- func (o *ApplicationAnalyticsDataPoint) SetTotalDiscounts(v float32)
- func (o *ApplicationAnalyticsDataPoint) SetTotalRevenue(v ApplicationAnalyticsDataPointTotalRevenue)
- type ApplicationAnalyticsDataPointAvgItemsPerSession
- func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetInfluenced() float32
- func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetInfluencedOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetTotal() float32
- func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetTotalOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) HasInfluenced() bool
- func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) HasTotal() bool
- func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) SetInfluenced(v float32)
- func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) SetTotal(v float32)
- type ApplicationAnalyticsDataPointAvgSessionValue
- func (o *ApplicationAnalyticsDataPointAvgSessionValue) GetInfluenced() float32
- func (o *ApplicationAnalyticsDataPointAvgSessionValue) GetInfluencedOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPointAvgSessionValue) GetTotal() float32
- func (o *ApplicationAnalyticsDataPointAvgSessionValue) GetTotalOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPointAvgSessionValue) HasInfluenced() bool
- func (o *ApplicationAnalyticsDataPointAvgSessionValue) HasTotal() bool
- func (o *ApplicationAnalyticsDataPointAvgSessionValue) SetInfluenced(v float32)
- func (o *ApplicationAnalyticsDataPointAvgSessionValue) SetTotal(v float32)
- type ApplicationAnalyticsDataPointSessionsCount
- func (o *ApplicationAnalyticsDataPointSessionsCount) GetInfluenced() float32
- func (o *ApplicationAnalyticsDataPointSessionsCount) GetInfluencedOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPointSessionsCount) GetTotal() float32
- func (o *ApplicationAnalyticsDataPointSessionsCount) GetTotalOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPointSessionsCount) HasInfluenced() bool
- func (o *ApplicationAnalyticsDataPointSessionsCount) HasTotal() bool
- func (o *ApplicationAnalyticsDataPointSessionsCount) SetInfluenced(v float32)
- func (o *ApplicationAnalyticsDataPointSessionsCount) SetTotal(v float32)
- type ApplicationAnalyticsDataPointTotalRevenue
- func (o *ApplicationAnalyticsDataPointTotalRevenue) GetInfluenced() float32
- func (o *ApplicationAnalyticsDataPointTotalRevenue) GetInfluencedOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPointTotalRevenue) GetTotal() float32
- func (o *ApplicationAnalyticsDataPointTotalRevenue) GetTotalOk() (float32, bool)
- func (o *ApplicationAnalyticsDataPointTotalRevenue) HasInfluenced() bool
- func (o *ApplicationAnalyticsDataPointTotalRevenue) HasTotal() bool
- func (o *ApplicationAnalyticsDataPointTotalRevenue) SetInfluenced(v float32)
- func (o *ApplicationAnalyticsDataPointTotalRevenue) SetTotal(v float32)
- type ApplicationApiHealth
- type ApplicationApiKey
- func (o *ApplicationApiKey) GetAccountID() int32
- func (o *ApplicationApiKey) GetApplicationID() int32
- func (o *ApplicationApiKey) GetCreated() time.Time
- func (o *ApplicationApiKey) GetCreatedBy() int32
- func (o *ApplicationApiKey) GetExpires() time.Time
- func (o *ApplicationApiKey) GetId() int32
- func (o *ApplicationApiKey) GetPlatform() string
- func (o *ApplicationApiKey) GetPlatformOk() (string, bool)
- func (o *ApplicationApiKey) GetTimeOffset() int32
- func (o *ApplicationApiKey) GetTimeOffsetOk() (int32, bool)
- func (o *ApplicationApiKey) GetTitle() string
- func (o *ApplicationApiKey) GetType() string
- func (o *ApplicationApiKey) GetTypeOk() (string, bool)
- func (o *ApplicationApiKey) HasPlatform() bool
- func (o *ApplicationApiKey) HasTimeOffset() bool
- func (o *ApplicationApiKey) HasType() bool
- func (o *ApplicationApiKey) SetAccountID(v int32)
- func (o *ApplicationApiKey) SetApplicationID(v int32)
- func (o *ApplicationApiKey) SetCreated(v time.Time)
- func (o *ApplicationApiKey) SetCreatedBy(v int32)
- func (o *ApplicationApiKey) SetExpires(v time.Time)
- func (o *ApplicationApiKey) SetId(v int32)
- func (o *ApplicationApiKey) SetPlatform(v string)
- func (o *ApplicationApiKey) SetTimeOffset(v int32)
- func (o *ApplicationApiKey) SetTitle(v string)
- func (o *ApplicationApiKey) SetType(v string)
- type ApplicationCampaignAnalytics
- func (o *ApplicationCampaignAnalytics) GetAvgItemsPerSession() ApplicationCampaignAnalyticsAvgItemsPerSession
- func (o *ApplicationCampaignAnalytics) GetAvgItemsPerSessionOk() (ApplicationCampaignAnalyticsAvgItemsPerSession, bool)
- func (o *ApplicationCampaignAnalytics) GetAvgSessionValue() ApplicationCampaignAnalyticsAvgSessionValue
- func (o *ApplicationCampaignAnalytics) GetAvgSessionValueOk() (ApplicationCampaignAnalyticsAvgSessionValue, bool)
- func (o *ApplicationCampaignAnalytics) GetCampaignActiveRulesetId() int32
- func (o *ApplicationCampaignAnalytics) GetCampaignActiveRulesetIdOk() (int32, bool)
- func (o *ApplicationCampaignAnalytics) GetCampaignEndTime() time.Time
- func (o *ApplicationCampaignAnalytics) GetCampaignEndTimeOk() (time.Time, bool)
- func (o *ApplicationCampaignAnalytics) GetCampaignId() int32
- func (o *ApplicationCampaignAnalytics) GetCampaignIdOk() (int32, bool)
- func (o *ApplicationCampaignAnalytics) GetCampaignName() string
- func (o *ApplicationCampaignAnalytics) GetCampaignNameOk() (string, bool)
- func (o *ApplicationCampaignAnalytics) GetCampaignStartTime() time.Time
- func (o *ApplicationCampaignAnalytics) GetCampaignStartTimeOk() (time.Time, bool)
- func (o *ApplicationCampaignAnalytics) GetCampaignState() string
- func (o *ApplicationCampaignAnalytics) GetCampaignStateOk() (string, bool)
- func (o *ApplicationCampaignAnalytics) GetCampaignTags() []string
- func (o *ApplicationCampaignAnalytics) GetCampaignTagsOk() ([]string, bool)
- func (o *ApplicationCampaignAnalytics) GetCouponsCount() ApplicationCampaignAnalyticsCouponsCount
- func (o *ApplicationCampaignAnalytics) GetCouponsCountOk() (ApplicationCampaignAnalyticsCouponsCount, bool)
- func (o *ApplicationCampaignAnalytics) GetEndTime() time.Time
- func (o *ApplicationCampaignAnalytics) GetEndTimeOk() (time.Time, bool)
- func (o *ApplicationCampaignAnalytics) GetSessionsCount() ApplicationCampaignAnalyticsSessionsCount
- func (o *ApplicationCampaignAnalytics) GetSessionsCountOk() (ApplicationCampaignAnalyticsSessionsCount, bool)
- func (o *ApplicationCampaignAnalytics) GetStartTime() time.Time
- func (o *ApplicationCampaignAnalytics) GetStartTimeOk() (time.Time, bool)
- func (o *ApplicationCampaignAnalytics) GetTotalDiscounts() ApplicationCampaignAnalyticsTotalDiscounts
- func (o *ApplicationCampaignAnalytics) GetTotalDiscountsOk() (ApplicationCampaignAnalyticsTotalDiscounts, bool)
- func (o *ApplicationCampaignAnalytics) GetTotalRevenue() ApplicationCampaignAnalyticsTotalRevenue
- func (o *ApplicationCampaignAnalytics) GetTotalRevenueOk() (ApplicationCampaignAnalyticsTotalRevenue, bool)
- func (o *ApplicationCampaignAnalytics) HasAvgItemsPerSession() bool
- func (o *ApplicationCampaignAnalytics) HasAvgSessionValue() bool
- func (o *ApplicationCampaignAnalytics) HasCampaignActiveRulesetId() bool
- func (o *ApplicationCampaignAnalytics) HasCampaignEndTime() bool
- func (o *ApplicationCampaignAnalytics) HasCampaignId() bool
- func (o *ApplicationCampaignAnalytics) HasCampaignName() bool
- func (o *ApplicationCampaignAnalytics) HasCampaignStartTime() bool
- func (o *ApplicationCampaignAnalytics) HasCampaignState() bool
- func (o *ApplicationCampaignAnalytics) HasCampaignTags() bool
- func (o *ApplicationCampaignAnalytics) HasCouponsCount() bool
- func (o *ApplicationCampaignAnalytics) HasEndTime() bool
- func (o *ApplicationCampaignAnalytics) HasSessionsCount() bool
- func (o *ApplicationCampaignAnalytics) HasStartTime() bool
- func (o *ApplicationCampaignAnalytics) HasTotalDiscounts() bool
- func (o *ApplicationCampaignAnalytics) HasTotalRevenue() bool
- func (o *ApplicationCampaignAnalytics) SetAvgItemsPerSession(v ApplicationCampaignAnalyticsAvgItemsPerSession)
- func (o *ApplicationCampaignAnalytics) SetAvgSessionValue(v ApplicationCampaignAnalyticsAvgSessionValue)
- func (o *ApplicationCampaignAnalytics) SetCampaignActiveRulesetId(v int32)
- func (o *ApplicationCampaignAnalytics) SetCampaignEndTime(v time.Time)
- func (o *ApplicationCampaignAnalytics) SetCampaignId(v int32)
- func (o *ApplicationCampaignAnalytics) SetCampaignName(v string)
- func (o *ApplicationCampaignAnalytics) SetCampaignStartTime(v time.Time)
- func (o *ApplicationCampaignAnalytics) SetCampaignState(v string)
- func (o *ApplicationCampaignAnalytics) SetCampaignTags(v []string)
- func (o *ApplicationCampaignAnalytics) SetCouponsCount(v ApplicationCampaignAnalyticsCouponsCount)
- func (o *ApplicationCampaignAnalytics) SetEndTime(v time.Time)
- func (o *ApplicationCampaignAnalytics) SetSessionsCount(v ApplicationCampaignAnalyticsSessionsCount)
- func (o *ApplicationCampaignAnalytics) SetStartTime(v time.Time)
- func (o *ApplicationCampaignAnalytics) SetTotalDiscounts(v ApplicationCampaignAnalyticsTotalDiscounts)
- func (o *ApplicationCampaignAnalytics) SetTotalRevenue(v ApplicationCampaignAnalyticsTotalRevenue)
- type ApplicationCampaignAnalyticsAvgItemsPerSession
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetTrend() float32
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetTrendOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetUplift() float32
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetUpliftOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetValue() float32
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetValueOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) HasTrend() bool
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) HasUplift() bool
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) HasValue() bool
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) SetTrend(v float32)
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) SetUplift(v float32)
- func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) SetValue(v float32)
- type ApplicationCampaignAnalyticsAvgSessionValue
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetTrend() float32
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetTrendOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetUplift() float32
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetUpliftOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetValue() float32
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetValueOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) HasTrend() bool
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) HasUplift() bool
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) HasValue() bool
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) SetTrend(v float32)
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) SetUplift(v float32)
- func (o *ApplicationCampaignAnalyticsAvgSessionValue) SetValue(v float32)
- type ApplicationCampaignAnalyticsCouponsCount
- func (o *ApplicationCampaignAnalyticsCouponsCount) GetTrend() float32
- func (o *ApplicationCampaignAnalyticsCouponsCount) GetTrendOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsCouponsCount) GetValue() float32
- func (o *ApplicationCampaignAnalyticsCouponsCount) GetValueOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsCouponsCount) HasTrend() bool
- func (o *ApplicationCampaignAnalyticsCouponsCount) HasValue() bool
- func (o *ApplicationCampaignAnalyticsCouponsCount) SetTrend(v float32)
- func (o *ApplicationCampaignAnalyticsCouponsCount) SetValue(v float32)
- type ApplicationCampaignAnalyticsSessionsCount
- func (o *ApplicationCampaignAnalyticsSessionsCount) GetInfluenceRate() float32
- func (o *ApplicationCampaignAnalyticsSessionsCount) GetInfluenceRateOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsSessionsCount) GetTrend() float32
- func (o *ApplicationCampaignAnalyticsSessionsCount) GetTrendOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsSessionsCount) GetValue() float32
- func (o *ApplicationCampaignAnalyticsSessionsCount) GetValueOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsSessionsCount) HasInfluenceRate() bool
- func (o *ApplicationCampaignAnalyticsSessionsCount) HasTrend() bool
- func (o *ApplicationCampaignAnalyticsSessionsCount) HasValue() bool
- func (o *ApplicationCampaignAnalyticsSessionsCount) SetInfluenceRate(v float32)
- func (o *ApplicationCampaignAnalyticsSessionsCount) SetTrend(v float32)
- func (o *ApplicationCampaignAnalyticsSessionsCount) SetValue(v float32)
- type ApplicationCampaignAnalyticsTotalDiscounts
- func (o *ApplicationCampaignAnalyticsTotalDiscounts) GetTrend() float32
- func (o *ApplicationCampaignAnalyticsTotalDiscounts) GetTrendOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsTotalDiscounts) GetValue() float32
- func (o *ApplicationCampaignAnalyticsTotalDiscounts) GetValueOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsTotalDiscounts) HasTrend() bool
- func (o *ApplicationCampaignAnalyticsTotalDiscounts) HasValue() bool
- func (o *ApplicationCampaignAnalyticsTotalDiscounts) SetTrend(v float32)
- func (o *ApplicationCampaignAnalyticsTotalDiscounts) SetValue(v float32)
- type ApplicationCampaignAnalyticsTotalRevenue
- func (o *ApplicationCampaignAnalyticsTotalRevenue) GetInfluenceRate() float32
- func (o *ApplicationCampaignAnalyticsTotalRevenue) GetInfluenceRateOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsTotalRevenue) GetTrend() float32
- func (o *ApplicationCampaignAnalyticsTotalRevenue) GetTrendOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsTotalRevenue) GetValue() float32
- func (o *ApplicationCampaignAnalyticsTotalRevenue) GetValueOk() (float32, bool)
- func (o *ApplicationCampaignAnalyticsTotalRevenue) HasInfluenceRate() bool
- func (o *ApplicationCampaignAnalyticsTotalRevenue) HasTrend() bool
- func (o *ApplicationCampaignAnalyticsTotalRevenue) HasValue() bool
- func (o *ApplicationCampaignAnalyticsTotalRevenue) SetInfluenceRate(v float32)
- func (o *ApplicationCampaignAnalyticsTotalRevenue) SetTrend(v float32)
- func (o *ApplicationCampaignAnalyticsTotalRevenue) SetValue(v float32)
- type ApplicationCampaignStats
- func (o *ApplicationCampaignStats) GetArchived() int32
- func (o *ApplicationCampaignStats) GetDisabled() int32
- func (o *ApplicationCampaignStats) GetDraft() int32
- func (o *ApplicationCampaignStats) GetExpired() int32
- func (o *ApplicationCampaignStats) GetRunning() int32
- func (o *ApplicationCampaignStats) GetScheduled() int32
- func (o *ApplicationCampaignStats) SetArchived(v int32)
- func (o *ApplicationCampaignStats) SetDisabled(v int32)
- func (o *ApplicationCampaignStats) SetDraft(v int32)
- func (o *ApplicationCampaignStats) SetExpired(v int32)
- func (o *ApplicationCampaignStats) SetRunning(v int32)
- func (o *ApplicationCampaignStats) SetScheduled(v int32)
- type ApplicationCustomer
- func (o *ApplicationCustomer) GetAccountId() int32
- func (o *ApplicationCustomer) GetAdvocateIntegrationId() string
- func (o *ApplicationCustomer) GetAdvocateIntegrationIdOk() (string, bool)
- func (o *ApplicationCustomer) GetAttributes() map[string]interface{}
- func (o *ApplicationCustomer) GetAudienceMemberships() []AudienceMembership
- func (o *ApplicationCustomer) GetAudienceMembershipsOk() ([]AudienceMembership, bool)
- func (o *ApplicationCustomer) GetClosedSessions() int32
- func (o *ApplicationCustomer) GetCreated() time.Time
- func (o *ApplicationCustomer) GetId() int32
- func (o *ApplicationCustomer) GetIntegrationId() string
- func (o *ApplicationCustomer) GetLastActivity() time.Time
- func (o *ApplicationCustomer) GetLoyaltyMemberships() []LoyaltyMembership
- func (o *ApplicationCustomer) GetLoyaltyMembershipsOk() ([]LoyaltyMembership, bool)
- func (o *ApplicationCustomer) GetSandbox() bool
- func (o *ApplicationCustomer) GetSandboxOk() (bool, bool)
- func (o *ApplicationCustomer) GetTotalSales() float32
- func (o *ApplicationCustomer) HasAdvocateIntegrationId() bool
- func (o *ApplicationCustomer) HasAudienceMemberships() bool
- func (o *ApplicationCustomer) HasLoyaltyMemberships() bool
- func (o *ApplicationCustomer) HasSandbox() bool
- func (o *ApplicationCustomer) SetAccountId(v int32)
- func (o *ApplicationCustomer) SetAdvocateIntegrationId(v string)
- func (o *ApplicationCustomer) SetAttributes(v map[string]interface{})
- func (o *ApplicationCustomer) SetAudienceMemberships(v []AudienceMembership)
- func (o *ApplicationCustomer) SetClosedSessions(v int32)
- func (o *ApplicationCustomer) SetCreated(v time.Time)
- func (o *ApplicationCustomer) SetId(v int32)
- func (o *ApplicationCustomer) SetIntegrationId(v string)
- func (o *ApplicationCustomer) SetLastActivity(v time.Time)
- func (o *ApplicationCustomer) SetLoyaltyMemberships(v []LoyaltyMembership)
- func (o *ApplicationCustomer) SetSandbox(v bool)
- func (o *ApplicationCustomer) SetTotalSales(v float32)
- type ApplicationCustomerEntity
- type ApplicationEntity
- type ApplicationEvent
- func (o *ApplicationEvent) GetApplicationId() int32
- func (o *ApplicationEvent) GetAttributes() map[string]interface{}
- func (o *ApplicationEvent) GetCreated() time.Time
- func (o *ApplicationEvent) GetEffects() []Effect
- func (o *ApplicationEvent) GetId() int32
- func (o *ApplicationEvent) GetProfileId() int32
- func (o *ApplicationEvent) GetProfileIdOk() (int32, bool)
- func (o *ApplicationEvent) GetRuleFailureReasons() []RuleFailureReason
- func (o *ApplicationEvent) GetRuleFailureReasonsOk() ([]RuleFailureReason, bool)
- func (o *ApplicationEvent) GetSessionId() int32
- func (o *ApplicationEvent) GetSessionIdOk() (int32, bool)
- func (o *ApplicationEvent) GetStoreId() int32
- func (o *ApplicationEvent) GetStoreIdOk() (int32, bool)
- func (o *ApplicationEvent) GetStoreIntegrationId() string
- func (o *ApplicationEvent) GetStoreIntegrationIdOk() (string, bool)
- func (o *ApplicationEvent) GetType() string
- func (o *ApplicationEvent) HasProfileId() bool
- func (o *ApplicationEvent) HasRuleFailureReasons() bool
- func (o *ApplicationEvent) HasSessionId() bool
- func (o *ApplicationEvent) HasStoreId() bool
- func (o *ApplicationEvent) HasStoreIntegrationId() bool
- func (o *ApplicationEvent) SetApplicationId(v int32)
- func (o *ApplicationEvent) SetAttributes(v map[string]interface{})
- func (o *ApplicationEvent) SetCreated(v time.Time)
- func (o *ApplicationEvent) SetEffects(v []Effect)
- func (o *ApplicationEvent) SetId(v int32)
- func (o *ApplicationEvent) SetProfileId(v int32)
- func (o *ApplicationEvent) SetRuleFailureReasons(v []RuleFailureReason)
- func (o *ApplicationEvent) SetSessionId(v int32)
- func (o *ApplicationEvent) SetStoreId(v int32)
- func (o *ApplicationEvent) SetStoreIntegrationId(v string)
- func (o *ApplicationEvent) SetType(v string)
- type ApplicationNotification
- type ApplicationReferee
- func (o *ApplicationReferee) GetAdvocateIntegrationId() string
- func (o *ApplicationReferee) GetApplicationId() int32
- func (o *ApplicationReferee) GetCode() string
- func (o *ApplicationReferee) GetCreated() time.Time
- func (o *ApplicationReferee) GetFriendIntegrationId() string
- func (o *ApplicationReferee) GetSessionId() string
- func (o *ApplicationReferee) SetAdvocateIntegrationId(v string)
- func (o *ApplicationReferee) SetApplicationId(v int32)
- func (o *ApplicationReferee) SetCode(v string)
- func (o *ApplicationReferee) SetCreated(v time.Time)
- func (o *ApplicationReferee) SetFriendIntegrationId(v string)
- func (o *ApplicationReferee) SetSessionId(v string)
- type ApplicationSession
- func (o *ApplicationSession) GetApplicationId() int32
- func (o *ApplicationSession) GetAttributes() map[string]interface{}
- func (o *ApplicationSession) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ApplicationSession) GetCartItems() []CartItem
- func (o *ApplicationSession) GetCoupon() string
- func (o *ApplicationSession) GetCreated() time.Time
- func (o *ApplicationSession) GetDiscounts() map[string]float32
- func (o *ApplicationSession) GetId() int32
- func (o *ApplicationSession) GetIntegrationId() string
- func (o *ApplicationSession) GetProfileId() int32
- func (o *ApplicationSession) GetProfileIdOk() (int32, bool)
- func (o *ApplicationSession) GetProfileintegrationid() string
- func (o *ApplicationSession) GetProfileintegrationidOk() (string, bool)
- func (o *ApplicationSession) GetReferral() string
- func (o *ApplicationSession) GetState() string
- func (o *ApplicationSession) GetStoreIntegrationId() string
- func (o *ApplicationSession) GetStoreIntegrationIdOk() (string, bool)
- func (o *ApplicationSession) GetTotal() float32
- func (o *ApplicationSession) GetTotalDiscounts() float32
- func (o *ApplicationSession) HasAttributes() bool
- func (o *ApplicationSession) HasProfileId() bool
- func (o *ApplicationSession) HasProfileintegrationid() bool
- func (o *ApplicationSession) HasStoreIntegrationId() bool
- func (o *ApplicationSession) SetApplicationId(v int32)
- func (o *ApplicationSession) SetAttributes(v map[string]interface{})
- func (o *ApplicationSession) SetCartItems(v []CartItem)
- func (o *ApplicationSession) SetCoupon(v string)
- func (o *ApplicationSession) SetCreated(v time.Time)
- func (o *ApplicationSession) SetDiscounts(v map[string]float32)
- func (o *ApplicationSession) SetId(v int32)
- func (o *ApplicationSession) SetIntegrationId(v string)
- func (o *ApplicationSession) SetProfileId(v int32)
- func (o *ApplicationSession) SetProfileintegrationid(v string)
- func (o *ApplicationSession) SetReferral(v string)
- func (o *ApplicationSession) SetState(v string)
- func (o *ApplicationSession) SetStoreIntegrationId(v string)
- func (o *ApplicationSession) SetTotal(v float32)
- func (o *ApplicationSession) SetTotalDiscounts(v float32)
- type ApplicationSessionEntity
- type ApplicationStoreEntity
- type AsyncCouponCreationResponse
- type Attribute
- func (o *Attribute) GetAccountId() int32
- func (o *Attribute) GetAllowedSubscriptions() []string
- func (o *Attribute) GetAllowedSubscriptionsOk() ([]string, bool)
- func (o *Attribute) GetCreated() time.Time
- func (o *Attribute) GetDescription() string
- func (o *Attribute) GetEditable() bool
- func (o *Attribute) GetEntity() string
- func (o *Attribute) GetEventType() string
- func (o *Attribute) GetEventTypeId() int32
- func (o *Attribute) GetEventTypeIdOk() (int32, bool)
- func (o *Attribute) GetEventTypeOk() (string, bool)
- func (o *Attribute) GetHasAllowedList() bool
- func (o *Attribute) GetHasAllowedListOk() (bool, bool)
- func (o *Attribute) GetId() int32
- func (o *Attribute) GetName() string
- func (o *Attribute) GetRestrictedBySuggestions() bool
- func (o *Attribute) GetRestrictedBySuggestionsOk() (bool, bool)
- func (o *Attribute) GetSubscribedApplicationsIds() []int32
- func (o *Attribute) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *Attribute) GetSubscribedCatalogsIds() []int32
- func (o *Attribute) GetSubscribedCatalogsIdsOk() ([]int32, bool)
- func (o *Attribute) GetSuggestions() []string
- func (o *Attribute) GetTitle() string
- func (o *Attribute) GetType() string
- func (o *Attribute) HasAllowedSubscriptions() bool
- func (o *Attribute) HasEventType() bool
- func (o *Attribute) HasEventTypeId() bool
- func (o *Attribute) HasHasAllowedList() bool
- func (o *Attribute) HasRestrictedBySuggestions() bool
- func (o *Attribute) HasSubscribedApplicationsIds() bool
- func (o *Attribute) HasSubscribedCatalogsIds() bool
- func (o *Attribute) SetAccountId(v int32)
- func (o *Attribute) SetAllowedSubscriptions(v []string)
- func (o *Attribute) SetCreated(v time.Time)
- func (o *Attribute) SetDescription(v string)
- func (o *Attribute) SetEditable(v bool)
- func (o *Attribute) SetEntity(v string)
- func (o *Attribute) SetEventType(v string)
- func (o *Attribute) SetEventTypeId(v int32)
- func (o *Attribute) SetHasAllowedList(v bool)
- func (o *Attribute) SetId(v int32)
- func (o *Attribute) SetName(v string)
- func (o *Attribute) SetRestrictedBySuggestions(v bool)
- func (o *Attribute) SetSubscribedApplicationsIds(v []int32)
- func (o *Attribute) SetSubscribedCatalogsIds(v []int32)
- func (o *Attribute) SetSuggestions(v []string)
- func (o *Attribute) SetTitle(v string)
- func (o *Attribute) SetType(v string)
- type AttributesMandatory
- func (o *AttributesMandatory) GetCampaigns() []string
- func (o *AttributesMandatory) GetCampaignsOk() ([]string, bool)
- func (o *AttributesMandatory) GetCoupons() []string
- func (o *AttributesMandatory) GetCouponsOk() ([]string, bool)
- func (o *AttributesMandatory) HasCampaigns() bool
- func (o *AttributesMandatory) HasCoupons() bool
- func (o *AttributesMandatory) SetCampaigns(v []string)
- func (o *AttributesMandatory) SetCoupons(v []string)
- type AttributesSettings
- type Audience
- func (o *Audience) GetAccountId() int32
- func (o *Audience) GetCreated() time.Time
- func (o *Audience) GetCreatedIn3rdParty() bool
- func (o *Audience) GetCreatedIn3rdPartyOk() (bool, bool)
- func (o *Audience) GetDescription() string
- func (o *Audience) GetDescriptionOk() (string, bool)
- func (o *Audience) GetId() int32
- func (o *Audience) GetIntegration() string
- func (o *Audience) GetIntegrationId() string
- func (o *Audience) GetIntegrationIdOk() (string, bool)
- func (o *Audience) GetIntegrationOk() (string, bool)
- func (o *Audience) GetLastUpdate() time.Time
- func (o *Audience) GetLastUpdateOk() (time.Time, bool)
- func (o *Audience) GetName() string
- func (o *Audience) GetSandbox() bool
- func (o *Audience) GetSandboxOk() (bool, bool)
- func (o *Audience) HasCreatedIn3rdParty() bool
- func (o *Audience) HasDescription() bool
- func (o *Audience) HasIntegration() bool
- func (o *Audience) HasIntegrationId() bool
- func (o *Audience) HasLastUpdate() bool
- func (o *Audience) HasSandbox() bool
- func (o *Audience) SetAccountId(v int32)
- func (o *Audience) SetCreated(v time.Time)
- func (o *Audience) SetCreatedIn3rdParty(v bool)
- func (o *Audience) SetDescription(v string)
- func (o *Audience) SetId(v int32)
- func (o *Audience) SetIntegration(v string)
- func (o *Audience) SetIntegrationId(v string)
- func (o *Audience) SetLastUpdate(v time.Time)
- func (o *Audience) SetName(v string)
- func (o *Audience) SetSandbox(v bool)
- type AudienceAnalytics
- func (o *AudienceAnalytics) GetAudienceId() int32
- func (o *AudienceAnalytics) GetAudienceIdOk() (int32, bool)
- func (o *AudienceAnalytics) GetMembersCount() int32
- func (o *AudienceAnalytics) GetMembersCountOk() (int32, bool)
- func (o *AudienceAnalytics) HasAudienceId() bool
- func (o *AudienceAnalytics) HasMembersCount() bool
- func (o *AudienceAnalytics) SetAudienceId(v int32)
- func (o *AudienceAnalytics) SetMembersCount(v int32)
- type AudienceCustomer
- func (o *AudienceCustomer) GetAccountId() int32
- func (o *AudienceCustomer) GetAttributes() map[string]interface{}
- func (o *AudienceCustomer) GetAudienceMemberships() []AudienceMembership
- func (o *AudienceCustomer) GetAudienceMembershipsOk() ([]AudienceMembership, bool)
- func (o *AudienceCustomer) GetClosedSessions() int32
- func (o *AudienceCustomer) GetConnectedApplicationsIds() []int32
- func (o *AudienceCustomer) GetConnectedApplicationsIdsOk() ([]int32, bool)
- func (o *AudienceCustomer) GetConnectedAudiences() []int32
- func (o *AudienceCustomer) GetConnectedAudiencesOk() ([]int32, bool)
- func (o *AudienceCustomer) GetCreated() time.Time
- func (o *AudienceCustomer) GetId() int32
- func (o *AudienceCustomer) GetIntegrationId() string
- func (o *AudienceCustomer) GetLastActivity() time.Time
- func (o *AudienceCustomer) GetLoyaltyMemberships() []LoyaltyMembership
- func (o *AudienceCustomer) GetLoyaltyMembershipsOk() ([]LoyaltyMembership, bool)
- func (o *AudienceCustomer) GetSandbox() bool
- func (o *AudienceCustomer) GetSandboxOk() (bool, bool)
- func (o *AudienceCustomer) GetTotalSales() float32
- func (o *AudienceCustomer) HasAudienceMemberships() bool
- func (o *AudienceCustomer) HasConnectedApplicationsIds() bool
- func (o *AudienceCustomer) HasConnectedAudiences() bool
- func (o *AudienceCustomer) HasLoyaltyMemberships() bool
- func (o *AudienceCustomer) HasSandbox() bool
- func (o *AudienceCustomer) SetAccountId(v int32)
- func (o *AudienceCustomer) SetAttributes(v map[string]interface{})
- func (o *AudienceCustomer) SetAudienceMemberships(v []AudienceMembership)
- func (o *AudienceCustomer) SetClosedSessions(v int32)
- func (o *AudienceCustomer) SetConnectedApplicationsIds(v []int32)
- func (o *AudienceCustomer) SetConnectedAudiences(v []int32)
- func (o *AudienceCustomer) SetCreated(v time.Time)
- func (o *AudienceCustomer) SetId(v int32)
- func (o *AudienceCustomer) SetIntegrationId(v string)
- func (o *AudienceCustomer) SetLastActivity(v time.Time)
- func (o *AudienceCustomer) SetLoyaltyMemberships(v []LoyaltyMembership)
- func (o *AudienceCustomer) SetSandbox(v bool)
- func (o *AudienceCustomer) SetTotalSales(v float32)
- type AudienceIntegrationId
- type AudienceMembership
- type AwardGiveawayEffectProps
- func (o *AwardGiveawayEffectProps) GetCode() string
- func (o *AwardGiveawayEffectProps) GetGiveawayId() int32
- func (o *AwardGiveawayEffectProps) GetPoolId() int32
- func (o *AwardGiveawayEffectProps) GetPoolName() string
- func (o *AwardGiveawayEffectProps) GetRecipientIntegrationId() string
- func (o *AwardGiveawayEffectProps) SetCode(v string)
- func (o *AwardGiveawayEffectProps) SetGiveawayId(v int32)
- func (o *AwardGiveawayEffectProps) SetPoolId(v int32)
- func (o *AwardGiveawayEffectProps) SetPoolName(v string)
- func (o *AwardGiveawayEffectProps) SetRecipientIntegrationId(v string)
- type BaseCampaign
- func (o *BaseCampaign) GetActiveRulesetId() int32
- func (o *BaseCampaign) GetActiveRulesetIdOk() (int32, bool)
- func (o *BaseCampaign) GetAttributes() map[string]interface{}
- func (o *BaseCampaign) GetAttributesOk() (map[string]interface{}, bool)
- func (o *BaseCampaign) GetCampaignGroups() []int32
- func (o *BaseCampaign) GetCampaignGroupsOk() ([]int32, bool)
- func (o *BaseCampaign) GetCouponSettings() CodeGeneratorSettings
- func (o *BaseCampaign) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *BaseCampaign) GetDescription() string
- func (o *BaseCampaign) GetDescriptionOk() (string, bool)
- func (o *BaseCampaign) GetEndTime() time.Time
- func (o *BaseCampaign) GetEndTimeOk() (time.Time, bool)
- func (o *BaseCampaign) GetFeatures() []string
- func (o *BaseCampaign) GetLimits() []LimitConfig
- func (o *BaseCampaign) GetLinkedStoreIds() []int32
- func (o *BaseCampaign) GetLinkedStoreIdsOk() ([]int32, bool)
- func (o *BaseCampaign) GetName() string
- func (o *BaseCampaign) GetReferralSettings() CodeGeneratorSettings
- func (o *BaseCampaign) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *BaseCampaign) GetStartTime() time.Time
- func (o *BaseCampaign) GetStartTimeOk() (time.Time, bool)
- func (o *BaseCampaign) GetState() string
- func (o *BaseCampaign) GetTags() []string
- func (o *BaseCampaign) GetType() string
- func (o *BaseCampaign) GetTypeOk() (string, bool)
- func (o *BaseCampaign) HasActiveRulesetId() bool
- func (o *BaseCampaign) HasAttributes() bool
- func (o *BaseCampaign) HasCampaignGroups() bool
- func (o *BaseCampaign) HasCouponSettings() bool
- func (o *BaseCampaign) HasDescription() bool
- func (o *BaseCampaign) HasEndTime() bool
- func (o *BaseCampaign) HasLinkedStoreIds() bool
- func (o *BaseCampaign) HasReferralSettings() bool
- func (o *BaseCampaign) HasStartTime() bool
- func (o *BaseCampaign) HasType() bool
- func (o *BaseCampaign) SetActiveRulesetId(v int32)
- func (o *BaseCampaign) SetAttributes(v map[string]interface{})
- func (o *BaseCampaign) SetCampaignGroups(v []int32)
- func (o *BaseCampaign) SetCouponSettings(v CodeGeneratorSettings)
- func (o *BaseCampaign) SetDescription(v string)
- func (o *BaseCampaign) SetEndTime(v time.Time)
- func (o *BaseCampaign) SetFeatures(v []string)
- func (o *BaseCampaign) SetLimits(v []LimitConfig)
- func (o *BaseCampaign) SetLinkedStoreIds(v []int32)
- func (o *BaseCampaign) SetName(v string)
- func (o *BaseCampaign) SetReferralSettings(v CodeGeneratorSettings)
- func (o *BaseCampaign) SetStartTime(v time.Time)
- func (o *BaseCampaign) SetState(v string)
- func (o *BaseCampaign) SetTags(v []string)
- func (o *BaseCampaign) SetType(v string)
- type BaseCampaignForNotification
- func (o *BaseCampaignForNotification) GetActiveRulesetId() int32
- func (o *BaseCampaignForNotification) GetActiveRulesetIdOk() (int32, bool)
- func (o *BaseCampaignForNotification) GetAttributes() map[string]interface{}
- func (o *BaseCampaignForNotification) GetAttributesOk() (map[string]interface{}, bool)
- func (o *BaseCampaignForNotification) GetCampaignGroups() []int32
- func (o *BaseCampaignForNotification) GetCampaignGroupsOk() ([]int32, bool)
- func (o *BaseCampaignForNotification) GetCouponSettings() CodeGeneratorSettings
- func (o *BaseCampaignForNotification) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *BaseCampaignForNotification) GetDescription() string
- func (o *BaseCampaignForNotification) GetDescriptionOk() (string, bool)
- func (o *BaseCampaignForNotification) GetEndTime() time.Time
- func (o *BaseCampaignForNotification) GetEndTimeOk() (time.Time, bool)
- func (o *BaseCampaignForNotification) GetEvaluationGroupId() int32
- func (o *BaseCampaignForNotification) GetEvaluationGroupIdOk() (int32, bool)
- func (o *BaseCampaignForNotification) GetFeatures() []string
- func (o *BaseCampaignForNotification) GetLimits() []LimitConfig
- func (o *BaseCampaignForNotification) GetLinkedStoreIds() []int32
- func (o *BaseCampaignForNotification) GetLinkedStoreIdsOk() ([]int32, bool)
- func (o *BaseCampaignForNotification) GetName() string
- func (o *BaseCampaignForNotification) GetReferralSettings() CodeGeneratorSettings
- func (o *BaseCampaignForNotification) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *BaseCampaignForNotification) GetStartTime() time.Time
- func (o *BaseCampaignForNotification) GetStartTimeOk() (time.Time, bool)
- func (o *BaseCampaignForNotification) GetState() string
- func (o *BaseCampaignForNotification) GetTags() []string
- func (o *BaseCampaignForNotification) GetType() string
- func (o *BaseCampaignForNotification) GetTypeOk() (string, bool)
- func (o *BaseCampaignForNotification) HasActiveRulesetId() bool
- func (o *BaseCampaignForNotification) HasAttributes() bool
- func (o *BaseCampaignForNotification) HasCampaignGroups() bool
- func (o *BaseCampaignForNotification) HasCouponSettings() bool
- func (o *BaseCampaignForNotification) HasDescription() bool
- func (o *BaseCampaignForNotification) HasEndTime() bool
- func (o *BaseCampaignForNotification) HasEvaluationGroupId() bool
- func (o *BaseCampaignForNotification) HasLinkedStoreIds() bool
- func (o *BaseCampaignForNotification) HasReferralSettings() bool
- func (o *BaseCampaignForNotification) HasStartTime() bool
- func (o *BaseCampaignForNotification) HasType() bool
- func (o *BaseCampaignForNotification) SetActiveRulesetId(v int32)
- func (o *BaseCampaignForNotification) SetAttributes(v map[string]interface{})
- func (o *BaseCampaignForNotification) SetCampaignGroups(v []int32)
- func (o *BaseCampaignForNotification) SetCouponSettings(v CodeGeneratorSettings)
- func (o *BaseCampaignForNotification) SetDescription(v string)
- func (o *BaseCampaignForNotification) SetEndTime(v time.Time)
- func (o *BaseCampaignForNotification) SetEvaluationGroupId(v int32)
- func (o *BaseCampaignForNotification) SetFeatures(v []string)
- func (o *BaseCampaignForNotification) SetLimits(v []LimitConfig)
- func (o *BaseCampaignForNotification) SetLinkedStoreIds(v []int32)
- func (o *BaseCampaignForNotification) SetName(v string)
- func (o *BaseCampaignForNotification) SetReferralSettings(v CodeGeneratorSettings)
- func (o *BaseCampaignForNotification) SetStartTime(v time.Time)
- func (o *BaseCampaignForNotification) SetState(v string)
- func (o *BaseCampaignForNotification) SetTags(v []string)
- func (o *BaseCampaignForNotification) SetType(v string)
- type BaseLoyaltyProgram
- func (o *BaseLoyaltyProgram) GetAllowSubledger() bool
- func (o *BaseLoyaltyProgram) GetAllowSubledgerOk() (bool, bool)
- func (o *BaseLoyaltyProgram) GetDefaultPending() string
- func (o *BaseLoyaltyProgram) GetDefaultPendingOk() (string, bool)
- func (o *BaseLoyaltyProgram) GetDefaultValidity() string
- func (o *BaseLoyaltyProgram) GetDefaultValidityOk() (string, bool)
- func (o *BaseLoyaltyProgram) GetDescription() string
- func (o *BaseLoyaltyProgram) GetDescriptionOk() (string, bool)
- func (o *BaseLoyaltyProgram) GetProgramJoinPolicy() string
- func (o *BaseLoyaltyProgram) GetProgramJoinPolicyOk() (string, bool)
- func (o *BaseLoyaltyProgram) GetSandbox() bool
- func (o *BaseLoyaltyProgram) GetSandboxOk() (bool, bool)
- func (o *BaseLoyaltyProgram) GetSubscribedApplications() []int32
- func (o *BaseLoyaltyProgram) GetSubscribedApplicationsOk() ([]int32, bool)
- func (o *BaseLoyaltyProgram) GetTiersDowngradePolicy() string
- func (o *BaseLoyaltyProgram) GetTiersDowngradePolicyOk() (string, bool)
- func (o *BaseLoyaltyProgram) GetTiersExpirationPolicy() string
- func (o *BaseLoyaltyProgram) GetTiersExpirationPolicyOk() (string, bool)
- func (o *BaseLoyaltyProgram) GetTiersExpireIn() string
- func (o *BaseLoyaltyProgram) GetTiersExpireInOk() (string, bool)
- func (o *BaseLoyaltyProgram) GetTitle() string
- func (o *BaseLoyaltyProgram) GetTitleOk() (string, bool)
- func (o *BaseLoyaltyProgram) GetUsersPerCardLimit() int32
- func (o *BaseLoyaltyProgram) GetUsersPerCardLimitOk() (int32, bool)
- func (o *BaseLoyaltyProgram) HasAllowSubledger() bool
- func (o *BaseLoyaltyProgram) HasDefaultPending() bool
- func (o *BaseLoyaltyProgram) HasDefaultValidity() bool
- func (o *BaseLoyaltyProgram) HasDescription() bool
- func (o *BaseLoyaltyProgram) HasProgramJoinPolicy() bool
- func (o *BaseLoyaltyProgram) HasSandbox() bool
- func (o *BaseLoyaltyProgram) HasSubscribedApplications() bool
- func (o *BaseLoyaltyProgram) HasTiersDowngradePolicy() bool
- func (o *BaseLoyaltyProgram) HasTiersExpirationPolicy() bool
- func (o *BaseLoyaltyProgram) HasTiersExpireIn() bool
- func (o *BaseLoyaltyProgram) HasTitle() bool
- func (o *BaseLoyaltyProgram) HasUsersPerCardLimit() bool
- func (o *BaseLoyaltyProgram) SetAllowSubledger(v bool)
- func (o *BaseLoyaltyProgram) SetDefaultPending(v string)
- func (o *BaseLoyaltyProgram) SetDefaultValidity(v string)
- func (o *BaseLoyaltyProgram) SetDescription(v string)
- func (o *BaseLoyaltyProgram) SetProgramJoinPolicy(v string)
- func (o *BaseLoyaltyProgram) SetSandbox(v bool)
- func (o *BaseLoyaltyProgram) SetSubscribedApplications(v []int32)
- func (o *BaseLoyaltyProgram) SetTiersDowngradePolicy(v string)
- func (o *BaseLoyaltyProgram) SetTiersExpirationPolicy(v string)
- func (o *BaseLoyaltyProgram) SetTiersExpireIn(v string)
- func (o *BaseLoyaltyProgram) SetTitle(v string)
- func (o *BaseLoyaltyProgram) SetUsersPerCardLimit(v int32)
- type BaseNotification
- func (o *BaseNotification) GetEnabled() bool
- func (o *BaseNotification) GetEnabledOk() (bool, bool)
- func (o *BaseNotification) GetId() int32
- func (o *BaseNotification) GetPolicy() map[string]interface{}
- func (o *BaseNotification) GetType() string
- func (o *BaseNotification) GetWebhook() BaseNotificationWebhook
- func (o *BaseNotification) HasEnabled() bool
- func (o *BaseNotification) SetEnabled(v bool)
- func (o *BaseNotification) SetId(v int32)
- func (o *BaseNotification) SetPolicy(v map[string]interface{})
- func (o *BaseNotification) SetType(v string)
- func (o *BaseNotification) SetWebhook(v BaseNotificationWebhook)
- type BaseNotificationEntity
- func (o *BaseNotificationEntity) GetEnabled() bool
- func (o *BaseNotificationEntity) GetEnabledOk() (bool, bool)
- func (o *BaseNotificationEntity) GetPolicy() map[string]interface{}
- func (o *BaseNotificationEntity) HasEnabled() bool
- func (o *BaseNotificationEntity) SetEnabled(v bool)
- func (o *BaseNotificationEntity) SetPolicy(v map[string]interface{})
- type BaseNotificationWebhook
- func (o *BaseNotificationWebhook) GetCreated() time.Time
- func (o *BaseNotificationWebhook) GetEnabled() bool
- func (o *BaseNotificationWebhook) GetEnabledOk() (bool, bool)
- func (o *BaseNotificationWebhook) GetHeaders() []string
- func (o *BaseNotificationWebhook) GetId() int32
- func (o *BaseNotificationWebhook) GetModified() time.Time
- func (o *BaseNotificationWebhook) GetUrl() string
- func (o *BaseNotificationWebhook) HasEnabled() bool
- func (o *BaseNotificationWebhook) SetCreated(v time.Time)
- func (o *BaseNotificationWebhook) SetEnabled(v bool)
- func (o *BaseNotificationWebhook) SetHeaders(v []string)
- func (o *BaseNotificationWebhook) SetId(v int32)
- func (o *BaseNotificationWebhook) SetModified(v time.Time)
- func (o *BaseNotificationWebhook) SetUrl(v string)
- type BaseNotifications
- type BaseSamlConnection
- func (o *BaseSamlConnection) GetAccountId() int32
- func (o *BaseSamlConnection) GetAudienceURI() string
- func (o *BaseSamlConnection) GetAudienceURIOk() (string, bool)
- func (o *BaseSamlConnection) GetEnabled() bool
- func (o *BaseSamlConnection) GetIssuer() string
- func (o *BaseSamlConnection) GetMetadataURL() string
- func (o *BaseSamlConnection) GetMetadataURLOk() (string, bool)
- func (o *BaseSamlConnection) GetName() string
- func (o *BaseSamlConnection) GetSignOnURL() string
- func (o *BaseSamlConnection) GetSignOutURL() string
- func (o *BaseSamlConnection) GetSignOutURLOk() (string, bool)
- func (o *BaseSamlConnection) HasAudienceURI() bool
- func (o *BaseSamlConnection) HasMetadataURL() bool
- func (o *BaseSamlConnection) HasSignOutURL() bool
- func (o *BaseSamlConnection) SetAccountId(v int32)
- func (o *BaseSamlConnection) SetAudienceURI(v string)
- func (o *BaseSamlConnection) SetEnabled(v bool)
- func (o *BaseSamlConnection) SetIssuer(v string)
- func (o *BaseSamlConnection) SetMetadataURL(v string)
- func (o *BaseSamlConnection) SetName(v string)
- func (o *BaseSamlConnection) SetSignOnURL(v string)
- func (o *BaseSamlConnection) SetSignOutURL(v string)
- type BasicAuth
- type Binding
- func (o *Binding) GetExpression() []interface{}
- func (o *Binding) GetName() string
- func (o *Binding) GetType() string
- func (o *Binding) GetTypeOk() (string, bool)
- func (o *Binding) GetValueType() string
- func (o *Binding) GetValueTypeOk() (string, bool)
- func (o *Binding) HasType() bool
- func (o *Binding) HasValueType() bool
- func (o *Binding) SetExpression(v []interface{})
- func (o *Binding) SetName(v string)
- func (o *Binding) SetType(v string)
- func (o *Binding) SetValueType(v string)
- type BulkApplicationNotification
- type BulkCampaignNotification
- type BulkOperationOnCampaigns
- type Campaign
- func (o *Campaign) GetActiveRulesetId() int32
- func (o *Campaign) GetActiveRulesetIdOk() (int32, bool)
- func (o *Campaign) GetAddFreeItemEffectCount() int32
- func (o *Campaign) GetAddFreeItemEffectCountOk() (int32, bool)
- func (o *Campaign) GetApplicationId() int32
- func (o *Campaign) GetAttributes() map[string]interface{}
- func (o *Campaign) GetAttributesOk() (map[string]interface{}, bool)
- func (o *Campaign) GetAwardedGiveawaysCount() int32
- func (o *Campaign) GetAwardedGiveawaysCountOk() (int32, bool)
- func (o *Campaign) GetBudgets() []CampaignBudget
- func (o *Campaign) GetCallApiEffectCount() int32
- func (o *Campaign) GetCallApiEffectCountOk() (int32, bool)
- func (o *Campaign) GetCampaignGroups() []int32
- func (o *Campaign) GetCampaignGroupsOk() ([]int32, bool)
- func (o *Campaign) GetCouponCreationCount() int32
- func (o *Campaign) GetCouponCreationCountOk() (int32, bool)
- func (o *Campaign) GetCouponRedemptionCount() int32
- func (o *Campaign) GetCouponRedemptionCountOk() (int32, bool)
- func (o *Campaign) GetCouponSettings() CodeGeneratorSettings
- func (o *Campaign) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *Campaign) GetCreated() time.Time
- func (o *Campaign) GetCreatedBy() string
- func (o *Campaign) GetCreatedByOk() (string, bool)
- func (o *Campaign) GetCreatedLoyaltyPointsCount() float32
- func (o *Campaign) GetCreatedLoyaltyPointsCountOk() (float32, bool)
- func (o *Campaign) GetCreatedLoyaltyPointsEffectCount() int32
- func (o *Campaign) GetCreatedLoyaltyPointsEffectCountOk() (int32, bool)
- func (o *Campaign) GetCustomEffectCount() int32
- func (o *Campaign) GetCustomEffectCountOk() (int32, bool)
- func (o *Campaign) GetDescription() string
- func (o *Campaign) GetDiscountCount() float32
- func (o *Campaign) GetDiscountCountOk() (float32, bool)
- func (o *Campaign) GetDiscountEffectCount() int32
- func (o *Campaign) GetDiscountEffectCountOk() (int32, bool)
- func (o *Campaign) GetEndTime() time.Time
- func (o *Campaign) GetEndTimeOk() (time.Time, bool)
- func (o *Campaign) GetFeatures() []string
- func (o *Campaign) GetFrontendState() string
- func (o *Campaign) GetId() int32
- func (o *Campaign) GetLastActivity() time.Time
- func (o *Campaign) GetLastActivityOk() (time.Time, bool)
- func (o *Campaign) GetLimits() []LimitConfig
- func (o *Campaign) GetLinkedStoreIds() []int32
- func (o *Campaign) GetLinkedStoreIdsOk() ([]int32, bool)
- func (o *Campaign) GetName() string
- func (o *Campaign) GetRedeemedLoyaltyPointsCount() float32
- func (o *Campaign) GetRedeemedLoyaltyPointsCountOk() (float32, bool)
- func (o *Campaign) GetRedeemedLoyaltyPointsEffectCount() int32
- func (o *Campaign) GetRedeemedLoyaltyPointsEffectCountOk() (int32, bool)
- func (o *Campaign) GetReferralCreationCount() int32
- func (o *Campaign) GetReferralCreationCountOk() (int32, bool)
- func (o *Campaign) GetReferralRedemptionCount() int32
- func (o *Campaign) GetReferralRedemptionCountOk() (int32, bool)
- func (o *Campaign) GetReferralSettings() CodeGeneratorSettings
- func (o *Campaign) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *Campaign) GetReservecouponEffectCount() int32
- func (o *Campaign) GetReservecouponEffectCountOk() (int32, bool)
- func (o *Campaign) GetStartTime() time.Time
- func (o *Campaign) GetStartTimeOk() (time.Time, bool)
- func (o *Campaign) GetState() string
- func (o *Campaign) GetTags() []string
- func (o *Campaign) GetTemplateId() int32
- func (o *Campaign) GetTemplateIdOk() (int32, bool)
- func (o *Campaign) GetType() string
- func (o *Campaign) GetUpdated() time.Time
- func (o *Campaign) GetUpdatedBy() string
- func (o *Campaign) GetUpdatedByOk() (string, bool)
- func (o *Campaign) GetUpdatedOk() (time.Time, bool)
- func (o *Campaign) GetUserId() int32
- func (o *Campaign) HasActiveRulesetId() bool
- func (o *Campaign) HasAddFreeItemEffectCount() bool
- func (o *Campaign) HasAttributes() bool
- func (o *Campaign) HasAwardedGiveawaysCount() bool
- func (o *Campaign) HasCallApiEffectCount() bool
- func (o *Campaign) HasCampaignGroups() bool
- func (o *Campaign) HasCouponCreationCount() bool
- func (o *Campaign) HasCouponRedemptionCount() bool
- func (o *Campaign) HasCouponSettings() bool
- func (o *Campaign) HasCreatedBy() bool
- func (o *Campaign) HasCreatedLoyaltyPointsCount() bool
- func (o *Campaign) HasCreatedLoyaltyPointsEffectCount() bool
- func (o *Campaign) HasCustomEffectCount() bool
- func (o *Campaign) HasDiscountCount() bool
- func (o *Campaign) HasDiscountEffectCount() bool
- func (o *Campaign) HasEndTime() bool
- func (o *Campaign) HasLastActivity() bool
- func (o *Campaign) HasLinkedStoreIds() bool
- func (o *Campaign) HasRedeemedLoyaltyPointsCount() bool
- func (o *Campaign) HasRedeemedLoyaltyPointsEffectCount() bool
- func (o *Campaign) HasReferralCreationCount() bool
- func (o *Campaign) HasReferralRedemptionCount() bool
- func (o *Campaign) HasReferralSettings() bool
- func (o *Campaign) HasReservecouponEffectCount() bool
- func (o *Campaign) HasStartTime() bool
- func (o *Campaign) HasTemplateId() bool
- func (o *Campaign) HasUpdated() bool
- func (o *Campaign) HasUpdatedBy() bool
- func (o *Campaign) SetActiveRulesetId(v int32)
- func (o *Campaign) SetAddFreeItemEffectCount(v int32)
- func (o *Campaign) SetApplicationId(v int32)
- func (o *Campaign) SetAttributes(v map[string]interface{})
- func (o *Campaign) SetAwardedGiveawaysCount(v int32)
- func (o *Campaign) SetBudgets(v []CampaignBudget)
- func (o *Campaign) SetCallApiEffectCount(v int32)
- func (o *Campaign) SetCampaignGroups(v []int32)
- func (o *Campaign) SetCouponCreationCount(v int32)
- func (o *Campaign) SetCouponRedemptionCount(v int32)
- func (o *Campaign) SetCouponSettings(v CodeGeneratorSettings)
- func (o *Campaign) SetCreated(v time.Time)
- func (o *Campaign) SetCreatedBy(v string)
- func (o *Campaign) SetCreatedLoyaltyPointsCount(v float32)
- func (o *Campaign) SetCreatedLoyaltyPointsEffectCount(v int32)
- func (o *Campaign) SetCustomEffectCount(v int32)
- func (o *Campaign) SetDescription(v string)
- func (o *Campaign) SetDiscountCount(v float32)
- func (o *Campaign) SetDiscountEffectCount(v int32)
- func (o *Campaign) SetEndTime(v time.Time)
- func (o *Campaign) SetFeatures(v []string)
- func (o *Campaign) SetFrontendState(v string)
- func (o *Campaign) SetId(v int32)
- func (o *Campaign) SetLastActivity(v time.Time)
- func (o *Campaign) SetLimits(v []LimitConfig)
- func (o *Campaign) SetLinkedStoreIds(v []int32)
- func (o *Campaign) SetName(v string)
- func (o *Campaign) SetRedeemedLoyaltyPointsCount(v float32)
- func (o *Campaign) SetRedeemedLoyaltyPointsEffectCount(v int32)
- func (o *Campaign) SetReferralCreationCount(v int32)
- func (o *Campaign) SetReferralRedemptionCount(v int32)
- func (o *Campaign) SetReferralSettings(v CodeGeneratorSettings)
- func (o *Campaign) SetReservecouponEffectCount(v int32)
- func (o *Campaign) SetStartTime(v time.Time)
- func (o *Campaign) SetState(v string)
- func (o *Campaign) SetTags(v []string)
- func (o *Campaign) SetTemplateId(v int32)
- func (o *Campaign) SetType(v string)
- func (o *Campaign) SetUpdated(v time.Time)
- func (o *Campaign) SetUpdatedBy(v string)
- func (o *Campaign) SetUserId(v int32)
- type CampaignActivationRequest
- type CampaignAnalytics
- func (o *CampaignAnalytics) GetAddedLoyaltyPoints() float32
- func (o *CampaignAnalytics) GetCampaignDiscountCosts() float32
- func (o *CampaignAnalytics) GetCampaignFreeItems() int32
- func (o *CampaignAnalytics) GetCampaignRefund() float32
- func (o *CampaignAnalytics) GetCampaignRefundedDiscounts() float32
- func (o *CampaignAnalytics) GetCampaignRevenue() float32
- func (o *CampaignAnalytics) GetCouponRedemptions() int32
- func (o *CampaignAnalytics) GetCouponRolledbackRedemptions() int32
- func (o *CampaignAnalytics) GetCouponsCreated() int32
- func (o *CampaignAnalytics) GetDate() time.Time
- func (o *CampaignAnalytics) GetDeductedLoyaltyPoints() float32
- func (o *CampaignAnalytics) GetReferralRedemptions() int32
- func (o *CampaignAnalytics) GetReferralsCreated() int32
- func (o *CampaignAnalytics) GetTotalAddedLoyaltyPoints() float32
- func (o *CampaignAnalytics) GetTotalCampaignDiscountCosts() float32
- func (o *CampaignAnalytics) GetTotalCampaignFreeItems() int32
- func (o *CampaignAnalytics) GetTotalCampaignRefund() float32
- func (o *CampaignAnalytics) GetTotalCampaignRefundedDiscounts() float32
- func (o *CampaignAnalytics) GetTotalCampaignRevenue() float32
- func (o *CampaignAnalytics) GetTotalCouponRedemptions() int32
- func (o *CampaignAnalytics) GetTotalCouponRolledbackRedemptions() int32
- func (o *CampaignAnalytics) GetTotalCouponsCreated() int32
- func (o *CampaignAnalytics) GetTotalDeductedLoyaltyPoints() float32
- func (o *CampaignAnalytics) GetTotalReferralRedemptions() int32
- func (o *CampaignAnalytics) GetTotalReferralsCreated() int32
- func (o *CampaignAnalytics) SetAddedLoyaltyPoints(v float32)
- func (o *CampaignAnalytics) SetCampaignDiscountCosts(v float32)
- func (o *CampaignAnalytics) SetCampaignFreeItems(v int32)
- func (o *CampaignAnalytics) SetCampaignRefund(v float32)
- func (o *CampaignAnalytics) SetCampaignRefundedDiscounts(v float32)
- func (o *CampaignAnalytics) SetCampaignRevenue(v float32)
- func (o *CampaignAnalytics) SetCouponRedemptions(v int32)
- func (o *CampaignAnalytics) SetCouponRolledbackRedemptions(v int32)
- func (o *CampaignAnalytics) SetCouponsCreated(v int32)
- func (o *CampaignAnalytics) SetDate(v time.Time)
- func (o *CampaignAnalytics) SetDeductedLoyaltyPoints(v float32)
- func (o *CampaignAnalytics) SetReferralRedemptions(v int32)
- func (o *CampaignAnalytics) SetReferralsCreated(v int32)
- func (o *CampaignAnalytics) SetTotalAddedLoyaltyPoints(v float32)
- func (o *CampaignAnalytics) SetTotalCampaignDiscountCosts(v float32)
- func (o *CampaignAnalytics) SetTotalCampaignFreeItems(v int32)
- func (o *CampaignAnalytics) SetTotalCampaignRefund(v float32)
- func (o *CampaignAnalytics) SetTotalCampaignRefundedDiscounts(v float32)
- func (o *CampaignAnalytics) SetTotalCampaignRevenue(v float32)
- func (o *CampaignAnalytics) SetTotalCouponRedemptions(v int32)
- func (o *CampaignAnalytics) SetTotalCouponRolledbackRedemptions(v int32)
- func (o *CampaignAnalytics) SetTotalCouponsCreated(v int32)
- func (o *CampaignAnalytics) SetTotalDeductedLoyaltyPoints(v float32)
- func (o *CampaignAnalytics) SetTotalReferralRedemptions(v int32)
- func (o *CampaignAnalytics) SetTotalReferralsCreated(v int32)
- type CampaignBudget
- type CampaignCollection
- func (o *CampaignCollection) GetAccountId() int32
- func (o *CampaignCollection) GetApplicationId() int32
- func (o *CampaignCollection) GetApplicationIdOk() (int32, bool)
- func (o *CampaignCollection) GetCampaignId() int32
- func (o *CampaignCollection) GetCampaignIdOk() (int32, bool)
- func (o *CampaignCollection) GetCreated() time.Time
- func (o *CampaignCollection) GetCreatedBy() int32
- func (o *CampaignCollection) GetDescription() string
- func (o *CampaignCollection) GetDescriptionOk() (string, bool)
- func (o *CampaignCollection) GetId() int32
- func (o *CampaignCollection) GetModified() time.Time
- func (o *CampaignCollection) GetModifiedBy() int32
- func (o *CampaignCollection) GetModifiedByOk() (int32, bool)
- func (o *CampaignCollection) GetName() string
- func (o *CampaignCollection) GetPayload() []string
- func (o *CampaignCollection) GetPayloadOk() ([]string, bool)
- func (o *CampaignCollection) HasApplicationId() bool
- func (o *CampaignCollection) HasCampaignId() bool
- func (o *CampaignCollection) HasDescription() bool
- func (o *CampaignCollection) HasModifiedBy() bool
- func (o *CampaignCollection) HasPayload() bool
- func (o *CampaignCollection) SetAccountId(v int32)
- func (o *CampaignCollection) SetApplicationId(v int32)
- func (o *CampaignCollection) SetCampaignId(v int32)
- func (o *CampaignCollection) SetCreated(v time.Time)
- func (o *CampaignCollection) SetCreatedBy(v int32)
- func (o *CampaignCollection) SetDescription(v string)
- func (o *CampaignCollection) SetId(v int32)
- func (o *CampaignCollection) SetModified(v time.Time)
- func (o *CampaignCollection) SetModifiedBy(v int32)
- func (o *CampaignCollection) SetName(v string)
- func (o *CampaignCollection) SetPayload(v []string)
- type CampaignCollectionWithoutPayload
- func (o *CampaignCollectionWithoutPayload) GetAccountId() int32
- func (o *CampaignCollectionWithoutPayload) GetApplicationId() int32
- func (o *CampaignCollectionWithoutPayload) GetApplicationIdOk() (int32, bool)
- func (o *CampaignCollectionWithoutPayload) GetCampaignId() int32
- func (o *CampaignCollectionWithoutPayload) GetCampaignIdOk() (int32, bool)
- func (o *CampaignCollectionWithoutPayload) GetCreated() time.Time
- func (o *CampaignCollectionWithoutPayload) GetCreatedBy() int32
- func (o *CampaignCollectionWithoutPayload) GetDescription() string
- func (o *CampaignCollectionWithoutPayload) GetDescriptionOk() (string, bool)
- func (o *CampaignCollectionWithoutPayload) GetId() int32
- func (o *CampaignCollectionWithoutPayload) GetModified() time.Time
- func (o *CampaignCollectionWithoutPayload) GetModifiedBy() int32
- func (o *CampaignCollectionWithoutPayload) GetModifiedByOk() (int32, bool)
- func (o *CampaignCollectionWithoutPayload) GetName() string
- func (o *CampaignCollectionWithoutPayload) HasApplicationId() bool
- func (o *CampaignCollectionWithoutPayload) HasCampaignId() bool
- func (o *CampaignCollectionWithoutPayload) HasDescription() bool
- func (o *CampaignCollectionWithoutPayload) HasModifiedBy() bool
- func (o *CampaignCollectionWithoutPayload) SetAccountId(v int32)
- func (o *CampaignCollectionWithoutPayload) SetApplicationId(v int32)
- func (o *CampaignCollectionWithoutPayload) SetCampaignId(v int32)
- func (o *CampaignCollectionWithoutPayload) SetCreated(v time.Time)
- func (o *CampaignCollectionWithoutPayload) SetCreatedBy(v int32)
- func (o *CampaignCollectionWithoutPayload) SetDescription(v string)
- func (o *CampaignCollectionWithoutPayload) SetId(v int32)
- func (o *CampaignCollectionWithoutPayload) SetModified(v time.Time)
- func (o *CampaignCollectionWithoutPayload) SetModifiedBy(v int32)
- func (o *CampaignCollectionWithoutPayload) SetName(v string)
- type CampaignCopy
- func (o *CampaignCopy) GetApplicationIds() []int32
- func (o *CampaignCopy) GetDescription() string
- func (o *CampaignCopy) GetDescriptionOk() (string, bool)
- func (o *CampaignCopy) GetEndTime() time.Time
- func (o *CampaignCopy) GetEndTimeOk() (time.Time, bool)
- func (o *CampaignCopy) GetEvaluationGroupId() int32
- func (o *CampaignCopy) GetEvaluationGroupIdOk() (int32, bool)
- func (o *CampaignCopy) GetName() string
- func (o *CampaignCopy) GetNameOk() (string, bool)
- func (o *CampaignCopy) GetStartTime() time.Time
- func (o *CampaignCopy) GetStartTimeOk() (time.Time, bool)
- func (o *CampaignCopy) GetTags() []string
- func (o *CampaignCopy) GetTagsOk() ([]string, bool)
- func (o *CampaignCopy) HasDescription() bool
- func (o *CampaignCopy) HasEndTime() bool
- func (o *CampaignCopy) HasEvaluationGroupId() bool
- func (o *CampaignCopy) HasName() bool
- func (o *CampaignCopy) HasStartTime() bool
- func (o *CampaignCopy) HasTags() bool
- func (o *CampaignCopy) SetApplicationIds(v []int32)
- func (o *CampaignCopy) SetDescription(v string)
- func (o *CampaignCopy) SetEndTime(v time.Time)
- func (o *CampaignCopy) SetEvaluationGroupId(v int32)
- func (o *CampaignCopy) SetName(v string)
- func (o *CampaignCopy) SetStartTime(v time.Time)
- func (o *CampaignCopy) SetTags(v []string)
- type CampaignCreatedNotification
- func (o *CampaignCreatedNotification) GetCampaign() Campaign
- func (o *CampaignCreatedNotification) GetEvaluationPosition() CampaignEvaluationPosition
- func (o *CampaignCreatedNotification) GetRuleset() Ruleset
- func (o *CampaignCreatedNotification) GetRulesetOk() (Ruleset, bool)
- func (o *CampaignCreatedNotification) HasRuleset() bool
- func (o *CampaignCreatedNotification) SetCampaign(v Campaign)
- func (o *CampaignCreatedNotification) SetEvaluationPosition(v CampaignEvaluationPosition)
- func (o *CampaignCreatedNotification) SetRuleset(v Ruleset)
- type CampaignDeletedNotification
- type CampaignEditedNotification
- func (o *CampaignEditedNotification) GetCampaign() Campaign
- func (o *CampaignEditedNotification) GetOldCampaign() Campaign
- func (o *CampaignEditedNotification) GetRuleset() Ruleset
- func (o *CampaignEditedNotification) GetRulesetOk() (Ruleset, bool)
- func (o *CampaignEditedNotification) HasRuleset() bool
- func (o *CampaignEditedNotification) SetCampaign(v Campaign)
- func (o *CampaignEditedNotification) SetOldCampaign(v Campaign)
- func (o *CampaignEditedNotification) SetRuleset(v Ruleset)
- type CampaignEntity
- type CampaignEvaluationGroup
- func (o *CampaignEvaluationGroup) GetApplicationId() int32
- func (o *CampaignEvaluationGroup) GetDescription() string
- func (o *CampaignEvaluationGroup) GetDescriptionOk() (string, bool)
- func (o *CampaignEvaluationGroup) GetEvaluationMode() string
- func (o *CampaignEvaluationGroup) GetEvaluationScope() string
- func (o *CampaignEvaluationGroup) GetId() int32
- func (o *CampaignEvaluationGroup) GetLocked() bool
- func (o *CampaignEvaluationGroup) GetName() string
- func (o *CampaignEvaluationGroup) GetParentId() int32
- func (o *CampaignEvaluationGroup) HasDescription() bool
- func (o *CampaignEvaluationGroup) SetApplicationId(v int32)
- func (o *CampaignEvaluationGroup) SetDescription(v string)
- func (o *CampaignEvaluationGroup) SetEvaluationMode(v string)
- func (o *CampaignEvaluationGroup) SetEvaluationScope(v string)
- func (o *CampaignEvaluationGroup) SetId(v int32)
- func (o *CampaignEvaluationGroup) SetLocked(v bool)
- func (o *CampaignEvaluationGroup) SetName(v string)
- func (o *CampaignEvaluationGroup) SetParentId(v int32)
- type CampaignEvaluationPosition
- func (o *CampaignEvaluationPosition) GetGroupId() int32
- func (o *CampaignEvaluationPosition) GetGroupName() string
- func (o *CampaignEvaluationPosition) GetPosition() int32
- func (o *CampaignEvaluationPosition) SetGroupId(v int32)
- func (o *CampaignEvaluationPosition) SetGroupName(v string)
- func (o *CampaignEvaluationPosition) SetPosition(v int32)
- type CampaignEvaluationTreeChangedNotification
- func (o *CampaignEvaluationTreeChangedNotification) GetApplicationId() int32
- func (o *CampaignEvaluationTreeChangedNotification) GetEvaluationTree() CampaignSet
- func (o *CampaignEvaluationTreeChangedNotification) GetOldEvaluationTree() CampaignSet
- func (o *CampaignEvaluationTreeChangedNotification) GetOldEvaluationTreeOk() (CampaignSet, bool)
- func (o *CampaignEvaluationTreeChangedNotification) HasOldEvaluationTree() bool
- func (o *CampaignEvaluationTreeChangedNotification) SetApplicationId(v int32)
- func (o *CampaignEvaluationTreeChangedNotification) SetEvaluationTree(v CampaignSet)
- func (o *CampaignEvaluationTreeChangedNotification) SetOldEvaluationTree(v CampaignSet)
- type CampaignForNotification
- func (o *CampaignForNotification) GetActiveRulesetId() int32
- func (o *CampaignForNotification) GetActiveRulesetIdOk() (int32, bool)
- func (o *CampaignForNotification) GetAddFreeItemEffectCount() int32
- func (o *CampaignForNotification) GetAddFreeItemEffectCountOk() (int32, bool)
- func (o *CampaignForNotification) GetApplicationId() int32
- func (o *CampaignForNotification) GetAttributes() map[string]interface{}
- func (o *CampaignForNotification) GetAttributesOk() (map[string]interface{}, bool)
- func (o *CampaignForNotification) GetAwardedGiveawaysCount() int32
- func (o *CampaignForNotification) GetAwardedGiveawaysCountOk() (int32, bool)
- func (o *CampaignForNotification) GetBudgets() []CampaignBudget
- func (o *CampaignForNotification) GetCallApiEffectCount() int32
- func (o *CampaignForNotification) GetCallApiEffectCountOk() (int32, bool)
- func (o *CampaignForNotification) GetCampaignGroups() []int32
- func (o *CampaignForNotification) GetCampaignGroupsOk() ([]int32, bool)
- func (o *CampaignForNotification) GetCouponCreationCount() int32
- func (o *CampaignForNotification) GetCouponCreationCountOk() (int32, bool)
- func (o *CampaignForNotification) GetCouponRedemptionCount() int32
- func (o *CampaignForNotification) GetCouponRedemptionCountOk() (int32, bool)
- func (o *CampaignForNotification) GetCouponSettings() CodeGeneratorSettings
- func (o *CampaignForNotification) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *CampaignForNotification) GetCreated() time.Time
- func (o *CampaignForNotification) GetCreatedBy() string
- func (o *CampaignForNotification) GetCreatedByOk() (string, bool)
- func (o *CampaignForNotification) GetCreatedLoyaltyPointsCount() float32
- func (o *CampaignForNotification) GetCreatedLoyaltyPointsCountOk() (float32, bool)
- func (o *CampaignForNotification) GetCreatedLoyaltyPointsEffectCount() int32
- func (o *CampaignForNotification) GetCreatedLoyaltyPointsEffectCountOk() (int32, bool)
- func (o *CampaignForNotification) GetCustomEffectCount() int32
- func (o *CampaignForNotification) GetCustomEffectCountOk() (int32, bool)
- func (o *CampaignForNotification) GetDescription() string
- func (o *CampaignForNotification) GetDiscountCount() float32
- func (o *CampaignForNotification) GetDiscountCountOk() (float32, bool)
- func (o *CampaignForNotification) GetDiscountEffectCount() int32
- func (o *CampaignForNotification) GetDiscountEffectCountOk() (int32, bool)
- func (o *CampaignForNotification) GetEndTime() time.Time
- func (o *CampaignForNotification) GetEndTimeOk() (time.Time, bool)
- func (o *CampaignForNotification) GetEvaluationGroupId() int32
- func (o *CampaignForNotification) GetEvaluationGroupIdOk() (int32, bool)
- func (o *CampaignForNotification) GetFeatures() []string
- func (o *CampaignForNotification) GetId() int32
- func (o *CampaignForNotification) GetLastActivity() time.Time
- func (o *CampaignForNotification) GetLastActivityOk() (time.Time, bool)
- func (o *CampaignForNotification) GetLimits() []LimitConfig
- func (o *CampaignForNotification) GetLinkedStoreIds() []int32
- func (o *CampaignForNotification) GetLinkedStoreIdsOk() ([]int32, bool)
- func (o *CampaignForNotification) GetName() string
- func (o *CampaignForNotification) GetRedeemedLoyaltyPointsCount() float32
- func (o *CampaignForNotification) GetRedeemedLoyaltyPointsCountOk() (float32, bool)
- func (o *CampaignForNotification) GetRedeemedLoyaltyPointsEffectCount() int32
- func (o *CampaignForNotification) GetRedeemedLoyaltyPointsEffectCountOk() (int32, bool)
- func (o *CampaignForNotification) GetReferralCreationCount() int32
- func (o *CampaignForNotification) GetReferralCreationCountOk() (int32, bool)
- func (o *CampaignForNotification) GetReferralRedemptionCount() int32
- func (o *CampaignForNotification) GetReferralRedemptionCountOk() (int32, bool)
- func (o *CampaignForNotification) GetReferralSettings() CodeGeneratorSettings
- func (o *CampaignForNotification) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *CampaignForNotification) GetReservecouponEffectCount() int32
- func (o *CampaignForNotification) GetReservecouponEffectCountOk() (int32, bool)
- func (o *CampaignForNotification) GetStartTime() time.Time
- func (o *CampaignForNotification) GetStartTimeOk() (time.Time, bool)
- func (o *CampaignForNotification) GetState() string
- func (o *CampaignForNotification) GetTags() []string
- func (o *CampaignForNotification) GetTemplateId() int32
- func (o *CampaignForNotification) GetTemplateIdOk() (int32, bool)
- func (o *CampaignForNotification) GetType() string
- func (o *CampaignForNotification) GetUpdated() time.Time
- func (o *CampaignForNotification) GetUpdatedBy() string
- func (o *CampaignForNotification) GetUpdatedByOk() (string, bool)
- func (o *CampaignForNotification) GetUpdatedOk() (time.Time, bool)
- func (o *CampaignForNotification) GetUserId() int32
- func (o *CampaignForNotification) HasActiveRulesetId() bool
- func (o *CampaignForNotification) HasAddFreeItemEffectCount() bool
- func (o *CampaignForNotification) HasAttributes() bool
- func (o *CampaignForNotification) HasAwardedGiveawaysCount() bool
- func (o *CampaignForNotification) HasCallApiEffectCount() bool
- func (o *CampaignForNotification) HasCampaignGroups() bool
- func (o *CampaignForNotification) HasCouponCreationCount() bool
- func (o *CampaignForNotification) HasCouponRedemptionCount() bool
- func (o *CampaignForNotification) HasCouponSettings() bool
- func (o *CampaignForNotification) HasCreatedBy() bool
- func (o *CampaignForNotification) HasCreatedLoyaltyPointsCount() bool
- func (o *CampaignForNotification) HasCreatedLoyaltyPointsEffectCount() bool
- func (o *CampaignForNotification) HasCustomEffectCount() bool
- func (o *CampaignForNotification) HasDiscountCount() bool
- func (o *CampaignForNotification) HasDiscountEffectCount() bool
- func (o *CampaignForNotification) HasEndTime() bool
- func (o *CampaignForNotification) HasEvaluationGroupId() bool
- func (o *CampaignForNotification) HasLastActivity() bool
- func (o *CampaignForNotification) HasLinkedStoreIds() bool
- func (o *CampaignForNotification) HasRedeemedLoyaltyPointsCount() bool
- func (o *CampaignForNotification) HasRedeemedLoyaltyPointsEffectCount() bool
- func (o *CampaignForNotification) HasReferralCreationCount() bool
- func (o *CampaignForNotification) HasReferralRedemptionCount() bool
- func (o *CampaignForNotification) HasReferralSettings() bool
- func (o *CampaignForNotification) HasReservecouponEffectCount() bool
- func (o *CampaignForNotification) HasStartTime() bool
- func (o *CampaignForNotification) HasTemplateId() bool
- func (o *CampaignForNotification) HasUpdated() bool
- func (o *CampaignForNotification) HasUpdatedBy() bool
- func (o *CampaignForNotification) SetActiveRulesetId(v int32)
- func (o *CampaignForNotification) SetAddFreeItemEffectCount(v int32)
- func (o *CampaignForNotification) SetApplicationId(v int32)
- func (o *CampaignForNotification) SetAttributes(v map[string]interface{})
- func (o *CampaignForNotification) SetAwardedGiveawaysCount(v int32)
- func (o *CampaignForNotification) SetBudgets(v []CampaignBudget)
- func (o *CampaignForNotification) SetCallApiEffectCount(v int32)
- func (o *CampaignForNotification) SetCampaignGroups(v []int32)
- func (o *CampaignForNotification) SetCouponCreationCount(v int32)
- func (o *CampaignForNotification) SetCouponRedemptionCount(v int32)
- func (o *CampaignForNotification) SetCouponSettings(v CodeGeneratorSettings)
- func (o *CampaignForNotification) SetCreated(v time.Time)
- func (o *CampaignForNotification) SetCreatedBy(v string)
- func (o *CampaignForNotification) SetCreatedLoyaltyPointsCount(v float32)
- func (o *CampaignForNotification) SetCreatedLoyaltyPointsEffectCount(v int32)
- func (o *CampaignForNotification) SetCustomEffectCount(v int32)
- func (o *CampaignForNotification) SetDescription(v string)
- func (o *CampaignForNotification) SetDiscountCount(v float32)
- func (o *CampaignForNotification) SetDiscountEffectCount(v int32)
- func (o *CampaignForNotification) SetEndTime(v time.Time)
- func (o *CampaignForNotification) SetEvaluationGroupId(v int32)
- func (o *CampaignForNotification) SetFeatures(v []string)
- func (o *CampaignForNotification) SetId(v int32)
- func (o *CampaignForNotification) SetLastActivity(v time.Time)
- func (o *CampaignForNotification) SetLimits(v []LimitConfig)
- func (o *CampaignForNotification) SetLinkedStoreIds(v []int32)
- func (o *CampaignForNotification) SetName(v string)
- func (o *CampaignForNotification) SetRedeemedLoyaltyPointsCount(v float32)
- func (o *CampaignForNotification) SetRedeemedLoyaltyPointsEffectCount(v int32)
- func (o *CampaignForNotification) SetReferralCreationCount(v int32)
- func (o *CampaignForNotification) SetReferralRedemptionCount(v int32)
- func (o *CampaignForNotification) SetReferralSettings(v CodeGeneratorSettings)
- func (o *CampaignForNotification) SetReservecouponEffectCount(v int32)
- func (o *CampaignForNotification) SetStartTime(v time.Time)
- func (o *CampaignForNotification) SetState(v string)
- func (o *CampaignForNotification) SetTags(v []string)
- func (o *CampaignForNotification) SetTemplateId(v int32)
- func (o *CampaignForNotification) SetType(v string)
- func (o *CampaignForNotification) SetUpdated(v time.Time)
- func (o *CampaignForNotification) SetUpdatedBy(v string)
- func (o *CampaignForNotification) SetUserId(v int32)
- type CampaignGroup
- func (o *CampaignGroup) GetAccountId() int32
- func (o *CampaignGroup) GetCampaignIds() []int32
- func (o *CampaignGroup) GetCampaignIdsOk() ([]int32, bool)
- func (o *CampaignGroup) GetCreated() time.Time
- func (o *CampaignGroup) GetDescription() string
- func (o *CampaignGroup) GetDescriptionOk() (string, bool)
- func (o *CampaignGroup) GetId() int32
- func (o *CampaignGroup) GetModified() time.Time
- func (o *CampaignGroup) GetName() string
- func (o *CampaignGroup) GetSubscribedApplicationsIds() []int32
- func (o *CampaignGroup) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *CampaignGroup) HasCampaignIds() bool
- func (o *CampaignGroup) HasDescription() bool
- func (o *CampaignGroup) HasSubscribedApplicationsIds() bool
- func (o *CampaignGroup) SetAccountId(v int32)
- func (o *CampaignGroup) SetCampaignIds(v []int32)
- func (o *CampaignGroup) SetCreated(v time.Time)
- func (o *CampaignGroup) SetDescription(v string)
- func (o *CampaignGroup) SetId(v int32)
- func (o *CampaignGroup) SetModified(v time.Time)
- func (o *CampaignGroup) SetName(v string)
- func (o *CampaignGroup) SetSubscribedApplicationsIds(v []int32)
- type CampaignGroupEntity
- type CampaignNotification
- type CampaignNotificationPolicy
- type CampaignPrioritiesChangedNotification
- func (o *CampaignPrioritiesChangedNotification) GetApplicationId() int32
- func (o *CampaignPrioritiesChangedNotification) GetOldPriorities() CampaignSet
- func (o *CampaignPrioritiesChangedNotification) GetOldPrioritiesOk() (CampaignSet, bool)
- func (o *CampaignPrioritiesChangedNotification) GetPriorities() CampaignSet
- func (o *CampaignPrioritiesChangedNotification) HasOldPriorities() bool
- func (o *CampaignPrioritiesChangedNotification) SetApplicationId(v int32)
- func (o *CampaignPrioritiesChangedNotification) SetOldPriorities(v CampaignSet)
- func (o *CampaignPrioritiesChangedNotification) SetPriorities(v CampaignSet)
- type CampaignPrioritiesV2
- func (o *CampaignPrioritiesV2) GetExclusive() []CampaignSetIDs
- func (o *CampaignPrioritiesV2) GetExclusiveOk() ([]CampaignSetIDs, bool)
- func (o *CampaignPrioritiesV2) GetStackable() []CampaignSetIDs
- func (o *CampaignPrioritiesV2) GetStackableOk() ([]CampaignSetIDs, bool)
- func (o *CampaignPrioritiesV2) GetUniversal() []CampaignSetIDs
- func (o *CampaignPrioritiesV2) GetUniversalOk() ([]CampaignSetIDs, bool)
- func (o *CampaignPrioritiesV2) HasExclusive() bool
- func (o *CampaignPrioritiesV2) HasStackable() bool
- func (o *CampaignPrioritiesV2) HasUniversal() bool
- func (o *CampaignPrioritiesV2) SetExclusive(v []CampaignSetIDs)
- func (o *CampaignPrioritiesV2) SetStackable(v []CampaignSetIDs)
- func (o *CampaignPrioritiesV2) SetUniversal(v []CampaignSetIDs)
- type CampaignRulesetChangedNotification
- func (o *CampaignRulesetChangedNotification) GetCampaign() Campaign
- func (o *CampaignRulesetChangedNotification) GetOldRuleset() Ruleset
- func (o *CampaignRulesetChangedNotification) GetOldRulesetOk() (Ruleset, bool)
- func (o *CampaignRulesetChangedNotification) GetRuleset() Ruleset
- func (o *CampaignRulesetChangedNotification) GetRulesetOk() (Ruleset, bool)
- func (o *CampaignRulesetChangedNotification) HasOldRuleset() bool
- func (o *CampaignRulesetChangedNotification) HasRuleset() bool
- func (o *CampaignRulesetChangedNotification) SetCampaign(v Campaign)
- func (o *CampaignRulesetChangedNotification) SetOldRuleset(v Ruleset)
- func (o *CampaignRulesetChangedNotification) SetRuleset(v Ruleset)
- type CampaignSearch
- type CampaignSet
- func (o *CampaignSet) GetApplicationId() int32
- func (o *CampaignSet) GetId() int32
- func (o *CampaignSet) GetSet() CampaignSetBranchNode
- func (o *CampaignSet) GetUpdatedBy() string
- func (o *CampaignSet) GetUpdatedByOk() (string, bool)
- func (o *CampaignSet) GetVersion() int32
- func (o *CampaignSet) HasUpdatedBy() bool
- func (o *CampaignSet) SetApplicationId(v int32)
- func (o *CampaignSet) SetId(v int32)
- func (o *CampaignSet) SetSet(v CampaignSetBranchNode)
- func (o *CampaignSet) SetUpdatedBy(v string)
- func (o *CampaignSet) SetVersion(v int32)
- type CampaignSetBranchNode
- func (o *CampaignSetBranchNode) GetDescription() string
- func (o *CampaignSetBranchNode) GetDescriptionOk() (string, bool)
- func (o *CampaignSetBranchNode) GetElements() []CampaignSetNode
- func (o *CampaignSetBranchNode) GetEvaluationMode() string
- func (o *CampaignSetBranchNode) GetEvaluationScope() string
- func (o *CampaignSetBranchNode) GetGroupId() int32
- func (o *CampaignSetBranchNode) GetLocked() bool
- func (o *CampaignSetBranchNode) GetName() string
- func (o *CampaignSetBranchNode) GetOperator() string
- func (o *CampaignSetBranchNode) GetType() string
- func (o *CampaignSetBranchNode) HasDescription() bool
- func (o *CampaignSetBranchNode) SetDescription(v string)
- func (o *CampaignSetBranchNode) SetElements(v []CampaignSetNode)
- func (o *CampaignSetBranchNode) SetEvaluationMode(v string)
- func (o *CampaignSetBranchNode) SetEvaluationScope(v string)
- func (o *CampaignSetBranchNode) SetGroupId(v int32)
- func (o *CampaignSetBranchNode) SetLocked(v bool)
- func (o *CampaignSetBranchNode) SetName(v string)
- func (o *CampaignSetBranchNode) SetOperator(v string)
- func (o *CampaignSetBranchNode) SetType(v string)
- type CampaignSetIDs
- type CampaignSetLeafNode
- type CampaignSetNode
- type CampaignSetV2
- func (o *CampaignSetV2) GetApplicationId() int32
- func (o *CampaignSetV2) GetCreated() time.Time
- func (o *CampaignSetV2) GetId() int32
- func (o *CampaignSetV2) GetSet() CampaignPrioritiesV2
- func (o *CampaignSetV2) GetVersion() int32
- func (o *CampaignSetV2) SetApplicationId(v int32)
- func (o *CampaignSetV2) SetCreated(v time.Time)
- func (o *CampaignSetV2) SetId(v int32)
- func (o *CampaignSetV2) SetSet(v CampaignPrioritiesV2)
- func (o *CampaignSetV2) SetVersion(v int32)
- type CampaignStateChangedNotification
- func (o *CampaignStateChangedNotification) GetCampaign() Campaign
- func (o *CampaignStateChangedNotification) GetNewState() string
- func (o *CampaignStateChangedNotification) GetOldState() string
- func (o *CampaignStateChangedNotification) GetRuleset() Ruleset
- func (o *CampaignStateChangedNotification) GetRulesetOk() (Ruleset, bool)
- func (o *CampaignStateChangedNotification) HasRuleset() bool
- func (o *CampaignStateChangedNotification) SetCampaign(v Campaign)
- func (o *CampaignStateChangedNotification) SetNewState(v string)
- func (o *CampaignStateChangedNotification) SetOldState(v string)
- func (o *CampaignStateChangedNotification) SetRuleset(v Ruleset)
- type CampaignStateNotification
- func (o *CampaignStateNotification) GetActiveRulesetId() int32
- func (o *CampaignStateNotification) GetActiveRulesetIdOk() (int32, bool)
- func (o *CampaignStateNotification) GetAddFreeItemEffectCount() int32
- func (o *CampaignStateNotification) GetAddFreeItemEffectCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetApplicationId() int32
- func (o *CampaignStateNotification) GetAttributes() map[string]interface{}
- func (o *CampaignStateNotification) GetAttributesOk() (map[string]interface{}, bool)
- func (o *CampaignStateNotification) GetAwardedGiveawaysCount() int32
- func (o *CampaignStateNotification) GetAwardedGiveawaysCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetBudgets() []CampaignBudget
- func (o *CampaignStateNotification) GetCallApiEffectCount() int32
- func (o *CampaignStateNotification) GetCallApiEffectCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetCampaignGroups() []int32
- func (o *CampaignStateNotification) GetCampaignGroupsOk() ([]int32, bool)
- func (o *CampaignStateNotification) GetCouponCreationCount() int32
- func (o *CampaignStateNotification) GetCouponCreationCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetCouponRedemptionCount() int32
- func (o *CampaignStateNotification) GetCouponRedemptionCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetCouponSettings() CodeGeneratorSettings
- func (o *CampaignStateNotification) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *CampaignStateNotification) GetCreated() time.Time
- func (o *CampaignStateNotification) GetCreatedBy() string
- func (o *CampaignStateNotification) GetCreatedByOk() (string, bool)
- func (o *CampaignStateNotification) GetCreatedLoyaltyPointsCount() float32
- func (o *CampaignStateNotification) GetCreatedLoyaltyPointsCountOk() (float32, bool)
- func (o *CampaignStateNotification) GetCreatedLoyaltyPointsEffectCount() int32
- func (o *CampaignStateNotification) GetCreatedLoyaltyPointsEffectCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetCustomEffectCount() int32
- func (o *CampaignStateNotification) GetCustomEffectCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetDescription() string
- func (o *CampaignStateNotification) GetDiscountCount() float32
- func (o *CampaignStateNotification) GetDiscountCountOk() (float32, bool)
- func (o *CampaignStateNotification) GetDiscountEffectCount() int32
- func (o *CampaignStateNotification) GetDiscountEffectCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetEndTime() time.Time
- func (o *CampaignStateNotification) GetEndTimeOk() (time.Time, bool)
- func (o *CampaignStateNotification) GetEvaluationGroupId() int32
- func (o *CampaignStateNotification) GetEvaluationGroupIdOk() (int32, bool)
- func (o *CampaignStateNotification) GetFeatures() []string
- func (o *CampaignStateNotification) GetFrontendState() string
- func (o *CampaignStateNotification) GetId() int32
- func (o *CampaignStateNotification) GetLastActivity() time.Time
- func (o *CampaignStateNotification) GetLastActivityOk() (time.Time, bool)
- func (o *CampaignStateNotification) GetLimits() []LimitConfig
- func (o *CampaignStateNotification) GetLinkedStoreIds() []int32
- func (o *CampaignStateNotification) GetLinkedStoreIdsOk() ([]int32, bool)
- func (o *CampaignStateNotification) GetName() string
- func (o *CampaignStateNotification) GetRedeemedLoyaltyPointsCount() float32
- func (o *CampaignStateNotification) GetRedeemedLoyaltyPointsCountOk() (float32, bool)
- func (o *CampaignStateNotification) GetRedeemedLoyaltyPointsEffectCount() int32
- func (o *CampaignStateNotification) GetRedeemedLoyaltyPointsEffectCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetReferralCreationCount() int32
- func (o *CampaignStateNotification) GetReferralCreationCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetReferralRedemptionCount() int32
- func (o *CampaignStateNotification) GetReferralRedemptionCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetReferralSettings() CodeGeneratorSettings
- func (o *CampaignStateNotification) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *CampaignStateNotification) GetReservecouponEffectCount() int32
- func (o *CampaignStateNotification) GetReservecouponEffectCountOk() (int32, bool)
- func (o *CampaignStateNotification) GetStartTime() time.Time
- func (o *CampaignStateNotification) GetStartTimeOk() (time.Time, bool)
- func (o *CampaignStateNotification) GetState() string
- func (o *CampaignStateNotification) GetTags() []string
- func (o *CampaignStateNotification) GetTemplateId() int32
- func (o *CampaignStateNotification) GetTemplateIdOk() (int32, bool)
- func (o *CampaignStateNotification) GetType() string
- func (o *CampaignStateNotification) GetUpdated() time.Time
- func (o *CampaignStateNotification) GetUpdatedBy() string
- func (o *CampaignStateNotification) GetUpdatedByOk() (string, bool)
- func (o *CampaignStateNotification) GetUpdatedOk() (time.Time, bool)
- func (o *CampaignStateNotification) GetUserId() int32
- func (o *CampaignStateNotification) HasActiveRulesetId() bool
- func (o *CampaignStateNotification) HasAddFreeItemEffectCount() bool
- func (o *CampaignStateNotification) HasAttributes() bool
- func (o *CampaignStateNotification) HasAwardedGiveawaysCount() bool
- func (o *CampaignStateNotification) HasCallApiEffectCount() bool
- func (o *CampaignStateNotification) HasCampaignGroups() bool
- func (o *CampaignStateNotification) HasCouponCreationCount() bool
- func (o *CampaignStateNotification) HasCouponRedemptionCount() bool
- func (o *CampaignStateNotification) HasCouponSettings() bool
- func (o *CampaignStateNotification) HasCreatedBy() bool
- func (o *CampaignStateNotification) HasCreatedLoyaltyPointsCount() bool
- func (o *CampaignStateNotification) HasCreatedLoyaltyPointsEffectCount() bool
- func (o *CampaignStateNotification) HasCustomEffectCount() bool
- func (o *CampaignStateNotification) HasDiscountCount() bool
- func (o *CampaignStateNotification) HasDiscountEffectCount() bool
- func (o *CampaignStateNotification) HasEndTime() bool
- func (o *CampaignStateNotification) HasEvaluationGroupId() bool
- func (o *CampaignStateNotification) HasLastActivity() bool
- func (o *CampaignStateNotification) HasLinkedStoreIds() bool
- func (o *CampaignStateNotification) HasRedeemedLoyaltyPointsCount() bool
- func (o *CampaignStateNotification) HasRedeemedLoyaltyPointsEffectCount() bool
- func (o *CampaignStateNotification) HasReferralCreationCount() bool
- func (o *CampaignStateNotification) HasReferralRedemptionCount() bool
- func (o *CampaignStateNotification) HasReferralSettings() bool
- func (o *CampaignStateNotification) HasReservecouponEffectCount() bool
- func (o *CampaignStateNotification) HasStartTime() bool
- func (o *CampaignStateNotification) HasTemplateId() bool
- func (o *CampaignStateNotification) HasUpdated() bool
- func (o *CampaignStateNotification) HasUpdatedBy() bool
- func (o *CampaignStateNotification) SetActiveRulesetId(v int32)
- func (o *CampaignStateNotification) SetAddFreeItemEffectCount(v int32)
- func (o *CampaignStateNotification) SetApplicationId(v int32)
- func (o *CampaignStateNotification) SetAttributes(v map[string]interface{})
- func (o *CampaignStateNotification) SetAwardedGiveawaysCount(v int32)
- func (o *CampaignStateNotification) SetBudgets(v []CampaignBudget)
- func (o *CampaignStateNotification) SetCallApiEffectCount(v int32)
- func (o *CampaignStateNotification) SetCampaignGroups(v []int32)
- func (o *CampaignStateNotification) SetCouponCreationCount(v int32)
- func (o *CampaignStateNotification) SetCouponRedemptionCount(v int32)
- func (o *CampaignStateNotification) SetCouponSettings(v CodeGeneratorSettings)
- func (o *CampaignStateNotification) SetCreated(v time.Time)
- func (o *CampaignStateNotification) SetCreatedBy(v string)
- func (o *CampaignStateNotification) SetCreatedLoyaltyPointsCount(v float32)
- func (o *CampaignStateNotification) SetCreatedLoyaltyPointsEffectCount(v int32)
- func (o *CampaignStateNotification) SetCustomEffectCount(v int32)
- func (o *CampaignStateNotification) SetDescription(v string)
- func (o *CampaignStateNotification) SetDiscountCount(v float32)
- func (o *CampaignStateNotification) SetDiscountEffectCount(v int32)
- func (o *CampaignStateNotification) SetEndTime(v time.Time)
- func (o *CampaignStateNotification) SetEvaluationGroupId(v int32)
- func (o *CampaignStateNotification) SetFeatures(v []string)
- func (o *CampaignStateNotification) SetFrontendState(v string)
- func (o *CampaignStateNotification) SetId(v int32)
- func (o *CampaignStateNotification) SetLastActivity(v time.Time)
- func (o *CampaignStateNotification) SetLimits(v []LimitConfig)
- func (o *CampaignStateNotification) SetLinkedStoreIds(v []int32)
- func (o *CampaignStateNotification) SetName(v string)
- func (o *CampaignStateNotification) SetRedeemedLoyaltyPointsCount(v float32)
- func (o *CampaignStateNotification) SetRedeemedLoyaltyPointsEffectCount(v int32)
- func (o *CampaignStateNotification) SetReferralCreationCount(v int32)
- func (o *CampaignStateNotification) SetReferralRedemptionCount(v int32)
- func (o *CampaignStateNotification) SetReferralSettings(v CodeGeneratorSettings)
- func (o *CampaignStateNotification) SetReservecouponEffectCount(v int32)
- func (o *CampaignStateNotification) SetStartTime(v time.Time)
- func (o *CampaignStateNotification) SetState(v string)
- func (o *CampaignStateNotification) SetTags(v []string)
- func (o *CampaignStateNotification) SetTemplateId(v int32)
- func (o *CampaignStateNotification) SetType(v string)
- func (o *CampaignStateNotification) SetUpdated(v time.Time)
- func (o *CampaignStateNotification) SetUpdatedBy(v string)
- func (o *CampaignStateNotification) SetUserId(v int32)
- type CampaignTemplate
- func (o *CampaignTemplate) GetAccountId() int32
- func (o *CampaignTemplate) GetActiveRulesetId() int32
- func (o *CampaignTemplate) GetActiveRulesetIdOk() (int32, bool)
- func (o *CampaignTemplate) GetApplicationsIds() []int32
- func (o *CampaignTemplate) GetCampaignAttributes() map[string]interface{}
- func (o *CampaignTemplate) GetCampaignAttributesOk() (map[string]interface{}, bool)
- func (o *CampaignTemplate) GetCampaignCollections() []CampaignTemplateCollection
- func (o *CampaignTemplate) GetCampaignCollectionsOk() ([]CampaignTemplateCollection, bool)
- func (o *CampaignTemplate) GetCampaignType() string
- func (o *CampaignTemplate) GetCouponAttributes() map[string]interface{}
- func (o *CampaignTemplate) GetCouponAttributesOk() (map[string]interface{}, bool)
- func (o *CampaignTemplate) GetCouponSettings() CodeGeneratorSettings
- func (o *CampaignTemplate) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *CampaignTemplate) GetCreated() time.Time
- func (o *CampaignTemplate) GetDefaultCampaignGroupId() int32
- func (o *CampaignTemplate) GetDefaultCampaignGroupIdOk() (int32, bool)
- func (o *CampaignTemplate) GetDescription() string
- func (o *CampaignTemplate) GetFeatures() []string
- func (o *CampaignTemplate) GetFeaturesOk() ([]string, bool)
- func (o *CampaignTemplate) GetId() int32
- func (o *CampaignTemplate) GetInstructions() string
- func (o *CampaignTemplate) GetLimits() []TemplateLimitConfig
- func (o *CampaignTemplate) GetLimitsOk() ([]TemplateLimitConfig, bool)
- func (o *CampaignTemplate) GetName() string
- func (o *CampaignTemplate) GetReferralSettings() CodeGeneratorSettings
- func (o *CampaignTemplate) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *CampaignTemplate) GetState() string
- func (o *CampaignTemplate) GetTags() []string
- func (o *CampaignTemplate) GetTagsOk() ([]string, bool)
- func (o *CampaignTemplate) GetTemplateParams() []CampaignTemplateParams
- func (o *CampaignTemplate) GetTemplateParamsOk() ([]CampaignTemplateParams, bool)
- func (o *CampaignTemplate) GetUpdated() time.Time
- func (o *CampaignTemplate) GetUpdatedBy() string
- func (o *CampaignTemplate) GetUpdatedByOk() (string, bool)
- func (o *CampaignTemplate) GetUpdatedOk() (time.Time, bool)
- func (o *CampaignTemplate) GetUserId() int32
- func (o *CampaignTemplate) GetValidApplicationIds() []int32
- func (o *CampaignTemplate) HasActiveRulesetId() bool
- func (o *CampaignTemplate) HasCampaignAttributes() bool
- func (o *CampaignTemplate) HasCampaignCollections() bool
- func (o *CampaignTemplate) HasCouponAttributes() bool
- func (o *CampaignTemplate) HasCouponSettings() bool
- func (o *CampaignTemplate) HasDefaultCampaignGroupId() bool
- func (o *CampaignTemplate) HasFeatures() bool
- func (o *CampaignTemplate) HasLimits() bool
- func (o *CampaignTemplate) HasReferralSettings() bool
- func (o *CampaignTemplate) HasTags() bool
- func (o *CampaignTemplate) HasTemplateParams() bool
- func (o *CampaignTemplate) HasUpdated() bool
- func (o *CampaignTemplate) HasUpdatedBy() bool
- func (o *CampaignTemplate) SetAccountId(v int32)
- func (o *CampaignTemplate) SetActiveRulesetId(v int32)
- func (o *CampaignTemplate) SetApplicationsIds(v []int32)
- func (o *CampaignTemplate) SetCampaignAttributes(v map[string]interface{})
- func (o *CampaignTemplate) SetCampaignCollections(v []CampaignTemplateCollection)
- func (o *CampaignTemplate) SetCampaignType(v string)
- func (o *CampaignTemplate) SetCouponAttributes(v map[string]interface{})
- func (o *CampaignTemplate) SetCouponSettings(v CodeGeneratorSettings)
- func (o *CampaignTemplate) SetCreated(v time.Time)
- func (o *CampaignTemplate) SetDefaultCampaignGroupId(v int32)
- func (o *CampaignTemplate) SetDescription(v string)
- func (o *CampaignTemplate) SetFeatures(v []string)
- func (o *CampaignTemplate) SetId(v int32)
- func (o *CampaignTemplate) SetInstructions(v string)
- func (o *CampaignTemplate) SetLimits(v []TemplateLimitConfig)
- func (o *CampaignTemplate) SetName(v string)
- func (o *CampaignTemplate) SetReferralSettings(v CodeGeneratorSettings)
- func (o *CampaignTemplate) SetState(v string)
- func (o *CampaignTemplate) SetTags(v []string)
- func (o *CampaignTemplate) SetTemplateParams(v []CampaignTemplateParams)
- func (o *CampaignTemplate) SetUpdated(v time.Time)
- func (o *CampaignTemplate) SetUpdatedBy(v string)
- func (o *CampaignTemplate) SetUserId(v int32)
- func (o *CampaignTemplate) SetValidApplicationIds(v []int32)
- type CampaignTemplateCollection
- func (o *CampaignTemplateCollection) GetDescription() string
- func (o *CampaignTemplateCollection) GetDescriptionOk() (string, bool)
- func (o *CampaignTemplateCollection) GetName() string
- func (o *CampaignTemplateCollection) HasDescription() bool
- func (o *CampaignTemplateCollection) SetDescription(v string)
- func (o *CampaignTemplateCollection) SetName(v string)
- type CampaignTemplateParams
- func (o *CampaignTemplateParams) GetAttributeId() int32
- func (o *CampaignTemplateParams) GetAttributeIdOk() (int32, bool)
- func (o *CampaignTemplateParams) GetDescription() string
- func (o *CampaignTemplateParams) GetName() string
- func (o *CampaignTemplateParams) GetType() string
- func (o *CampaignTemplateParams) HasAttributeId() bool
- func (o *CampaignTemplateParams) SetAttributeId(v int32)
- func (o *CampaignTemplateParams) SetDescription(v string)
- func (o *CampaignTemplateParams) SetName(v string)
- func (o *CampaignTemplateParams) SetType(v string)
- type CardExpiringPointsNotificationPolicy
- func (o *CardExpiringPointsNotificationPolicy) GetBatchingEnabled() bool
- func (o *CardExpiringPointsNotificationPolicy) GetBatchingEnabledOk() (bool, bool)
- func (o *CardExpiringPointsNotificationPolicy) GetName() string
- func (o *CardExpiringPointsNotificationPolicy) GetTriggers() []CardExpiringPointsNotificationTrigger
- func (o *CardExpiringPointsNotificationPolicy) HasBatchingEnabled() bool
- func (o *CardExpiringPointsNotificationPolicy) SetBatchingEnabled(v bool)
- func (o *CardExpiringPointsNotificationPolicy) SetName(v string)
- func (o *CardExpiringPointsNotificationPolicy) SetTriggers(v []CardExpiringPointsNotificationTrigger)
- type CardExpiringPointsNotificationTrigger
- type CardLedgerPointsEntryIntegrationApi
- func (o *CardLedgerPointsEntryIntegrationApi) GetAmount() float32
- func (o *CardLedgerPointsEntryIntegrationApi) GetCreated() time.Time
- func (o *CardLedgerPointsEntryIntegrationApi) GetCustomerProfileID() string
- func (o *CardLedgerPointsEntryIntegrationApi) GetCustomerProfileIDOk() (string, bool)
- func (o *CardLedgerPointsEntryIntegrationApi) GetCustomerSessionId() string
- func (o *CardLedgerPointsEntryIntegrationApi) GetCustomerSessionIdOk() (string, bool)
- func (o *CardLedgerPointsEntryIntegrationApi) GetExpiryDate() string
- func (o *CardLedgerPointsEntryIntegrationApi) GetId() int32
- func (o *CardLedgerPointsEntryIntegrationApi) GetName() string
- func (o *CardLedgerPointsEntryIntegrationApi) GetProgramId() int32
- func (o *CardLedgerPointsEntryIntegrationApi) GetStartDate() string
- func (o *CardLedgerPointsEntryIntegrationApi) GetSubledgerId() string
- func (o *CardLedgerPointsEntryIntegrationApi) HasCustomerProfileID() bool
- func (o *CardLedgerPointsEntryIntegrationApi) HasCustomerSessionId() bool
- func (o *CardLedgerPointsEntryIntegrationApi) SetAmount(v float32)
- func (o *CardLedgerPointsEntryIntegrationApi) SetCreated(v time.Time)
- func (o *CardLedgerPointsEntryIntegrationApi) SetCustomerProfileID(v string)
- func (o *CardLedgerPointsEntryIntegrationApi) SetCustomerSessionId(v string)
- func (o *CardLedgerPointsEntryIntegrationApi) SetExpiryDate(v string)
- func (o *CardLedgerPointsEntryIntegrationApi) SetId(v int32)
- func (o *CardLedgerPointsEntryIntegrationApi) SetName(v string)
- func (o *CardLedgerPointsEntryIntegrationApi) SetProgramId(v int32)
- func (o *CardLedgerPointsEntryIntegrationApi) SetStartDate(v string)
- func (o *CardLedgerPointsEntryIntegrationApi) SetSubledgerId(v string)
- type CardLedgerTransactionLogEntry
- func (o *CardLedgerTransactionLogEntry) GetAmount() float32
- func (o *CardLedgerTransactionLogEntry) GetApplicationId() int32
- func (o *CardLedgerTransactionLogEntry) GetApplicationIdOk() (int32, bool)
- func (o *CardLedgerTransactionLogEntry) GetCardIdentifier() string
- func (o *CardLedgerTransactionLogEntry) GetCreated() time.Time
- func (o *CardLedgerTransactionLogEntry) GetCustomerSessionId() string
- func (o *CardLedgerTransactionLogEntry) GetCustomerSessionIdOk() (string, bool)
- func (o *CardLedgerTransactionLogEntry) GetExpiryDate() string
- func (o *CardLedgerTransactionLogEntry) GetId() int32
- func (o *CardLedgerTransactionLogEntry) GetName() string
- func (o *CardLedgerTransactionLogEntry) GetProgramId() int32
- func (o *CardLedgerTransactionLogEntry) GetSessionId() int32
- func (o *CardLedgerTransactionLogEntry) GetSessionIdOk() (int32, bool)
- func (o *CardLedgerTransactionLogEntry) GetStartDate() string
- func (o *CardLedgerTransactionLogEntry) GetSubledgerId() string
- func (o *CardLedgerTransactionLogEntry) GetType() string
- func (o *CardLedgerTransactionLogEntry) HasApplicationId() bool
- func (o *CardLedgerTransactionLogEntry) HasCustomerSessionId() bool
- func (o *CardLedgerTransactionLogEntry) HasSessionId() bool
- func (o *CardLedgerTransactionLogEntry) SetAmount(v float32)
- func (o *CardLedgerTransactionLogEntry) SetApplicationId(v int32)
- func (o *CardLedgerTransactionLogEntry) SetCardIdentifier(v string)
- func (o *CardLedgerTransactionLogEntry) SetCreated(v time.Time)
- func (o *CardLedgerTransactionLogEntry) SetCustomerSessionId(v string)
- func (o *CardLedgerTransactionLogEntry) SetExpiryDate(v string)
- func (o *CardLedgerTransactionLogEntry) SetId(v int32)
- func (o *CardLedgerTransactionLogEntry) SetName(v string)
- func (o *CardLedgerTransactionLogEntry) SetProgramId(v int32)
- func (o *CardLedgerTransactionLogEntry) SetSessionId(v int32)
- func (o *CardLedgerTransactionLogEntry) SetStartDate(v string)
- func (o *CardLedgerTransactionLogEntry) SetSubledgerId(v string)
- func (o *CardLedgerTransactionLogEntry) SetType(v string)
- type CardLedgerTransactionLogEntryIntegrationApi
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetAmount() float32
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetCardIdentifier() string
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetCreated() time.Time
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetCustomerSessionId() string
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetCustomerSessionIdOk() (string, bool)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetExpiryDate() string
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetId() int32
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetName() string
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetProgramId() int32
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetRuleName() string
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetRuleNameOk() (string, bool)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetRulesetId() int32
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetRulesetIdOk() (int32, bool)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetStartDate() string
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetSubledgerId() string
- func (o *CardLedgerTransactionLogEntryIntegrationApi) GetType() string
- func (o *CardLedgerTransactionLogEntryIntegrationApi) HasCustomerSessionId() bool
- func (o *CardLedgerTransactionLogEntryIntegrationApi) HasRuleName() bool
- func (o *CardLedgerTransactionLogEntryIntegrationApi) HasRulesetId() bool
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetAmount(v float32)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetCardIdentifier(v string)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetCreated(v time.Time)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetCustomerSessionId(v string)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetExpiryDate(v string)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetId(v int32)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetName(v string)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetProgramId(v int32)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetRuleName(v string)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetRulesetId(v int32)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetStartDate(v string)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetSubledgerId(v string)
- func (o *CardLedgerTransactionLogEntryIntegrationApi) SetType(v string)
- type CartItem
- func (o *CartItem) GetAdditionalCosts() map[string]AdditionalCost
- func (o *CartItem) GetAdditionalCostsOk() (map[string]AdditionalCost, bool)
- func (o *CartItem) GetAttributes() map[string]interface{}
- func (o *CartItem) GetAttributesOk() (map[string]interface{}, bool)
- func (o *CartItem) GetCatalogItemID() int32
- func (o *CartItem) GetCatalogItemIDOk() (int32, bool)
- func (o *CartItem) GetCategory() string
- func (o *CartItem) GetCategoryOk() (string, bool)
- func (o *CartItem) GetHeight() float32
- func (o *CartItem) GetHeightOk() (float32, bool)
- func (o *CartItem) GetLength() float32
- func (o *CartItem) GetLengthOk() (float32, bool)
- func (o *CartItem) GetName() string
- func (o *CartItem) GetNameOk() (string, bool)
- func (o *CartItem) GetPosition() float32
- func (o *CartItem) GetPositionOk() (float32, bool)
- func (o *CartItem) GetPrice() float32
- func (o *CartItem) GetPriceOk() (float32, bool)
- func (o *CartItem) GetProduct() Product
- func (o *CartItem) GetProductOk() (Product, bool)
- func (o *CartItem) GetQuantity() int32
- func (o *CartItem) GetRemainingQuantity() int32
- func (o *CartItem) GetRemainingQuantityOk() (int32, bool)
- func (o *CartItem) GetReturnedQuantity() int32
- func (o *CartItem) GetReturnedQuantityOk() (int32, bool)
- func (o *CartItem) GetSku() string
- func (o *CartItem) GetWeight() float32
- func (o *CartItem) GetWeightOk() (float32, bool)
- func (o *CartItem) GetWidth() float32
- func (o *CartItem) GetWidthOk() (float32, bool)
- func (o *CartItem) HasAdditionalCosts() bool
- func (o *CartItem) HasAttributes() bool
- func (o *CartItem) HasCatalogItemID() bool
- func (o *CartItem) HasCategory() bool
- func (o *CartItem) HasHeight() bool
- func (o *CartItem) HasLength() bool
- func (o *CartItem) HasName() bool
- func (o *CartItem) HasPosition() bool
- func (o *CartItem) HasPrice() bool
- func (o *CartItem) HasProduct() bool
- func (o *CartItem) HasRemainingQuantity() bool
- func (o *CartItem) HasReturnedQuantity() bool
- func (o *CartItem) HasWeight() bool
- func (o *CartItem) HasWidth() bool
- func (o *CartItem) SetAdditionalCosts(v map[string]AdditionalCost)
- func (o *CartItem) SetAttributes(v map[string]interface{})
- func (o *CartItem) SetCatalogItemID(v int32)
- func (o *CartItem) SetCategory(v string)
- func (o *CartItem) SetHeight(v float32)
- func (o *CartItem) SetLength(v float32)
- func (o *CartItem) SetName(v string)
- func (o *CartItem) SetPosition(v float32)
- func (o *CartItem) SetPrice(v float32)
- func (o *CartItem) SetProduct(v Product)
- func (o *CartItem) SetQuantity(v int32)
- func (o *CartItem) SetRemainingQuantity(v int32)
- func (o *CartItem) SetReturnedQuantity(v int32)
- func (o *CartItem) SetSku(v string)
- func (o *CartItem) SetWeight(v float32)
- func (o *CartItem) SetWidth(v float32)
- type Catalog
- func (o *Catalog) GetAccountId() int32
- func (o *Catalog) GetCreated() time.Time
- func (o *Catalog) GetCreatedBy() int32
- func (o *Catalog) GetDescription() string
- func (o *Catalog) GetId() int32
- func (o *Catalog) GetModified() time.Time
- func (o *Catalog) GetName() string
- func (o *Catalog) GetSubscribedApplicationsIds() []int32
- func (o *Catalog) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *Catalog) GetVersion() int32
- func (o *Catalog) HasSubscribedApplicationsIds() bool
- func (o *Catalog) SetAccountId(v int32)
- func (o *Catalog) SetCreated(v time.Time)
- func (o *Catalog) SetCreatedBy(v int32)
- func (o *Catalog) SetDescription(v string)
- func (o *Catalog) SetId(v int32)
- func (o *Catalog) SetModified(v time.Time)
- func (o *Catalog) SetName(v string)
- func (o *Catalog) SetSubscribedApplicationsIds(v []int32)
- func (o *Catalog) SetVersion(v int32)
- type CatalogAction
- type CatalogActionFilter
- func (o *CatalogActionFilter) GetAttr() string
- func (o *CatalogActionFilter) GetOp() string
- func (o *CatalogActionFilter) GetValue() map[string]interface{}
- func (o *CatalogActionFilter) SetAttr(v string)
- func (o *CatalogActionFilter) SetOp(v string)
- func (o *CatalogActionFilter) SetValue(v map[string]interface{})
- type CatalogItem
- func (o *CatalogItem) GetAttributes() []ItemAttribute
- func (o *CatalogItem) GetAttributesOk() ([]ItemAttribute, bool)
- func (o *CatalogItem) GetCatalogid() int32
- func (o *CatalogItem) GetCreated() time.Time
- func (o *CatalogItem) GetId() int32
- func (o *CatalogItem) GetPrice() float32
- func (o *CatalogItem) GetPriceOk() (float32, bool)
- func (o *CatalogItem) GetProduct() Product
- func (o *CatalogItem) GetProductOk() (Product, bool)
- func (o *CatalogItem) GetSku() string
- func (o *CatalogItem) GetVersion() int32
- func (o *CatalogItem) HasAttributes() bool
- func (o *CatalogItem) HasPrice() bool
- func (o *CatalogItem) HasProduct() bool
- func (o *CatalogItem) SetAttributes(v []ItemAttribute)
- func (o *CatalogItem) SetCatalogid(v int32)
- func (o *CatalogItem) SetCreated(v time.Time)
- func (o *CatalogItem) SetId(v int32)
- func (o *CatalogItem) SetPrice(v float32)
- func (o *CatalogItem) SetProduct(v Product)
- func (o *CatalogItem) SetSku(v string)
- func (o *CatalogItem) SetVersion(v int32)
- type CatalogSyncRequest
- func (o *CatalogSyncRequest) GetActions() []CatalogAction
- func (o *CatalogSyncRequest) GetVersion() int32
- func (o *CatalogSyncRequest) GetVersionOk() (int32, bool)
- func (o *CatalogSyncRequest) HasVersion() bool
- func (o *CatalogSyncRequest) SetActions(v []CatalogAction)
- func (o *CatalogSyncRequest) SetVersion(v int32)
- type CatalogsStrikethroughNotificationPolicy
- type Change
- func (o *Change) GetApplicationId() int32
- func (o *Change) GetApplicationIdOk() (int32, bool)
- func (o *Change) GetCreated() time.Time
- func (o *Change) GetEntity() string
- func (o *Change) GetId() int32
- func (o *Change) GetManagementKeyId() int32
- func (o *Change) GetManagementKeyIdOk() (int32, bool)
- func (o *Change) GetNew() map[string]interface{}
- func (o *Change) GetNewOk() (map[string]interface{}, bool)
- func (o *Change) GetOld() map[string]interface{}
- func (o *Change) GetOldOk() (map[string]interface{}, bool)
- func (o *Change) GetUserId() int32
- func (o *Change) HasApplicationId() bool
- func (o *Change) HasManagementKeyId() bool
- func (o *Change) HasNew() bool
- func (o *Change) HasOld() bool
- func (o *Change) SetApplicationId(v int32)
- func (o *Change) SetCreated(v time.Time)
- func (o *Change) SetEntity(v string)
- func (o *Change) SetId(v int32)
- func (o *Change) SetManagementKeyId(v int32)
- func (o *Change) SetNew(v map[string]interface{})
- func (o *Change) SetOld(v map[string]interface{})
- func (o *Change) SetUserId(v int32)
- type ChangeLoyaltyTierLevelEffectProps
- func (o *ChangeLoyaltyTierLevelEffectProps) GetExpiryDate() time.Time
- func (o *ChangeLoyaltyTierLevelEffectProps) GetExpiryDateOk() (time.Time, bool)
- func (o *ChangeLoyaltyTierLevelEffectProps) GetNewTierName() string
- func (o *ChangeLoyaltyTierLevelEffectProps) GetPreviousTierName() string
- func (o *ChangeLoyaltyTierLevelEffectProps) GetPreviousTierNameOk() (string, bool)
- func (o *ChangeLoyaltyTierLevelEffectProps) GetProgramId() int32
- func (o *ChangeLoyaltyTierLevelEffectProps) GetRuleTitle() string
- func (o *ChangeLoyaltyTierLevelEffectProps) GetSubLedgerId() string
- func (o *ChangeLoyaltyTierLevelEffectProps) HasExpiryDate() bool
- func (o *ChangeLoyaltyTierLevelEffectProps) HasPreviousTierName() bool
- func (o *ChangeLoyaltyTierLevelEffectProps) SetExpiryDate(v time.Time)
- func (o *ChangeLoyaltyTierLevelEffectProps) SetNewTierName(v string)
- func (o *ChangeLoyaltyTierLevelEffectProps) SetPreviousTierName(v string)
- func (o *ChangeLoyaltyTierLevelEffectProps) SetProgramId(v int32)
- func (o *ChangeLoyaltyTierLevelEffectProps) SetRuleTitle(v string)
- func (o *ChangeLoyaltyTierLevelEffectProps) SetSubLedgerId(v string)
- type ChangeProfilePassword
- type CodeGeneratorSettings
- type Collection
- func (o *Collection) GetAccountId() int32
- func (o *Collection) GetApplicationId() int32
- func (o *Collection) GetApplicationIdOk() (int32, bool)
- func (o *Collection) GetCampaignId() int32
- func (o *Collection) GetCampaignIdOk() (int32, bool)
- func (o *Collection) GetCreated() time.Time
- func (o *Collection) GetCreatedBy() int32
- func (o *Collection) GetDescription() string
- func (o *Collection) GetDescriptionOk() (string, bool)
- func (o *Collection) GetId() int32
- func (o *Collection) GetModified() time.Time
- func (o *Collection) GetModifiedBy() int32
- func (o *Collection) GetModifiedByOk() (int32, bool)
- func (o *Collection) GetName() string
- func (o *Collection) GetPayload() []string
- func (o *Collection) GetPayloadOk() ([]string, bool)
- func (o *Collection) GetSubscribedApplicationsIds() []int32
- func (o *Collection) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *Collection) HasApplicationId() bool
- func (o *Collection) HasCampaignId() bool
- func (o *Collection) HasDescription() bool
- func (o *Collection) HasModifiedBy() bool
- func (o *Collection) HasPayload() bool
- func (o *Collection) HasSubscribedApplicationsIds() bool
- func (o *Collection) SetAccountId(v int32)
- func (o *Collection) SetApplicationId(v int32)
- func (o *Collection) SetCampaignId(v int32)
- func (o *Collection) SetCreated(v time.Time)
- func (o *Collection) SetCreatedBy(v int32)
- func (o *Collection) SetDescription(v string)
- func (o *Collection) SetId(v int32)
- func (o *Collection) SetModified(v time.Time)
- func (o *Collection) SetModifiedBy(v int32)
- func (o *Collection) SetName(v string)
- func (o *Collection) SetPayload(v []string)
- func (o *Collection) SetSubscribedApplicationsIds(v []int32)
- type CollectionItem
- type CollectionWithoutPayload
- func (o *CollectionWithoutPayload) GetAccountId() int32
- func (o *CollectionWithoutPayload) GetApplicationId() int32
- func (o *CollectionWithoutPayload) GetApplicationIdOk() (int32, bool)
- func (o *CollectionWithoutPayload) GetCampaignId() int32
- func (o *CollectionWithoutPayload) GetCampaignIdOk() (int32, bool)
- func (o *CollectionWithoutPayload) GetCreated() time.Time
- func (o *CollectionWithoutPayload) GetCreatedBy() int32
- func (o *CollectionWithoutPayload) GetDescription() string
- func (o *CollectionWithoutPayload) GetDescriptionOk() (string, bool)
- func (o *CollectionWithoutPayload) GetId() int32
- func (o *CollectionWithoutPayload) GetModified() time.Time
- func (o *CollectionWithoutPayload) GetModifiedBy() int32
- func (o *CollectionWithoutPayload) GetModifiedByOk() (int32, bool)
- func (o *CollectionWithoutPayload) GetName() string
- func (o *CollectionWithoutPayload) GetSubscribedApplicationsIds() []int32
- func (o *CollectionWithoutPayload) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *CollectionWithoutPayload) HasApplicationId() bool
- func (o *CollectionWithoutPayload) HasCampaignId() bool
- func (o *CollectionWithoutPayload) HasDescription() bool
- func (o *CollectionWithoutPayload) HasModifiedBy() bool
- func (o *CollectionWithoutPayload) HasSubscribedApplicationsIds() bool
- func (o *CollectionWithoutPayload) SetAccountId(v int32)
- func (o *CollectionWithoutPayload) SetApplicationId(v int32)
- func (o *CollectionWithoutPayload) SetCampaignId(v int32)
- func (o *CollectionWithoutPayload) SetCreated(v time.Time)
- func (o *CollectionWithoutPayload) SetCreatedBy(v int32)
- func (o *CollectionWithoutPayload) SetDescription(v string)
- func (o *CollectionWithoutPayload) SetId(v int32)
- func (o *CollectionWithoutPayload) SetModified(v time.Time)
- func (o *CollectionWithoutPayload) SetModifiedBy(v int32)
- func (o *CollectionWithoutPayload) SetName(v string)
- func (o *CollectionWithoutPayload) SetSubscribedApplicationsIds(v []int32)
- type Configuration
- type Coupon
- func (o *Coupon) GetAttributes() map[string]interface{}
- func (o *Coupon) GetAttributesOk() (map[string]interface{}, bool)
- func (o *Coupon) GetBatchId() string
- func (o *Coupon) GetBatchIdOk() (string, bool)
- func (o *Coupon) GetCampaignId() int32
- func (o *Coupon) GetCreated() time.Time
- func (o *Coupon) GetDiscountCounter() float32
- func (o *Coupon) GetDiscountCounterOk() (float32, bool)
- func (o *Coupon) GetDiscountLimit() float32
- func (o *Coupon) GetDiscountLimitOk() (float32, bool)
- func (o *Coupon) GetDiscountRemainder() float32
- func (o *Coupon) GetDiscountRemainderOk() (float32, bool)
- func (o *Coupon) GetExpiryDate() time.Time
- func (o *Coupon) GetExpiryDateOk() (time.Time, bool)
- func (o *Coupon) GetId() int32
- func (o *Coupon) GetImplicitlyReserved() bool
- func (o *Coupon) GetImplicitlyReservedOk() (bool, bool)
- func (o *Coupon) GetImportId() int32
- func (o *Coupon) GetImportIdOk() (int32, bool)
- func (o *Coupon) GetIsReservationMandatory() bool
- func (o *Coupon) GetIsReservationMandatoryOk() (bool, bool)
- func (o *Coupon) GetLimits() []LimitConfig
- func (o *Coupon) GetLimitsOk() ([]LimitConfig, bool)
- func (o *Coupon) GetRecipientIntegrationId() string
- func (o *Coupon) GetRecipientIntegrationIdOk() (string, bool)
- func (o *Coupon) GetReferralId() int32
- func (o *Coupon) GetReferralIdOk() (int32, bool)
- func (o *Coupon) GetReservation() bool
- func (o *Coupon) GetReservationCounter() float32
- func (o *Coupon) GetReservationCounterOk() (float32, bool)
- func (o *Coupon) GetReservationLimit() int32
- func (o *Coupon) GetReservationLimitOk() (int32, bool)
- func (o *Coupon) GetReservationOk() (bool, bool)
- func (o *Coupon) GetStartDate() time.Time
- func (o *Coupon) GetStartDateOk() (time.Time, bool)
- func (o *Coupon) GetUsageCounter() int32
- func (o *Coupon) GetUsageLimit() int32
- func (o *Coupon) GetValue() string
- func (o *Coupon) HasAttributes() bool
- func (o *Coupon) HasBatchId() bool
- func (o *Coupon) HasDiscountCounter() bool
- func (o *Coupon) HasDiscountLimit() bool
- func (o *Coupon) HasDiscountRemainder() bool
- func (o *Coupon) HasExpiryDate() bool
- func (o *Coupon) HasImplicitlyReserved() bool
- func (o *Coupon) HasImportId() bool
- func (o *Coupon) HasIsReservationMandatory() bool
- func (o *Coupon) HasLimits() bool
- func (o *Coupon) HasRecipientIntegrationId() bool
- func (o *Coupon) HasReferralId() bool
- func (o *Coupon) HasReservation() bool
- func (o *Coupon) HasReservationCounter() bool
- func (o *Coupon) HasReservationLimit() bool
- func (o *Coupon) HasStartDate() bool
- func (o *Coupon) SetAttributes(v map[string]interface{})
- func (o *Coupon) SetBatchId(v string)
- func (o *Coupon) SetCampaignId(v int32)
- func (o *Coupon) SetCreated(v time.Time)
- func (o *Coupon) SetDiscountCounter(v float32)
- func (o *Coupon) SetDiscountLimit(v float32)
- func (o *Coupon) SetDiscountRemainder(v float32)
- func (o *Coupon) SetExpiryDate(v time.Time)
- func (o *Coupon) SetId(v int32)
- func (o *Coupon) SetImplicitlyReserved(v bool)
- func (o *Coupon) SetImportId(v int32)
- func (o *Coupon) SetIsReservationMandatory(v bool)
- func (o *Coupon) SetLimits(v []LimitConfig)
- func (o *Coupon) SetRecipientIntegrationId(v string)
- func (o *Coupon) SetReferralId(v int32)
- func (o *Coupon) SetReservation(v bool)
- func (o *Coupon) SetReservationCounter(v float32)
- func (o *Coupon) SetReservationLimit(v int32)
- func (o *Coupon) SetStartDate(v time.Time)
- func (o *Coupon) SetUsageCounter(v int32)
- func (o *Coupon) SetUsageLimit(v int32)
- func (o *Coupon) SetValue(v string)
- type CouponConstraints
- func (o *CouponConstraints) GetDiscountLimit() float32
- func (o *CouponConstraints) GetDiscountLimitOk() (float32, bool)
- func (o *CouponConstraints) GetExpiryDate() time.Time
- func (o *CouponConstraints) GetExpiryDateOk() (time.Time, bool)
- func (o *CouponConstraints) GetReservationLimit() int32
- func (o *CouponConstraints) GetReservationLimitOk() (int32, bool)
- func (o *CouponConstraints) GetStartDate() time.Time
- func (o *CouponConstraints) GetStartDateOk() (time.Time, bool)
- func (o *CouponConstraints) GetUsageLimit() int32
- func (o *CouponConstraints) GetUsageLimitOk() (int32, bool)
- func (o *CouponConstraints) HasDiscountLimit() bool
- func (o *CouponConstraints) HasExpiryDate() bool
- func (o *CouponConstraints) HasReservationLimit() bool
- func (o *CouponConstraints) HasStartDate() bool
- func (o *CouponConstraints) HasUsageLimit() bool
- func (o *CouponConstraints) SetDiscountLimit(v float32)
- func (o *CouponConstraints) SetExpiryDate(v time.Time)
- func (o *CouponConstraints) SetReservationLimit(v int32)
- func (o *CouponConstraints) SetStartDate(v time.Time)
- func (o *CouponConstraints) SetUsageLimit(v int32)
- type CouponCreatedEffectProps
- type CouponCreationJob
- func (o *CouponCreationJob) GetAccountId() int32
- func (o *CouponCreationJob) GetApplicationId() int32
- func (o *CouponCreationJob) GetAttributes() map[string]interface{}
- func (o *CouponCreationJob) GetBatchId() string
- func (o *CouponCreationJob) GetCampaignId() int32
- func (o *CouponCreationJob) GetChunkExecutionCount() int32
- func (o *CouponCreationJob) GetChunkSize() int32
- func (o *CouponCreationJob) GetChunkSizeOk() (int32, bool)
- func (o *CouponCreationJob) GetCommunicated() bool
- func (o *CouponCreationJob) GetCouponSettings() CodeGeneratorSettings
- func (o *CouponCreationJob) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *CouponCreationJob) GetCreated() time.Time
- func (o *CouponCreationJob) GetCreatedAmount() int32
- func (o *CouponCreationJob) GetCreatedBy() int32
- func (o *CouponCreationJob) GetDiscountLimit() float32
- func (o *CouponCreationJob) GetDiscountLimitOk() (float32, bool)
- func (o *CouponCreationJob) GetErrors() []string
- func (o *CouponCreationJob) GetExpiryDate() time.Time
- func (o *CouponCreationJob) GetExpiryDateOk() (time.Time, bool)
- func (o *CouponCreationJob) GetFailCount() int32
- func (o *CouponCreationJob) GetId() int32
- func (o *CouponCreationJob) GetNumberOfCoupons() int32
- func (o *CouponCreationJob) GetReservationLimit() int32
- func (o *CouponCreationJob) GetReservationLimitOk() (int32, bool)
- func (o *CouponCreationJob) GetStartDate() time.Time
- func (o *CouponCreationJob) GetStartDateOk() (time.Time, bool)
- func (o *CouponCreationJob) GetStatus() string
- func (o *CouponCreationJob) GetUsageLimit() int32
- func (o *CouponCreationJob) HasChunkSize() bool
- func (o *CouponCreationJob) HasCouponSettings() bool
- func (o *CouponCreationJob) HasDiscountLimit() bool
- func (o *CouponCreationJob) HasExpiryDate() bool
- func (o *CouponCreationJob) HasReservationLimit() bool
- func (o *CouponCreationJob) HasStartDate() bool
- func (o *CouponCreationJob) SetAccountId(v int32)
- func (o *CouponCreationJob) SetApplicationId(v int32)
- func (o *CouponCreationJob) SetAttributes(v map[string]interface{})
- func (o *CouponCreationJob) SetBatchId(v string)
- func (o *CouponCreationJob) SetCampaignId(v int32)
- func (o *CouponCreationJob) SetChunkExecutionCount(v int32)
- func (o *CouponCreationJob) SetChunkSize(v int32)
- func (o *CouponCreationJob) SetCommunicated(v bool)
- func (o *CouponCreationJob) SetCouponSettings(v CodeGeneratorSettings)
- func (o *CouponCreationJob) SetCreated(v time.Time)
- func (o *CouponCreationJob) SetCreatedAmount(v int32)
- func (o *CouponCreationJob) SetCreatedBy(v int32)
- func (o *CouponCreationJob) SetDiscountLimit(v float32)
- func (o *CouponCreationJob) SetErrors(v []string)
- func (o *CouponCreationJob) SetExpiryDate(v time.Time)
- func (o *CouponCreationJob) SetFailCount(v int32)
- func (o *CouponCreationJob) SetId(v int32)
- func (o *CouponCreationJob) SetNumberOfCoupons(v int32)
- func (o *CouponCreationJob) SetReservationLimit(v int32)
- func (o *CouponCreationJob) SetStartDate(v time.Time)
- func (o *CouponCreationJob) SetStatus(v string)
- func (o *CouponCreationJob) SetUsageLimit(v int32)
- type CouponLimitConfigs
- type CouponRejectionReason
- func (o *CouponRejectionReason) GetCampaignId() int32
- func (o *CouponRejectionReason) GetCouponId() int32
- func (o *CouponRejectionReason) GetReason() string
- func (o *CouponRejectionReason) SetCampaignId(v int32)
- func (o *CouponRejectionReason) SetCouponId(v int32)
- func (o *CouponRejectionReason) SetReason(v string)
- type CouponReservations
- type CouponSearch
- type CouponValue
- type CouponsNotificationPolicy
- func (o *CouponsNotificationPolicy) GetBatchingEnabled() bool
- func (o *CouponsNotificationPolicy) GetBatchingEnabledOk() (bool, bool)
- func (o *CouponsNotificationPolicy) GetName() string
- func (o *CouponsNotificationPolicy) GetScopes() []string
- func (o *CouponsNotificationPolicy) HasBatchingEnabled() bool
- func (o *CouponsNotificationPolicy) SetBatchingEnabled(v bool)
- func (o *CouponsNotificationPolicy) SetName(v string)
- func (o *CouponsNotificationPolicy) SetScopes(v []string)
- type CreateAchievement
- func (o *CreateAchievement) GetDescription() string
- func (o *CreateAchievement) GetName() string
- func (o *CreateAchievement) GetPeriod() string
- func (o *CreateAchievement) GetPeriodEndOverride() TimePoint
- func (o *CreateAchievement) GetPeriodEndOverrideOk() (TimePoint, bool)
- func (o *CreateAchievement) GetTarget() float32
- func (o *CreateAchievement) GetTitle() string
- func (o *CreateAchievement) HasPeriodEndOverride() bool
- func (o *CreateAchievement) SetDescription(v string)
- func (o *CreateAchievement) SetName(v string)
- func (o *CreateAchievement) SetPeriod(v string)
- func (o *CreateAchievement) SetPeriodEndOverride(v TimePoint)
- func (o *CreateAchievement) SetTarget(v float32)
- func (o *CreateAchievement) SetTitle(v string)
- type CreateApplicationApiKey
- func (o *CreateApplicationApiKey) GetExpires() time.Time
- func (o *CreateApplicationApiKey) GetPlatform() string
- func (o *CreateApplicationApiKey) GetPlatformOk() (string, bool)
- func (o *CreateApplicationApiKey) GetTimeOffset() int32
- func (o *CreateApplicationApiKey) GetTimeOffsetOk() (int32, bool)
- func (o *CreateApplicationApiKey) GetTitle() string
- func (o *CreateApplicationApiKey) GetType() string
- func (o *CreateApplicationApiKey) GetTypeOk() (string, bool)
- func (o *CreateApplicationApiKey) HasPlatform() bool
- func (o *CreateApplicationApiKey) HasTimeOffset() bool
- func (o *CreateApplicationApiKey) HasType() bool
- func (o *CreateApplicationApiKey) SetExpires(v time.Time)
- func (o *CreateApplicationApiKey) SetPlatform(v string)
- func (o *CreateApplicationApiKey) SetTimeOffset(v int32)
- func (o *CreateApplicationApiKey) SetTitle(v string)
- func (o *CreateApplicationApiKey) SetType(v string)
- type CreateManagementKey
- func (o *CreateManagementKey) GetAllowedApplicationIds() []int32
- func (o *CreateManagementKey) GetAllowedApplicationIdsOk() ([]int32, bool)
- func (o *CreateManagementKey) GetEndpoints() []Endpoint
- func (o *CreateManagementKey) GetExpiryDate() time.Time
- func (o *CreateManagementKey) GetName() string
- func (o *CreateManagementKey) HasAllowedApplicationIds() bool
- func (o *CreateManagementKey) SetAllowedApplicationIds(v []int32)
- func (o *CreateManagementKey) SetEndpoints(v []Endpoint)
- func (o *CreateManagementKey) SetExpiryDate(v time.Time)
- func (o *CreateManagementKey) SetName(v string)
- type CreateTemplateCampaign
- func (o *CreateTemplateCampaign) GetCampaignAttributesOverrides() map[string]interface{}
- func (o *CreateTemplateCampaign) GetCampaignAttributesOverridesOk() (map[string]interface{}, bool)
- func (o *CreateTemplateCampaign) GetCampaignGroups() []int32
- func (o *CreateTemplateCampaign) GetCampaignGroupsOk() ([]int32, bool)
- func (o *CreateTemplateCampaign) GetDescription() string
- func (o *CreateTemplateCampaign) GetDescriptionOk() (string, bool)
- func (o *CreateTemplateCampaign) GetEvaluationGroupId() int32
- func (o *CreateTemplateCampaign) GetEvaluationGroupIdOk() (int32, bool)
- func (o *CreateTemplateCampaign) GetLimitOverrides() []LimitConfig
- func (o *CreateTemplateCampaign) GetLimitOverridesOk() ([]LimitConfig, bool)
- func (o *CreateTemplateCampaign) GetLinkedStoreIds() []int32
- func (o *CreateTemplateCampaign) GetLinkedStoreIdsOk() ([]int32, bool)
- func (o *CreateTemplateCampaign) GetName() string
- func (o *CreateTemplateCampaign) GetTags() []string
- func (o *CreateTemplateCampaign) GetTagsOk() ([]string, bool)
- func (o *CreateTemplateCampaign) GetTemplateId() int32
- func (o *CreateTemplateCampaign) GetTemplateParamValues() []Binding
- func (o *CreateTemplateCampaign) GetTemplateParamValuesOk() ([]Binding, bool)
- func (o *CreateTemplateCampaign) HasCampaignAttributesOverrides() bool
- func (o *CreateTemplateCampaign) HasCampaignGroups() bool
- func (o *CreateTemplateCampaign) HasDescription() bool
- func (o *CreateTemplateCampaign) HasEvaluationGroupId() bool
- func (o *CreateTemplateCampaign) HasLimitOverrides() bool
- func (o *CreateTemplateCampaign) HasLinkedStoreIds() bool
- func (o *CreateTemplateCampaign) HasTags() bool
- func (o *CreateTemplateCampaign) HasTemplateParamValues() bool
- func (o *CreateTemplateCampaign) SetCampaignAttributesOverrides(v map[string]interface{})
- func (o *CreateTemplateCampaign) SetCampaignGroups(v []int32)
- func (o *CreateTemplateCampaign) SetDescription(v string)
- func (o *CreateTemplateCampaign) SetEvaluationGroupId(v int32)
- func (o *CreateTemplateCampaign) SetLimitOverrides(v []LimitConfig)
- func (o *CreateTemplateCampaign) SetLinkedStoreIds(v []int32)
- func (o *CreateTemplateCampaign) SetName(v string)
- func (o *CreateTemplateCampaign) SetTags(v []string)
- func (o *CreateTemplateCampaign) SetTemplateId(v int32)
- func (o *CreateTemplateCampaign) SetTemplateParamValues(v []Binding)
- type CreateTemplateCampaignResponse
- func (o *CreateTemplateCampaignResponse) GetCampaign() Campaign
- func (o *CreateTemplateCampaignResponse) GetCollections() []Collection
- func (o *CreateTemplateCampaignResponse) GetCollectionsOk() ([]Collection, bool)
- func (o *CreateTemplateCampaignResponse) GetRuleset() Ruleset
- func (o *CreateTemplateCampaignResponse) HasCollections() bool
- func (o *CreateTemplateCampaignResponse) SetCampaign(v Campaign)
- func (o *CreateTemplateCampaignResponse) SetCollections(v []Collection)
- func (o *CreateTemplateCampaignResponse) SetRuleset(v Ruleset)
- type CustomEffect
- func (o *CustomEffect) GetAccountId() int32
- func (o *CustomEffect) GetApplicationIds() []int32
- func (o *CustomEffect) GetCreated() time.Time
- func (o *CustomEffect) GetCreatedBy() int32
- func (o *CustomEffect) GetDescription() string
- func (o *CustomEffect) GetDescriptionOk() (string, bool)
- func (o *CustomEffect) GetEnabled() bool
- func (o *CustomEffect) GetId() int32
- func (o *CustomEffect) GetIsPerItem() bool
- func (o *CustomEffect) GetIsPerItemOk() (bool, bool)
- func (o *CustomEffect) GetModified() time.Time
- func (o *CustomEffect) GetModifiedBy() int32
- func (o *CustomEffect) GetModifiedByOk() (int32, bool)
- func (o *CustomEffect) GetName() string
- func (o *CustomEffect) GetParams() []TemplateArgDef
- func (o *CustomEffect) GetParamsOk() ([]TemplateArgDef, bool)
- func (o *CustomEffect) GetPayload() string
- func (o *CustomEffect) GetTitle() string
- func (o *CustomEffect) HasDescription() bool
- func (o *CustomEffect) HasIsPerItem() bool
- func (o *CustomEffect) HasModifiedBy() bool
- func (o *CustomEffect) HasParams() bool
- func (o *CustomEffect) SetAccountId(v int32)
- func (o *CustomEffect) SetApplicationIds(v []int32)
- func (o *CustomEffect) SetCreated(v time.Time)
- func (o *CustomEffect) SetCreatedBy(v int32)
- func (o *CustomEffect) SetDescription(v string)
- func (o *CustomEffect) SetEnabled(v bool)
- func (o *CustomEffect) SetId(v int32)
- func (o *CustomEffect) SetIsPerItem(v bool)
- func (o *CustomEffect) SetModified(v time.Time)
- func (o *CustomEffect) SetModifiedBy(v int32)
- func (o *CustomEffect) SetName(v string)
- func (o *CustomEffect) SetParams(v []TemplateArgDef)
- func (o *CustomEffect) SetPayload(v string)
- func (o *CustomEffect) SetTitle(v string)
- type CustomEffectProps
- func (o *CustomEffectProps) GetBundleIndex() int32
- func (o *CustomEffectProps) GetBundleIndexOk() (int32, bool)
- func (o *CustomEffectProps) GetBundleName() string
- func (o *CustomEffectProps) GetBundleNameOk() (string, bool)
- func (o *CustomEffectProps) GetCartItemPosition() float32
- func (o *CustomEffectProps) GetCartItemPositionOk() (float32, bool)
- func (o *CustomEffectProps) GetCartItemSubPosition() float32
- func (o *CustomEffectProps) GetCartItemSubPositionOk() (float32, bool)
- func (o *CustomEffectProps) GetEffectId() int32
- func (o *CustomEffectProps) GetName() string
- func (o *CustomEffectProps) GetPayload() map[string]interface{}
- func (o *CustomEffectProps) HasBundleIndex() bool
- func (o *CustomEffectProps) HasBundleName() bool
- func (o *CustomEffectProps) HasCartItemPosition() bool
- func (o *CustomEffectProps) HasCartItemSubPosition() bool
- func (o *CustomEffectProps) SetBundleIndex(v int32)
- func (o *CustomEffectProps) SetBundleName(v string)
- func (o *CustomEffectProps) SetCartItemPosition(v float32)
- func (o *CustomEffectProps) SetCartItemSubPosition(v float32)
- func (o *CustomEffectProps) SetEffectId(v int32)
- func (o *CustomEffectProps) SetName(v string)
- func (o *CustomEffectProps) SetPayload(v map[string]interface{})
- type CustomerActivityReport
- func (o *CustomerActivityReport) GetAccruedDiscounts() float32
- func (o *CustomerActivityReport) GetAccruedRevenue() float32
- func (o *CustomerActivityReport) GetCampaignName() string
- func (o *CustomerActivityReport) GetCouponFailedAttempts() int32
- func (o *CustomerActivityReport) GetCouponRedemptions() int32
- func (o *CustomerActivityReport) GetCouponUseAttempts() int32
- func (o *CustomerActivityReport) GetCreated() time.Time
- func (o *CustomerActivityReport) GetCustomerId() int32
- func (o *CustomerActivityReport) GetIntegrationId() string
- func (o *CustomerActivityReport) GetLastActivity() time.Time
- func (o *CustomerActivityReport) GetLastActivityOk() (time.Time, bool)
- func (o *CustomerActivityReport) GetName() string
- func (o *CustomerActivityReport) GetTotalOrders() int32
- func (o *CustomerActivityReport) GetTotalOrdersNoCoupon() int32
- func (o *CustomerActivityReport) HasLastActivity() bool
- func (o *CustomerActivityReport) SetAccruedDiscounts(v float32)
- func (o *CustomerActivityReport) SetAccruedRevenue(v float32)
- func (o *CustomerActivityReport) SetCampaignName(v string)
- func (o *CustomerActivityReport) SetCouponFailedAttempts(v int32)
- func (o *CustomerActivityReport) SetCouponRedemptions(v int32)
- func (o *CustomerActivityReport) SetCouponUseAttempts(v int32)
- func (o *CustomerActivityReport) SetCreated(v time.Time)
- func (o *CustomerActivityReport) SetCustomerId(v int32)
- func (o *CustomerActivityReport) SetIntegrationId(v string)
- func (o *CustomerActivityReport) SetLastActivity(v time.Time)
- func (o *CustomerActivityReport) SetName(v string)
- func (o *CustomerActivityReport) SetTotalOrders(v int32)
- func (o *CustomerActivityReport) SetTotalOrdersNoCoupon(v int32)
- type CustomerAnalytics
- func (o *CustomerAnalytics) GetAcceptedCoupons() int32
- func (o *CustomerAnalytics) GetCreatedCoupons() int32
- func (o *CustomerAnalytics) GetFreeItems() int32
- func (o *CustomerAnalytics) GetTotalDiscountedOrders() int32
- func (o *CustomerAnalytics) GetTotalDiscounts() float32
- func (o *CustomerAnalytics) GetTotalOrders() int32
- func (o *CustomerAnalytics) GetTotalRevenue() float32
- func (o *CustomerAnalytics) SetAcceptedCoupons(v int32)
- func (o *CustomerAnalytics) SetCreatedCoupons(v int32)
- func (o *CustomerAnalytics) SetFreeItems(v int32)
- func (o *CustomerAnalytics) SetTotalDiscountedOrders(v int32)
- func (o *CustomerAnalytics) SetTotalDiscounts(v float32)
- func (o *CustomerAnalytics) SetTotalOrders(v int32)
- func (o *CustomerAnalytics) SetTotalRevenue(v float32)
- type CustomerInventory
- func (o *CustomerInventory) GetAchievements() []AchievementProgress
- func (o *CustomerInventory) GetAchievementsOk() ([]AchievementProgress, bool)
- func (o *CustomerInventory) GetCoupons() []InventoryCoupon
- func (o *CustomerInventory) GetCouponsOk() ([]InventoryCoupon, bool)
- func (o *CustomerInventory) GetGiveaways() []Giveaway
- func (o *CustomerInventory) GetGiveawaysOk() ([]Giveaway, bool)
- func (o *CustomerInventory) GetLoyalty() Loyalty
- func (o *CustomerInventory) GetLoyaltyOk() (Loyalty, bool)
- func (o *CustomerInventory) GetProfile() CustomerProfile
- func (o *CustomerInventory) GetProfileOk() (CustomerProfile, bool)
- func (o *CustomerInventory) GetReferrals() []InventoryReferral
- func (o *CustomerInventory) GetReferralsOk() ([]InventoryReferral, bool)
- func (o *CustomerInventory) HasAchievements() bool
- func (o *CustomerInventory) HasCoupons() bool
- func (o *CustomerInventory) HasGiveaways() bool
- func (o *CustomerInventory) HasLoyalty() bool
- func (o *CustomerInventory) HasProfile() bool
- func (o *CustomerInventory) HasReferrals() bool
- func (o *CustomerInventory) SetAchievements(v []AchievementProgress)
- func (o *CustomerInventory) SetCoupons(v []InventoryCoupon)
- func (o *CustomerInventory) SetGiveaways(v []Giveaway)
- func (o *CustomerInventory) SetLoyalty(v Loyalty)
- func (o *CustomerInventory) SetProfile(v CustomerProfile)
- func (o *CustomerInventory) SetReferrals(v []InventoryReferral)
- type CustomerProfile
- func (o *CustomerProfile) GetAccountId() int32
- func (o *CustomerProfile) GetAttributes() map[string]interface{}
- func (o *CustomerProfile) GetAudienceMemberships() []AudienceMembership
- func (o *CustomerProfile) GetAudienceMembershipsOk() ([]AudienceMembership, bool)
- func (o *CustomerProfile) GetClosedSessions() int32
- func (o *CustomerProfile) GetCreated() time.Time
- func (o *CustomerProfile) GetId() int32
- func (o *CustomerProfile) GetIntegrationId() string
- func (o *CustomerProfile) GetLastActivity() time.Time
- func (o *CustomerProfile) GetLoyaltyMemberships() []LoyaltyMembership
- func (o *CustomerProfile) GetLoyaltyMembershipsOk() ([]LoyaltyMembership, bool)
- func (o *CustomerProfile) GetSandbox() bool
- func (o *CustomerProfile) GetSandboxOk() (bool, bool)
- func (o *CustomerProfile) GetTotalSales() float32
- func (o *CustomerProfile) HasAudienceMemberships() bool
- func (o *CustomerProfile) HasLoyaltyMemberships() bool
- func (o *CustomerProfile) HasSandbox() bool
- func (o *CustomerProfile) SetAccountId(v int32)
- func (o *CustomerProfile) SetAttributes(v map[string]interface{})
- func (o *CustomerProfile) SetAudienceMemberships(v []AudienceMembership)
- func (o *CustomerProfile) SetClosedSessions(v int32)
- func (o *CustomerProfile) SetCreated(v time.Time)
- func (o *CustomerProfile) SetId(v int32)
- func (o *CustomerProfile) SetIntegrationId(v string)
- func (o *CustomerProfile) SetLastActivity(v time.Time)
- func (o *CustomerProfile) SetLoyaltyMemberships(v []LoyaltyMembership)
- func (o *CustomerProfile) SetSandbox(v bool)
- func (o *CustomerProfile) SetTotalSales(v float32)
- type CustomerProfileAudienceRequest
- func (o *CustomerProfileAudienceRequest) GetData() []CustomerProfileAudienceRequestItem
- func (o *CustomerProfileAudienceRequest) GetDataOk() ([]CustomerProfileAudienceRequestItem, bool)
- func (o *CustomerProfileAudienceRequest) HasData() bool
- func (o *CustomerProfileAudienceRequest) SetData(v []CustomerProfileAudienceRequestItem)
- type CustomerProfileAudienceRequestItem
- func (o *CustomerProfileAudienceRequestItem) GetAction() string
- func (o *CustomerProfileAudienceRequestItem) GetAudienceId() int32
- func (o *CustomerProfileAudienceRequestItem) GetProfileIntegrationId() string
- func (o *CustomerProfileAudienceRequestItem) SetAction(v string)
- func (o *CustomerProfileAudienceRequestItem) SetAudienceId(v int32)
- func (o *CustomerProfileAudienceRequestItem) SetProfileIntegrationId(v string)
- type CustomerProfileIntegrationRequestV2
- func (o *CustomerProfileIntegrationRequestV2) GetAttributes() map[string]interface{}
- func (o *CustomerProfileIntegrationRequestV2) GetAttributesOk() (map[string]interface{}, bool)
- func (o *CustomerProfileIntegrationRequestV2) GetAudiencesChanges() ProfileAudiencesChanges
- func (o *CustomerProfileIntegrationRequestV2) GetAudiencesChangesOk() (ProfileAudiencesChanges, bool)
- func (o *CustomerProfileIntegrationRequestV2) GetEvaluableCampaignIds() []int32
- func (o *CustomerProfileIntegrationRequestV2) GetEvaluableCampaignIdsOk() ([]int32, bool)
- func (o *CustomerProfileIntegrationRequestV2) GetResponseContent() []string
- func (o *CustomerProfileIntegrationRequestV2) GetResponseContentOk() ([]string, bool)
- func (o *CustomerProfileIntegrationRequestV2) HasAttributes() bool
- func (o *CustomerProfileIntegrationRequestV2) HasAudiencesChanges() bool
- func (o *CustomerProfileIntegrationRequestV2) HasEvaluableCampaignIds() bool
- func (o *CustomerProfileIntegrationRequestV2) HasResponseContent() bool
- func (o *CustomerProfileIntegrationRequestV2) SetAttributes(v map[string]interface{})
- func (o *CustomerProfileIntegrationRequestV2) SetAudiencesChanges(v ProfileAudiencesChanges)
- func (o *CustomerProfileIntegrationRequestV2) SetEvaluableCampaignIds(v []int32)
- func (o *CustomerProfileIntegrationRequestV2) SetResponseContent(v []string)
- type CustomerProfileIntegrationResponseV2
- func (o *CustomerProfileIntegrationResponseV2) GetAwardedGiveaways() []Giveaway
- func (o *CustomerProfileIntegrationResponseV2) GetAwardedGiveawaysOk() ([]Giveaway, bool)
- func (o *CustomerProfileIntegrationResponseV2) GetCreatedCoupons() []Coupon
- func (o *CustomerProfileIntegrationResponseV2) GetCreatedReferrals() []Referral
- func (o *CustomerProfileIntegrationResponseV2) GetCustomerProfile() CustomerProfile
- func (o *CustomerProfileIntegrationResponseV2) GetCustomerProfileOk() (CustomerProfile, bool)
- func (o *CustomerProfileIntegrationResponseV2) GetEffects() []Effect
- func (o *CustomerProfileIntegrationResponseV2) GetEvent() Event
- func (o *CustomerProfileIntegrationResponseV2) GetEventOk() (Event, bool)
- func (o *CustomerProfileIntegrationResponseV2) GetLoyalty() Loyalty
- func (o *CustomerProfileIntegrationResponseV2) GetLoyaltyOk() (Loyalty, bool)
- func (o *CustomerProfileIntegrationResponseV2) GetRuleFailureReasons() []RuleFailureReason
- func (o *CustomerProfileIntegrationResponseV2) GetRuleFailureReasonsOk() ([]RuleFailureReason, bool)
- func (o *CustomerProfileIntegrationResponseV2) GetTriggeredCampaigns() []Campaign
- func (o *CustomerProfileIntegrationResponseV2) GetTriggeredCampaignsOk() ([]Campaign, bool)
- func (o *CustomerProfileIntegrationResponseV2) HasAwardedGiveaways() bool
- func (o *CustomerProfileIntegrationResponseV2) HasCustomerProfile() bool
- func (o *CustomerProfileIntegrationResponseV2) HasEvent() bool
- func (o *CustomerProfileIntegrationResponseV2) HasLoyalty() bool
- func (o *CustomerProfileIntegrationResponseV2) HasRuleFailureReasons() bool
- func (o *CustomerProfileIntegrationResponseV2) HasTriggeredCampaigns() bool
- func (o *CustomerProfileIntegrationResponseV2) SetAwardedGiveaways(v []Giveaway)
- func (o *CustomerProfileIntegrationResponseV2) SetCreatedCoupons(v []Coupon)
- func (o *CustomerProfileIntegrationResponseV2) SetCreatedReferrals(v []Referral)
- func (o *CustomerProfileIntegrationResponseV2) SetCustomerProfile(v CustomerProfile)
- func (o *CustomerProfileIntegrationResponseV2) SetEffects(v []Effect)
- func (o *CustomerProfileIntegrationResponseV2) SetEvent(v Event)
- func (o *CustomerProfileIntegrationResponseV2) SetLoyalty(v Loyalty)
- func (o *CustomerProfileIntegrationResponseV2) SetRuleFailureReasons(v []RuleFailureReason)
- func (o *CustomerProfileIntegrationResponseV2) SetTriggeredCampaigns(v []Campaign)
- type CustomerProfileSearchQuery
- func (o *CustomerProfileSearchQuery) GetAttributes() map[string]interface{}
- func (o *CustomerProfileSearchQuery) GetAttributesOk() (map[string]interface{}, bool)
- func (o *CustomerProfileSearchQuery) GetIntegrationIDs() []string
- func (o *CustomerProfileSearchQuery) GetIntegrationIDsOk() ([]string, bool)
- func (o *CustomerProfileSearchQuery) GetProfileIDs() []int32
- func (o *CustomerProfileSearchQuery) GetProfileIDsOk() ([]int32, bool)
- func (o *CustomerProfileSearchQuery) HasAttributes() bool
- func (o *CustomerProfileSearchQuery) HasIntegrationIDs() bool
- func (o *CustomerProfileSearchQuery) HasProfileIDs() bool
- func (o *CustomerProfileSearchQuery) SetAttributes(v map[string]interface{})
- func (o *CustomerProfileSearchQuery) SetIntegrationIDs(v []string)
- func (o *CustomerProfileSearchQuery) SetProfileIDs(v []int32)
- type CustomerProfileUpdateV2Response
- type CustomerSession
- func (o *CustomerSession) GetApplicationId() int32
- func (o *CustomerSession) GetAttributes() map[string]interface{}
- func (o *CustomerSession) GetCartItems() []CartItem
- func (o *CustomerSession) GetCoupon() string
- func (o *CustomerSession) GetCreated() time.Time
- func (o *CustomerSession) GetDiscounts() map[string]float32
- func (o *CustomerSession) GetFirstSession() bool
- func (o *CustomerSession) GetIdentifiers() []string
- func (o *CustomerSession) GetIdentifiersOk() ([]string, bool)
- func (o *CustomerSession) GetIntegrationId() string
- func (o *CustomerSession) GetProfileId() string
- func (o *CustomerSession) GetReferral() string
- func (o *CustomerSession) GetState() string
- func (o *CustomerSession) GetTotal() float32
- func (o *CustomerSession) GetUpdated() time.Time
- func (o *CustomerSession) HasIdentifiers() bool
- func (o *CustomerSession) SetApplicationId(v int32)
- func (o *CustomerSession) SetAttributes(v map[string]interface{})
- func (o *CustomerSession) SetCartItems(v []CartItem)
- func (o *CustomerSession) SetCoupon(v string)
- func (o *CustomerSession) SetCreated(v time.Time)
- func (o *CustomerSession) SetDiscounts(v map[string]float32)
- func (o *CustomerSession) SetFirstSession(v bool)
- func (o *CustomerSession) SetIdentifiers(v []string)
- func (o *CustomerSession) SetIntegrationId(v string)
- func (o *CustomerSession) SetProfileId(v string)
- func (o *CustomerSession) SetReferral(v string)
- func (o *CustomerSession) SetState(v string)
- func (o *CustomerSession) SetTotal(v float32)
- func (o *CustomerSession) SetUpdated(v time.Time)
- type CustomerSessionV2
- func (o *CustomerSessionV2) GetAdditionalCostTotal() float32
- func (o *CustomerSessionV2) GetAdditionalCosts() map[string]AdditionalCost
- func (o *CustomerSessionV2) GetAdditionalCostsOk() (map[string]AdditionalCost, bool)
- func (o *CustomerSessionV2) GetApplicationId() int32
- func (o *CustomerSessionV2) GetAttributes() map[string]interface{}
- func (o *CustomerSessionV2) GetCartItemTotal() float32
- func (o *CustomerSessionV2) GetCartItems() []CartItem
- func (o *CustomerSessionV2) GetCouponCodes() []string
- func (o *CustomerSessionV2) GetCouponCodesOk() ([]string, bool)
- func (o *CustomerSessionV2) GetCreated() time.Time
- func (o *CustomerSessionV2) GetEvaluableCampaignIds() []int32
- func (o *CustomerSessionV2) GetEvaluableCampaignIdsOk() ([]int32, bool)
- func (o *CustomerSessionV2) GetFirstSession() bool
- func (o *CustomerSessionV2) GetId() int32
- func (o *CustomerSessionV2) GetIdentifiers() []string
- func (o *CustomerSessionV2) GetIdentifiersOk() ([]string, bool)
- func (o *CustomerSessionV2) GetIntegrationId() string
- func (o *CustomerSessionV2) GetLoyaltyCards() []string
- func (o *CustomerSessionV2) GetLoyaltyCardsOk() ([]string, bool)
- func (o *CustomerSessionV2) GetProfileId() string
- func (o *CustomerSessionV2) GetReferralCode() string
- func (o *CustomerSessionV2) GetReferralCodeOk() (string, bool)
- func (o *CustomerSessionV2) GetState() string
- func (o *CustomerSessionV2) GetStoreIntegrationId() string
- func (o *CustomerSessionV2) GetStoreIntegrationIdOk() (string, bool)
- func (o *CustomerSessionV2) GetTotal() float32
- func (o *CustomerSessionV2) GetUpdated() time.Time
- func (o *CustomerSessionV2) HasAdditionalCosts() bool
- func (o *CustomerSessionV2) HasCouponCodes() bool
- func (o *CustomerSessionV2) HasEvaluableCampaignIds() bool
- func (o *CustomerSessionV2) HasIdentifiers() bool
- func (o *CustomerSessionV2) HasLoyaltyCards() bool
- func (o *CustomerSessionV2) HasReferralCode() bool
- func (o *CustomerSessionV2) HasStoreIntegrationId() bool
- func (o *CustomerSessionV2) SetAdditionalCostTotal(v float32)
- func (o *CustomerSessionV2) SetAdditionalCosts(v map[string]AdditionalCost)
- func (o *CustomerSessionV2) SetApplicationId(v int32)
- func (o *CustomerSessionV2) SetAttributes(v map[string]interface{})
- func (o *CustomerSessionV2) SetCartItemTotal(v float32)
- func (o *CustomerSessionV2) SetCartItems(v []CartItem)
- func (o *CustomerSessionV2) SetCouponCodes(v []string)
- func (o *CustomerSessionV2) SetCreated(v time.Time)
- func (o *CustomerSessionV2) SetEvaluableCampaignIds(v []int32)
- func (o *CustomerSessionV2) SetFirstSession(v bool)
- func (o *CustomerSessionV2) SetId(v int32)
- func (o *CustomerSessionV2) SetIdentifiers(v []string)
- func (o *CustomerSessionV2) SetIntegrationId(v string)
- func (o *CustomerSessionV2) SetLoyaltyCards(v []string)
- func (o *CustomerSessionV2) SetProfileId(v string)
- func (o *CustomerSessionV2) SetReferralCode(v string)
- func (o *CustomerSessionV2) SetState(v string)
- func (o *CustomerSessionV2) SetStoreIntegrationId(v string)
- func (o *CustomerSessionV2) SetTotal(v float32)
- func (o *CustomerSessionV2) SetUpdated(v time.Time)
- type DeactivateUserRequest
- type DeductLoyaltyPoints
- func (o *DeductLoyaltyPoints) GetApplicationId() int32
- func (o *DeductLoyaltyPoints) GetApplicationIdOk() (int32, bool)
- func (o *DeductLoyaltyPoints) GetName() string
- func (o *DeductLoyaltyPoints) GetNameOk() (string, bool)
- func (o *DeductLoyaltyPoints) GetPoints() float32
- func (o *DeductLoyaltyPoints) GetSubledgerId() string
- func (o *DeductLoyaltyPoints) GetSubledgerIdOk() (string, bool)
- func (o *DeductLoyaltyPoints) HasApplicationId() bool
- func (o *DeductLoyaltyPoints) HasName() bool
- func (o *DeductLoyaltyPoints) HasSubledgerId() bool
- func (o *DeductLoyaltyPoints) SetApplicationId(v int32)
- func (o *DeductLoyaltyPoints) SetName(v string)
- func (o *DeductLoyaltyPoints) SetPoints(v float32)
- func (o *DeductLoyaltyPoints) SetSubledgerId(v string)
- type DeductLoyaltyPointsEffectProps
- func (o *DeductLoyaltyPointsEffectProps) GetCardIdentifier() string
- func (o *DeductLoyaltyPointsEffectProps) GetCardIdentifierOk() (string, bool)
- func (o *DeductLoyaltyPointsEffectProps) GetName() string
- func (o *DeductLoyaltyPointsEffectProps) GetProgramId() int32
- func (o *DeductLoyaltyPointsEffectProps) GetRuleTitle() string
- func (o *DeductLoyaltyPointsEffectProps) GetSubLedgerId() string
- func (o *DeductLoyaltyPointsEffectProps) GetTransactionUUID() string
- func (o *DeductLoyaltyPointsEffectProps) GetValue() float32
- func (o *DeductLoyaltyPointsEffectProps) HasCardIdentifier() bool
- func (o *DeductLoyaltyPointsEffectProps) SetCardIdentifier(v string)
- func (o *DeductLoyaltyPointsEffectProps) SetName(v string)
- func (o *DeductLoyaltyPointsEffectProps) SetProgramId(v int32)
- func (o *DeductLoyaltyPointsEffectProps) SetRuleTitle(v string)
- func (o *DeductLoyaltyPointsEffectProps) SetSubLedgerId(v string)
- func (o *DeductLoyaltyPointsEffectProps) SetTransactionUUID(v string)
- func (o *DeductLoyaltyPointsEffectProps) SetValue(v float32)
- type DeleteUserRequest
- type Effect
- func (o *Effect) GetCampaignId() int32
- func (o *Effect) GetConditionIndex() int32
- func (o *Effect) GetConditionIndexOk() (int32, bool)
- func (o *Effect) GetEffectType() string
- func (o *Effect) GetProps() map[string]interface{}
- func (o *Effect) GetRuleIndex() int32
- func (o *Effect) GetRuleName() string
- func (o *Effect) GetRulesetId() int32
- func (o *Effect) GetTriggeredByCoupon() int32
- func (o *Effect) GetTriggeredByCouponOk() (int32, bool)
- func (o *Effect) GetTriggeredForCatalogItem() int32
- func (o *Effect) GetTriggeredForCatalogItemOk() (int32, bool)
- func (o *Effect) HasConditionIndex() bool
- func (o *Effect) HasTriggeredByCoupon() bool
- func (o *Effect) HasTriggeredForCatalogItem() bool
- func (o *Effect) SetCampaignId(v int32)
- func (o *Effect) SetConditionIndex(v int32)
- func (o *Effect) SetEffectType(v string)
- func (o *Effect) SetProps(v map[string]interface{})
- func (o *Effect) SetRuleIndex(v int32)
- func (o *Effect) SetRuleName(v string)
- func (o *Effect) SetRulesetId(v int32)
- func (o *Effect) SetTriggeredByCoupon(v int32)
- func (o *Effect) SetTriggeredForCatalogItem(v int32)
- type EffectEntity
- func (o *EffectEntity) GetCampaignId() int32
- func (o *EffectEntity) GetConditionIndex() int32
- func (o *EffectEntity) GetConditionIndexOk() (int32, bool)
- func (o *EffectEntity) GetEffectType() string
- func (o *EffectEntity) GetRuleIndex() int32
- func (o *EffectEntity) GetRuleName() string
- func (o *EffectEntity) GetRulesetId() int32
- func (o *EffectEntity) GetTriggeredByCoupon() int32
- func (o *EffectEntity) GetTriggeredByCouponOk() (int32, bool)
- func (o *EffectEntity) GetTriggeredForCatalogItem() int32
- func (o *EffectEntity) GetTriggeredForCatalogItemOk() (int32, bool)
- func (o *EffectEntity) HasConditionIndex() bool
- func (o *EffectEntity) HasTriggeredByCoupon() bool
- func (o *EffectEntity) HasTriggeredForCatalogItem() bool
- func (o *EffectEntity) SetCampaignId(v int32)
- func (o *EffectEntity) SetConditionIndex(v int32)
- func (o *EffectEntity) SetEffectType(v string)
- func (o *EffectEntity) SetRuleIndex(v int32)
- func (o *EffectEntity) SetRuleName(v string)
- func (o *EffectEntity) SetRulesetId(v int32)
- func (o *EffectEntity) SetTriggeredByCoupon(v int32)
- func (o *EffectEntity) SetTriggeredForCatalogItem(v int32)
- type EmailEntity
- type Endpoint
- type Entity
- type EntityWithTalangVisibleId
- type Environment
- func (o *Environment) GetAchievements() []Achievement
- func (o *Environment) GetAchievementsOk() ([]Achievement, bool)
- func (o *Environment) GetAdditionalCosts() []AccountAdditionalCost
- func (o *Environment) GetAdditionalCostsOk() ([]AccountAdditionalCost, bool)
- func (o *Environment) GetApplicationId() int32
- func (o *Environment) GetAttributes() []Attribute
- func (o *Environment) GetAttributesOk() ([]Attribute, bool)
- func (o *Environment) GetAudiences() []Audience
- func (o *Environment) GetAudiencesOk() ([]Audience, bool)
- func (o *Environment) GetCollections() []Collection
- func (o *Environment) GetCollectionsOk() ([]Collection, bool)
- func (o *Environment) GetCreated() time.Time
- func (o *Environment) GetFunctions() []FunctionDef
- func (o *Environment) GetGiveawaysPools() []GiveawaysPool
- func (o *Environment) GetGiveawaysPoolsOk() ([]GiveawaysPool, bool)
- func (o *Environment) GetId() int32
- func (o *Environment) GetLoyaltyPrograms() []LoyaltyProgram
- func (o *Environment) GetLoyaltyProgramsOk() ([]LoyaltyProgram, bool)
- func (o *Environment) GetSlots() []SlotDef
- func (o *Environment) GetTemplates() []TemplateDef
- func (o *Environment) GetVariables() string
- func (o *Environment) HasAchievements() bool
- func (o *Environment) HasAdditionalCosts() bool
- func (o *Environment) HasAttributes() bool
- func (o *Environment) HasAudiences() bool
- func (o *Environment) HasCollections() bool
- func (o *Environment) HasGiveawaysPools() bool
- func (o *Environment) HasLoyaltyPrograms() bool
- func (o *Environment) SetAchievements(v []Achievement)
- func (o *Environment) SetAdditionalCosts(v []AccountAdditionalCost)
- func (o *Environment) SetApplicationId(v int32)
- func (o *Environment) SetAttributes(v []Attribute)
- func (o *Environment) SetAudiences(v []Audience)
- func (o *Environment) SetCollections(v []Collection)
- func (o *Environment) SetCreated(v time.Time)
- func (o *Environment) SetFunctions(v []FunctionDef)
- func (o *Environment) SetGiveawaysPools(v []GiveawaysPool)
- func (o *Environment) SetId(v int32)
- func (o *Environment) SetLoyaltyPrograms(v []LoyaltyProgram)
- func (o *Environment) SetSlots(v []SlotDef)
- func (o *Environment) SetTemplates(v []TemplateDef)
- func (o *Environment) SetVariables(v string)
- type ErrorEffectProps
- type ErrorResponse
- type ErrorResponseWithStatus
- func (o *ErrorResponseWithStatus) GetErrors() []ApiError
- func (o *ErrorResponseWithStatus) GetErrorsOk() ([]ApiError, bool)
- func (o *ErrorResponseWithStatus) GetMessage() string
- func (o *ErrorResponseWithStatus) GetMessageOk() (string, bool)
- func (o *ErrorResponseWithStatus) GetStatusCode() int32
- func (o *ErrorResponseWithStatus) GetStatusCodeOk() (int32, bool)
- func (o *ErrorResponseWithStatus) HasErrors() bool
- func (o *ErrorResponseWithStatus) HasMessage() bool
- func (o *ErrorResponseWithStatus) HasStatusCode() bool
- func (o *ErrorResponseWithStatus) SetErrors(v []ApiError)
- func (o *ErrorResponseWithStatus) SetMessage(v string)
- func (o *ErrorResponseWithStatus) SetStatusCode(v int32)
- type ErrorSource
- func (o *ErrorSource) GetLine() string
- func (o *ErrorSource) GetLineOk() (string, bool)
- func (o *ErrorSource) GetParameter() string
- func (o *ErrorSource) GetParameterOk() (string, bool)
- func (o *ErrorSource) GetPointer() string
- func (o *ErrorSource) GetPointerOk() (string, bool)
- func (o *ErrorSource) GetResource() string
- func (o *ErrorSource) GetResourceOk() (string, bool)
- func (o *ErrorSource) HasLine() bool
- func (o *ErrorSource) HasParameter() bool
- func (o *ErrorSource) HasPointer() bool
- func (o *ErrorSource) HasResource() bool
- func (o *ErrorSource) SetLine(v string)
- func (o *ErrorSource) SetParameter(v string)
- func (o *ErrorSource) SetPointer(v string)
- func (o *ErrorSource) SetResource(v string)
- type EvaluableCampaignIds
- type Event
- func (o *Event) GetApplicationId() int32
- func (o *Event) GetAttributes() map[string]interface{}
- func (o *Event) GetCreated() time.Time
- func (o *Event) GetEffects() [][]interface{}
- func (o *Event) GetId() int32
- func (o *Event) GetLedgerEntries() []LedgerEntry
- func (o *Event) GetMeta() Meta
- func (o *Event) GetMetaOk() (Meta, bool)
- func (o *Event) GetProfileId() string
- func (o *Event) GetProfileIdOk() (string, bool)
- func (o *Event) GetSessionId() string
- func (o *Event) GetSessionIdOk() (string, bool)
- func (o *Event) GetStoreIntegrationId() string
- func (o *Event) GetStoreIntegrationIdOk() (string, bool)
- func (o *Event) GetType() string
- func (o *Event) HasMeta() bool
- func (o *Event) HasProfileId() bool
- func (o *Event) HasSessionId() bool
- func (o *Event) HasStoreIntegrationId() bool
- func (o *Event) SetApplicationId(v int32)
- func (o *Event) SetAttributes(v map[string]interface{})
- func (o *Event) SetCreated(v time.Time)
- func (o *Event) SetEffects(v [][]interface{})
- func (o *Event) SetId(v int32)
- func (o *Event) SetLedgerEntries(v []LedgerEntry)
- func (o *Event) SetMeta(v Meta)
- func (o *Event) SetProfileId(v string)
- func (o *Event) SetSessionId(v string)
- func (o *Event) SetStoreIntegrationId(v string)
- func (o *Event) SetType(v string)
- type EventType
- func (o *EventType) GetCreated() time.Time
- func (o *EventType) GetDescription() string
- func (o *EventType) GetDescriptionOk() (string, bool)
- func (o *EventType) GetId() int32
- func (o *EventType) GetName() string
- func (o *EventType) GetTitle() string
- func (o *EventType) HasDescription() bool
- func (o *EventType) SetCreated(v time.Time)
- func (o *EventType) SetDescription(v string)
- func (o *EventType) SetId(v int32)
- func (o *EventType) SetName(v string)
- func (o *EventType) SetTitle(v string)
- type EventV2
- func (o *EventV2) GetAttributes() map[string]interface{}
- func (o *EventV2) GetAttributesOk() (map[string]interface{}, bool)
- func (o *EventV2) GetEvaluableCampaignIds() []int32
- func (o *EventV2) GetEvaluableCampaignIdsOk() ([]int32, bool)
- func (o *EventV2) GetProfileId() string
- func (o *EventV2) GetProfileIdOk() (string, bool)
- func (o *EventV2) GetStoreIntegrationId() string
- func (o *EventV2) GetStoreIntegrationIdOk() (string, bool)
- func (o *EventV2) GetType() string
- func (o *EventV2) HasAttributes() bool
- func (o *EventV2) HasEvaluableCampaignIds() bool
- func (o *EventV2) HasProfileId() bool
- func (o *EventV2) HasStoreIntegrationId() bool
- func (o *EventV2) SetAttributes(v map[string]interface{})
- func (o *EventV2) SetEvaluableCampaignIds(v []int32)
- func (o *EventV2) SetProfileId(v string)
- func (o *EventV2) SetStoreIntegrationId(v string)
- func (o *EventV2) SetType(v string)
- type ExpiringCouponsNotificationPolicy
- func (o *ExpiringCouponsNotificationPolicy) GetBatchingEnabled() bool
- func (o *ExpiringCouponsNotificationPolicy) GetBatchingEnabledOk() (bool, bool)
- func (o *ExpiringCouponsNotificationPolicy) GetName() string
- func (o *ExpiringCouponsNotificationPolicy) GetTriggers() []ExpiringCouponsNotificationTrigger
- func (o *ExpiringCouponsNotificationPolicy) HasBatchingEnabled() bool
- func (o *ExpiringCouponsNotificationPolicy) SetBatchingEnabled(v bool)
- func (o *ExpiringCouponsNotificationPolicy) SetName(v string)
- func (o *ExpiringCouponsNotificationPolicy) SetTriggers(v []ExpiringCouponsNotificationTrigger)
- type ExpiringCouponsNotificationTrigger
- type ExpiringPointsNotificationPolicy
- func (o *ExpiringPointsNotificationPolicy) GetBatchingEnabled() bool
- func (o *ExpiringPointsNotificationPolicy) GetBatchingEnabledOk() (bool, bool)
- func (o *ExpiringPointsNotificationPolicy) GetName() string
- func (o *ExpiringPointsNotificationPolicy) GetTriggers() []ExpiringPointsNotificationTrigger
- func (o *ExpiringPointsNotificationPolicy) HasBatchingEnabled() bool
- func (o *ExpiringPointsNotificationPolicy) SetBatchingEnabled(v bool)
- func (o *ExpiringPointsNotificationPolicy) SetName(v string)
- func (o *ExpiringPointsNotificationPolicy) SetTriggers(v []ExpiringPointsNotificationTrigger)
- type ExpiringPointsNotificationTrigger
- type Export
- func (o *Export) GetAccountId() int32
- func (o *Export) GetCreated() time.Time
- func (o *Export) GetEntity() string
- func (o *Export) GetFilter() map[string]interface{}
- func (o *Export) GetId() int32
- func (o *Export) GetUserId() int32
- func (o *Export) SetAccountId(v int32)
- func (o *Export) SetCreated(v time.Time)
- func (o *Export) SetEntity(v string)
- func (o *Export) SetFilter(v map[string]interface{})
- func (o *Export) SetId(v int32)
- func (o *Export) SetUserId(v int32)
- type FeatureFlag
- func (o *FeatureFlag) GetCreated() time.Time
- func (o *FeatureFlag) GetCreatedOk() (time.Time, bool)
- func (o *FeatureFlag) GetModified() time.Time
- func (o *FeatureFlag) GetModifiedOk() (time.Time, bool)
- func (o *FeatureFlag) GetName() string
- func (o *FeatureFlag) GetValue() string
- func (o *FeatureFlag) HasCreated() bool
- func (o *FeatureFlag) HasModified() bool
- func (o *FeatureFlag) SetCreated(v time.Time)
- func (o *FeatureFlag) SetModified(v time.Time)
- func (o *FeatureFlag) SetName(v string)
- func (o *FeatureFlag) SetValue(v string)
- type FeaturesFeed
- func (o *FeaturesFeed) GetPubDate() string
- func (o *FeaturesFeed) GetPubDateOk() (string, bool)
- func (o *FeaturesFeed) GetTitle() string
- func (o *FeaturesFeed) GetTitleOk() (string, bool)
- func (o *FeaturesFeed) HasPubDate() bool
- func (o *FeaturesFeed) HasTitle() bool
- func (o *FeaturesFeed) SetPubDate(v string)
- func (o *FeaturesFeed) SetTitle(v string)
- type FeedNotification
- func (o *FeedNotification) GetArticleUrl() string
- func (o *FeedNotification) GetBody() string
- func (o *FeedNotification) GetCreated() time.Time
- func (o *FeedNotification) GetTitle() string
- func (o *FeedNotification) GetType() string
- func (o *FeedNotification) GetUpdated() time.Time
- func (o *FeedNotification) SetArticleUrl(v string)
- func (o *FeedNotification) SetBody(v string)
- func (o *FeedNotification) SetCreated(v time.Time)
- func (o *FeedNotification) SetTitle(v string)
- func (o *FeedNotification) SetType(v string)
- func (o *FeedNotification) SetUpdated(v time.Time)
- type FrontendState
- type FuncArgDef
- type FunctionDef
- func (o *FunctionDef) GetArgs() []FuncArgDef
- func (o *FunctionDef) GetDescription() string
- func (o *FunctionDef) GetDescriptionOk() (string, bool)
- func (o *FunctionDef) GetHelp() string
- func (o *FunctionDef) GetHelpOk() (string, bool)
- func (o *FunctionDef) GetName() string
- func (o *FunctionDef) GetType() string
- func (o *FunctionDef) HasDescription() bool
- func (o *FunctionDef) HasHelp() bool
- func (o *FunctionDef) SetArgs(v []FuncArgDef)
- func (o *FunctionDef) SetDescription(v string)
- func (o *FunctionDef) SetHelp(v string)
- func (o *FunctionDef) SetName(v string)
- func (o *FunctionDef) SetType(v string)
- type GenericOpenAPIError
- type GetIntegrationCouponRequest
- type Giveaway
- func (o *Giveaway) GetAttributes() map[string]interface{}
- func (o *Giveaway) GetAttributesOk() (map[string]interface{}, bool)
- func (o *Giveaway) GetCode() string
- func (o *Giveaway) GetCreated() time.Time
- func (o *Giveaway) GetEndDate() time.Time
- func (o *Giveaway) GetEndDateOk() (time.Time, bool)
- func (o *Giveaway) GetId() int32
- func (o *Giveaway) GetImportId() int32
- func (o *Giveaway) GetImportIdOk() (int32, bool)
- func (o *Giveaway) GetPoolId() int32
- func (o *Giveaway) GetProfileId() int32
- func (o *Giveaway) GetProfileIdOk() (int32, bool)
- func (o *Giveaway) GetProfileIntegrationId() string
- func (o *Giveaway) GetProfileIntegrationIdOk() (string, bool)
- func (o *Giveaway) GetStartDate() time.Time
- func (o *Giveaway) GetStartDateOk() (time.Time, bool)
- func (o *Giveaway) GetUsed() bool
- func (o *Giveaway) GetUsedOk() (bool, bool)
- func (o *Giveaway) HasAttributes() bool
- func (o *Giveaway) HasEndDate() bool
- func (o *Giveaway) HasImportId() bool
- func (o *Giveaway) HasProfileId() bool
- func (o *Giveaway) HasProfileIntegrationId() bool
- func (o *Giveaway) HasStartDate() bool
- func (o *Giveaway) HasUsed() bool
- func (o *Giveaway) SetAttributes(v map[string]interface{})
- func (o *Giveaway) SetCode(v string)
- func (o *Giveaway) SetCreated(v time.Time)
- func (o *Giveaway) SetEndDate(v time.Time)
- func (o *Giveaway) SetId(v int32)
- func (o *Giveaway) SetImportId(v int32)
- func (o *Giveaway) SetPoolId(v int32)
- func (o *Giveaway) SetProfileId(v int32)
- func (o *Giveaway) SetProfileIntegrationId(v string)
- func (o *Giveaway) SetStartDate(v time.Time)
- func (o *Giveaway) SetUsed(v bool)
- type GiveawaysPool
- func (o *GiveawaysPool) GetAccountId() int32
- func (o *GiveawaysPool) GetCreated() time.Time
- func (o *GiveawaysPool) GetCreatedBy() int32
- func (o *GiveawaysPool) GetDescription() string
- func (o *GiveawaysPool) GetDescriptionOk() (string, bool)
- func (o *GiveawaysPool) GetId() int32
- func (o *GiveawaysPool) GetModified() time.Time
- func (o *GiveawaysPool) GetModifiedBy() int32
- func (o *GiveawaysPool) GetModifiedByOk() (int32, bool)
- func (o *GiveawaysPool) GetModifiedOk() (time.Time, bool)
- func (o *GiveawaysPool) GetName() string
- func (o *GiveawaysPool) GetSandbox() bool
- func (o *GiveawaysPool) GetSubscribedApplicationsIds() []int32
- func (o *GiveawaysPool) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *GiveawaysPool) HasDescription() bool
- func (o *GiveawaysPool) HasModified() bool
- func (o *GiveawaysPool) HasModifiedBy() bool
- func (o *GiveawaysPool) HasSubscribedApplicationsIds() bool
- func (o *GiveawaysPool) SetAccountId(v int32)
- func (o *GiveawaysPool) SetCreated(v time.Time)
- func (o *GiveawaysPool) SetCreatedBy(v int32)
- func (o *GiveawaysPool) SetDescription(v string)
- func (o *GiveawaysPool) SetId(v int32)
- func (o *GiveawaysPool) SetModified(v time.Time)
- func (o *GiveawaysPool) SetModifiedBy(v int32)
- func (o *GiveawaysPool) SetName(v string)
- func (o *GiveawaysPool) SetSandbox(v bool)
- func (o *GiveawaysPool) SetSubscribedApplicationsIds(v []int32)
- type IdentifiableEntity
- type Import
- func (o *Import) GetAccountId() int32
- func (o *Import) GetAmount() int32
- func (o *Import) GetCreated() time.Time
- func (o *Import) GetEntity() string
- func (o *Import) GetId() int32
- func (o *Import) GetUserId() int32
- func (o *Import) SetAccountId(v int32)
- func (o *Import) SetAmount(v int32)
- func (o *Import) SetCreated(v time.Time)
- func (o *Import) SetEntity(v string)
- func (o *Import) SetId(v int32)
- func (o *Import) SetUserId(v int32)
- type ImportEntity
- type IncreaseAchievementProgressEffectProps
- func (o *IncreaseAchievementProgressEffectProps) GetAchievementId() int32
- func (o *IncreaseAchievementProgressEffectProps) GetAchievementName() string
- func (o *IncreaseAchievementProgressEffectProps) GetDelta() float32
- func (o *IncreaseAchievementProgressEffectProps) GetIsJustCompleted() bool
- func (o *IncreaseAchievementProgressEffectProps) GetProgressTrackerId() int32
- func (o *IncreaseAchievementProgressEffectProps) GetProgressTrackerIdOk() (int32, bool)
- func (o *IncreaseAchievementProgressEffectProps) GetTarget() float32
- func (o *IncreaseAchievementProgressEffectProps) GetValue() float32
- func (o *IncreaseAchievementProgressEffectProps) HasProgressTrackerId() bool
- func (o *IncreaseAchievementProgressEffectProps) SetAchievementId(v int32)
- func (o *IncreaseAchievementProgressEffectProps) SetAchievementName(v string)
- func (o *IncreaseAchievementProgressEffectProps) SetDelta(v float32)
- func (o *IncreaseAchievementProgressEffectProps) SetIsJustCompleted(v bool)
- func (o *IncreaseAchievementProgressEffectProps) SetProgressTrackerId(v int32)
- func (o *IncreaseAchievementProgressEffectProps) SetTarget(v float32)
- func (o *IncreaseAchievementProgressEffectProps) SetValue(v float32)
- type InlineResponse200
- type InlineResponse201
- type InlineResponse2001
- type InlineResponse2002
- type InlineResponse2003
- type InlineResponse2004
- type InlineResponse2005
- type InlineResponse2006
- type InlineResponse2007
- type InlineResponse2008
- type InlineResponse2009
- type InlineResponse20010
- type InlineResponse20011
- type InlineResponse20012
- type InlineResponse20013
- type InlineResponse20014
- type InlineResponse20015
- type InlineResponse20016
- type InlineResponse20017
- func (o *InlineResponse20017) GetData() []CollectionWithoutPayload
- func (o *InlineResponse20017) GetHasMore() bool
- func (o *InlineResponse20017) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20017) GetTotalResultSize() int32
- func (o *InlineResponse20017) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20017) HasHasMore() bool
- func (o *InlineResponse20017) HasTotalResultSize() bool
- func (o *InlineResponse20017) SetData(v []CollectionWithoutPayload)
- func (o *InlineResponse20017) SetHasMore(v bool)
- func (o *InlineResponse20017) SetTotalResultSize(v int32)
- type InlineResponse20018
- type InlineResponse20019
- type InlineResponse20020
- type InlineResponse20021
- type InlineResponse20022
- func (o *InlineResponse20022) GetData() []ApplicationCustomer
- func (o *InlineResponse20022) GetHasMore() bool
- func (o *InlineResponse20022) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20022) GetTotalResultSize() int32
- func (o *InlineResponse20022) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20022) HasHasMore() bool
- func (o *InlineResponse20022) HasTotalResultSize() bool
- func (o *InlineResponse20022) SetData(v []ApplicationCustomer)
- func (o *InlineResponse20022) SetHasMore(v bool)
- func (o *InlineResponse20022) SetTotalResultSize(v int32)
- type InlineResponse20023
- func (o *InlineResponse20023) GetData() []ApplicationCustomer
- func (o *InlineResponse20023) GetHasMore() bool
- func (o *InlineResponse20023) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20023) GetTotalResultSize() int32
- func (o *InlineResponse20023) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20023) HasHasMore() bool
- func (o *InlineResponse20023) HasTotalResultSize() bool
- func (o *InlineResponse20023) SetData(v []ApplicationCustomer)
- func (o *InlineResponse20023) SetHasMore(v bool)
- func (o *InlineResponse20023) SetTotalResultSize(v int32)
- type InlineResponse20024
- func (o *InlineResponse20024) GetData() []CustomerProfile
- func (o *InlineResponse20024) GetHasMore() bool
- func (o *InlineResponse20024) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20024) GetTotalResultSize() int32
- func (o *InlineResponse20024) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20024) HasHasMore() bool
- func (o *InlineResponse20024) HasTotalResultSize() bool
- func (o *InlineResponse20024) SetData(v []CustomerProfile)
- func (o *InlineResponse20024) SetHasMore(v bool)
- func (o *InlineResponse20024) SetTotalResultSize(v int32)
- type InlineResponse20025
- type InlineResponse20026
- type InlineResponse20027
- func (o *InlineResponse20027) GetData() []ApplicationSession
- func (o *InlineResponse20027) GetHasMore() bool
- func (o *InlineResponse20027) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20027) HasHasMore() bool
- func (o *InlineResponse20027) SetData(v []ApplicationSession)
- func (o *InlineResponse20027) SetHasMore(v bool)
- type InlineResponse20028
- type InlineResponse20029
- type InlineResponse20030
- func (o *InlineResponse20030) GetData() []Audience
- func (o *InlineResponse20030) GetHasMore() bool
- func (o *InlineResponse20030) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20030) GetTotalResultSize() int32
- func (o *InlineResponse20030) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20030) HasHasMore() bool
- func (o *InlineResponse20030) HasTotalResultSize() bool
- func (o *InlineResponse20030) SetData(v []Audience)
- func (o *InlineResponse20030) SetHasMore(v bool)
- func (o *InlineResponse20030) SetTotalResultSize(v int32)
- type InlineResponse20031
- func (o *InlineResponse20031) GetData() []AudienceAnalytics
- func (o *InlineResponse20031) GetHasMore() bool
- func (o *InlineResponse20031) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20031) HasHasMore() bool
- func (o *InlineResponse20031) SetData(v []AudienceAnalytics)
- func (o *InlineResponse20031) SetHasMore(v bool)
- type InlineResponse20032
- func (o *InlineResponse20032) GetData() []CustomerProfile
- func (o *InlineResponse20032) GetHasMore() bool
- func (o *InlineResponse20032) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20032) HasHasMore() bool
- func (o *InlineResponse20032) SetData(v []CustomerProfile)
- func (o *InlineResponse20032) SetHasMore(v bool)
- type InlineResponse20033
- func (o *InlineResponse20033) GetData() []ApplicationReferee
- func (o *InlineResponse20033) GetHasMore() bool
- func (o *InlineResponse20033) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20033) GetTotalResultSize() int32
- func (o *InlineResponse20033) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20033) HasHasMore() bool
- func (o *InlineResponse20033) HasTotalResultSize() bool
- func (o *InlineResponse20033) SetData(v []ApplicationReferee)
- func (o *InlineResponse20033) SetHasMore(v bool)
- func (o *InlineResponse20033) SetTotalResultSize(v int32)
- type InlineResponse20034
- type InlineResponse20035
- func (o *InlineResponse20035) GetData() []CatalogItem
- func (o *InlineResponse20035) GetHasMore() bool
- func (o *InlineResponse20035) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20035) GetTotalResultSize() int32
- func (o *InlineResponse20035) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20035) HasHasMore() bool
- func (o *InlineResponse20035) HasTotalResultSize() bool
- func (o *InlineResponse20035) SetData(v []CatalogItem)
- func (o *InlineResponse20035) SetHasMore(v bool)
- func (o *InlineResponse20035) SetTotalResultSize(v int32)
- type InlineResponse20036
- type InlineResponse20037
- type InlineResponse20038
- type InlineResponse20039
- type InlineResponse20040
- type InlineResponse20041
- type InlineResponse20042
- func (o *InlineResponse20042) GetData() []Change
- func (o *InlineResponse20042) GetHasMore() bool
- func (o *InlineResponse20042) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20042) GetTotalResultSize() int32
- func (o *InlineResponse20042) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20042) HasHasMore() bool
- func (o *InlineResponse20042) HasTotalResultSize() bool
- func (o *InlineResponse20042) SetData(v []Change)
- func (o *InlineResponse20042) SetHasMore(v bool)
- func (o *InlineResponse20042) SetTotalResultSize(v int32)
- type InlineResponse20043
- type InlineResponse20044
- type InlineResponse20045
- func (o *InlineResponse20045) GetData() []Store
- func (o *InlineResponse20045) GetHasMore() bool
- func (o *InlineResponse20045) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20045) GetTotalResultSize() int32
- func (o *InlineResponse20045) GetTotalResultSizeOk() (int32, bool)
- func (o *InlineResponse20045) HasHasMore() bool
- func (o *InlineResponse20045) HasTotalResultSize() bool
- func (o *InlineResponse20045) SetData(v []Store)
- func (o *InlineResponse20045) SetHasMore(v bool)
- func (o *InlineResponse20045) SetTotalResultSize(v int32)
- type InlineResponse20046
- func (o *InlineResponse20046) GetData() []Achievement
- func (o *InlineResponse20046) GetHasMore() bool
- func (o *InlineResponse20046) GetHasMoreOk() (bool, bool)
- func (o *InlineResponse20046) HasHasMore() bool
- func (o *InlineResponse20046) SetData(v []Achievement)
- func (o *InlineResponse20046) SetHasMore(v bool)
- type InlineResponse20047
- type IntegrationApiService
- func (a *IntegrationApiService) CreateAudienceV2(ctx _context.Context) apiCreateAudienceV2Request
- func (a *IntegrationApiService) CreateCouponReservation(ctx _context.Context, couponValue string) apiCreateCouponReservationRequest
- func (a *IntegrationApiService) CreateReferral(ctx _context.Context) apiCreateReferralRequest
- func (a *IntegrationApiService) CreateReferralsForMultipleAdvocates(ctx _context.Context) apiCreateReferralsForMultipleAdvocatesRequest
- func (a *IntegrationApiService) DeleteAudienceMembershipsV2(ctx _context.Context, audienceId int32) apiDeleteAudienceMembershipsV2Request
- func (a *IntegrationApiService) DeleteAudienceV2(ctx _context.Context, audienceId int32) apiDeleteAudienceV2Request
- func (a *IntegrationApiService) DeleteCouponReservation(ctx _context.Context, couponValue string) apiDeleteCouponReservationRequest
- func (a *IntegrationApiService) DeleteCustomerData(ctx _context.Context, integrationId string) apiDeleteCustomerDataRequest
- func (a *IntegrationApiService) GetCustomerInventory(ctx _context.Context, integrationId string) apiGetCustomerInventoryRequest
- func (a *IntegrationApiService) GetCustomerSession(ctx _context.Context, customerSessionId string) apiGetCustomerSessionRequest
- func (a *IntegrationApiService) GetLoyaltyBalances(ctx _context.Context, loyaltyProgramId int32, integrationId string) apiGetLoyaltyBalancesRequest
- func (a *IntegrationApiService) GetLoyaltyCardBalances(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiGetLoyaltyCardBalancesRequest
- func (a *IntegrationApiService) GetLoyaltyCardPoints(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiGetLoyaltyCardPointsRequest
- func (a *IntegrationApiService) GetLoyaltyCardTransactions(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiGetLoyaltyCardTransactionsRequest
- func (a *IntegrationApiService) GetLoyaltyProgramProfilePoints(ctx _context.Context, loyaltyProgramId int32, integrationId string) apiGetLoyaltyProgramProfilePointsRequest
- func (a *IntegrationApiService) GetLoyaltyProgramProfileTransactions(ctx _context.Context, loyaltyProgramId int32, integrationId string) apiGetLoyaltyProgramProfileTransactionsRequest
- func (a *IntegrationApiService) GetReservedCustomers(ctx _context.Context, couponValue string) apiGetReservedCustomersRequest
- func (a *IntegrationApiService) LinkLoyaltyCardToProfile(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiLinkLoyaltyCardToProfileRequest
- func (a *IntegrationApiService) ReopenCustomerSession(ctx _context.Context, customerSessionId string) apiReopenCustomerSessionRequest
- func (a *IntegrationApiService) ReturnCartItems(ctx _context.Context, customerSessionId string) apiReturnCartItemsRequest
- func (a *IntegrationApiService) SyncCatalog(ctx _context.Context, catalogId int32) apiSyncCatalogRequest
- func (a *IntegrationApiService) TrackEventV2(ctx _context.Context) apiTrackEventV2Request
- func (a *IntegrationApiService) UpdateAudienceCustomersAttributes(ctx _context.Context, audienceId int32) apiUpdateAudienceCustomersAttributesRequest
- func (a *IntegrationApiService) UpdateAudienceV2(ctx _context.Context, audienceId int32) apiUpdateAudienceV2Request
- func (a *IntegrationApiService) UpdateCustomerProfileAudiences(ctx _context.Context) apiUpdateCustomerProfileAudiencesRequest
- func (a *IntegrationApiService) UpdateCustomerProfileV2(ctx _context.Context, integrationId string) apiUpdateCustomerProfileV2Request
- func (a *IntegrationApiService) UpdateCustomerProfilesV2(ctx _context.Context) apiUpdateCustomerProfilesV2Request
- func (a *IntegrationApiService) UpdateCustomerSessionV2(ctx _context.Context, customerSessionId string) apiUpdateCustomerSessionV2Request
- type IntegrationCoupon
- func (o *IntegrationCoupon) GetAttributes() map[string]interface{}
- func (o *IntegrationCoupon) GetAttributesOk() (map[string]interface{}, bool)
- func (o *IntegrationCoupon) GetBatchId() string
- func (o *IntegrationCoupon) GetBatchIdOk() (string, bool)
- func (o *IntegrationCoupon) GetCampaignId() int32
- func (o *IntegrationCoupon) GetCreated() time.Time
- func (o *IntegrationCoupon) GetDiscountCounter() float32
- func (o *IntegrationCoupon) GetDiscountCounterOk() (float32, bool)
- func (o *IntegrationCoupon) GetDiscountLimit() float32
- func (o *IntegrationCoupon) GetDiscountLimitOk() (float32, bool)
- func (o *IntegrationCoupon) GetDiscountRemainder() float32
- func (o *IntegrationCoupon) GetDiscountRemainderOk() (float32, bool)
- func (o *IntegrationCoupon) GetExpiryDate() time.Time
- func (o *IntegrationCoupon) GetExpiryDateOk() (time.Time, bool)
- func (o *IntegrationCoupon) GetId() int32
- func (o *IntegrationCoupon) GetImplicitlyReserved() bool
- func (o *IntegrationCoupon) GetImplicitlyReservedOk() (bool, bool)
- func (o *IntegrationCoupon) GetImportId() int32
- func (o *IntegrationCoupon) GetImportIdOk() (int32, bool)
- func (o *IntegrationCoupon) GetIsReservationMandatory() bool
- func (o *IntegrationCoupon) GetIsReservationMandatoryOk() (bool, bool)
- func (o *IntegrationCoupon) GetLimits() []LimitConfig
- func (o *IntegrationCoupon) GetLimitsOk() ([]LimitConfig, bool)
- func (o *IntegrationCoupon) GetProfileRedemptionCount() int32
- func (o *IntegrationCoupon) GetRecipientIntegrationId() string
- func (o *IntegrationCoupon) GetRecipientIntegrationIdOk() (string, bool)
- func (o *IntegrationCoupon) GetReferralId() int32
- func (o *IntegrationCoupon) GetReferralIdOk() (int32, bool)
- func (o *IntegrationCoupon) GetReservation() bool
- func (o *IntegrationCoupon) GetReservationCounter() float32
- func (o *IntegrationCoupon) GetReservationCounterOk() (float32, bool)
- func (o *IntegrationCoupon) GetReservationLimit() int32
- func (o *IntegrationCoupon) GetReservationLimitOk() (int32, bool)
- func (o *IntegrationCoupon) GetReservationOk() (bool, bool)
- func (o *IntegrationCoupon) GetStartDate() time.Time
- func (o *IntegrationCoupon) GetStartDateOk() (time.Time, bool)
- func (o *IntegrationCoupon) GetUsageCounter() int32
- func (o *IntegrationCoupon) GetUsageLimit() int32
- func (o *IntegrationCoupon) GetValue() string
- func (o *IntegrationCoupon) HasAttributes() bool
- func (o *IntegrationCoupon) HasBatchId() bool
- func (o *IntegrationCoupon) HasDiscountCounter() bool
- func (o *IntegrationCoupon) HasDiscountLimit() bool
- func (o *IntegrationCoupon) HasDiscountRemainder() bool
- func (o *IntegrationCoupon) HasExpiryDate() bool
- func (o *IntegrationCoupon) HasImplicitlyReserved() bool
- func (o *IntegrationCoupon) HasImportId() bool
- func (o *IntegrationCoupon) HasIsReservationMandatory() bool
- func (o *IntegrationCoupon) HasLimits() bool
- func (o *IntegrationCoupon) HasRecipientIntegrationId() bool
- func (o *IntegrationCoupon) HasReferralId() bool
- func (o *IntegrationCoupon) HasReservation() bool
- func (o *IntegrationCoupon) HasReservationCounter() bool
- func (o *IntegrationCoupon) HasReservationLimit() bool
- func (o *IntegrationCoupon) HasStartDate() bool
- func (o *IntegrationCoupon) SetAttributes(v map[string]interface{})
- func (o *IntegrationCoupon) SetBatchId(v string)
- func (o *IntegrationCoupon) SetCampaignId(v int32)
- func (o *IntegrationCoupon) SetCreated(v time.Time)
- func (o *IntegrationCoupon) SetDiscountCounter(v float32)
- func (o *IntegrationCoupon) SetDiscountLimit(v float32)
- func (o *IntegrationCoupon) SetDiscountRemainder(v float32)
- func (o *IntegrationCoupon) SetExpiryDate(v time.Time)
- func (o *IntegrationCoupon) SetId(v int32)
- func (o *IntegrationCoupon) SetImplicitlyReserved(v bool)
- func (o *IntegrationCoupon) SetImportId(v int32)
- func (o *IntegrationCoupon) SetIsReservationMandatory(v bool)
- func (o *IntegrationCoupon) SetLimits(v []LimitConfig)
- func (o *IntegrationCoupon) SetProfileRedemptionCount(v int32)
- func (o *IntegrationCoupon) SetRecipientIntegrationId(v string)
- func (o *IntegrationCoupon) SetReferralId(v int32)
- func (o *IntegrationCoupon) SetReservation(v bool)
- func (o *IntegrationCoupon) SetReservationCounter(v float32)
- func (o *IntegrationCoupon) SetReservationLimit(v int32)
- func (o *IntegrationCoupon) SetStartDate(v time.Time)
- func (o *IntegrationCoupon) SetUsageCounter(v int32)
- func (o *IntegrationCoupon) SetUsageLimit(v int32)
- func (o *IntegrationCoupon) SetValue(v string)
- type IntegrationCustomerSessionResponse
- func (o *IntegrationCustomerSessionResponse) GetCustomerSession() CustomerSessionV2
- func (o *IntegrationCustomerSessionResponse) GetCustomerSessionOk() (CustomerSessionV2, bool)
- func (o *IntegrationCustomerSessionResponse) GetEffects() []Effect
- func (o *IntegrationCustomerSessionResponse) GetEffectsOk() ([]Effect, bool)
- func (o *IntegrationCustomerSessionResponse) HasCustomerSession() bool
- func (o *IntegrationCustomerSessionResponse) HasEffects() bool
- func (o *IntegrationCustomerSessionResponse) SetCustomerSession(v CustomerSessionV2)
- func (o *IntegrationCustomerSessionResponse) SetEffects(v []Effect)
- type IntegrationEntity
- type IntegrationEvent
- func (o *IntegrationEvent) GetAttributes() map[string]interface{}
- func (o *IntegrationEvent) GetProfileId() string
- func (o *IntegrationEvent) GetProfileIdOk() (string, bool)
- func (o *IntegrationEvent) GetStoreIntegrationId() string
- func (o *IntegrationEvent) GetStoreIntegrationIdOk() (string, bool)
- func (o *IntegrationEvent) GetType() string
- func (o *IntegrationEvent) HasProfileId() bool
- func (o *IntegrationEvent) HasStoreIntegrationId() bool
- func (o *IntegrationEvent) SetAttributes(v map[string]interface{})
- func (o *IntegrationEvent) SetProfileId(v string)
- func (o *IntegrationEvent) SetStoreIntegrationId(v string)
- func (o *IntegrationEvent) SetType(v string)
- type IntegrationEventV2Request
- func (o *IntegrationEventV2Request) GetAttributes() map[string]interface{}
- func (o *IntegrationEventV2Request) GetAttributesOk() (map[string]interface{}, bool)
- func (o *IntegrationEventV2Request) GetEvaluableCampaignIds() []int32
- func (o *IntegrationEventV2Request) GetEvaluableCampaignIdsOk() ([]int32, bool)
- func (o *IntegrationEventV2Request) GetProfileId() string
- func (o *IntegrationEventV2Request) GetProfileIdOk() (string, bool)
- func (o *IntegrationEventV2Request) GetResponseContent() []string
- func (o *IntegrationEventV2Request) GetResponseContentOk() ([]string, bool)
- func (o *IntegrationEventV2Request) GetStoreIntegrationId() string
- func (o *IntegrationEventV2Request) GetStoreIntegrationIdOk() (string, bool)
- func (o *IntegrationEventV2Request) GetType() string
- func (o *IntegrationEventV2Request) HasAttributes() bool
- func (o *IntegrationEventV2Request) HasEvaluableCampaignIds() bool
- func (o *IntegrationEventV2Request) HasProfileId() bool
- func (o *IntegrationEventV2Request) HasResponseContent() bool
- func (o *IntegrationEventV2Request) HasStoreIntegrationId() bool
- func (o *IntegrationEventV2Request) SetAttributes(v map[string]interface{})
- func (o *IntegrationEventV2Request) SetEvaluableCampaignIds(v []int32)
- func (o *IntegrationEventV2Request) SetProfileId(v string)
- func (o *IntegrationEventV2Request) SetResponseContent(v []string)
- func (o *IntegrationEventV2Request) SetStoreIntegrationId(v string)
- func (o *IntegrationEventV2Request) SetType(v string)
- type IntegrationProfileEntity
- type IntegrationRequest
- func (o *IntegrationRequest) GetCustomerSession() NewCustomerSessionV2
- func (o *IntegrationRequest) GetResponseContent() []string
- func (o *IntegrationRequest) GetResponseContentOk() ([]string, bool)
- func (o *IntegrationRequest) HasResponseContent() bool
- func (o *IntegrationRequest) SetCustomerSession(v NewCustomerSessionV2)
- func (o *IntegrationRequest) SetResponseContent(v []string)
- type IntegrationState
- func (o *IntegrationState) GetCoupon() Coupon
- func (o *IntegrationState) GetCouponOk() (Coupon, bool)
- func (o *IntegrationState) GetEvent() Event
- func (o *IntegrationState) GetLoyalty() Loyalty
- func (o *IntegrationState) GetLoyaltyOk() (Loyalty, bool)
- func (o *IntegrationState) GetProfile() CustomerProfile
- func (o *IntegrationState) GetSession() CustomerSession
- func (o *IntegrationState) HasCoupon() bool
- func (o *IntegrationState) HasLoyalty() bool
- func (o *IntegrationState) SetCoupon(v Coupon)
- func (o *IntegrationState) SetEvent(v Event)
- func (o *IntegrationState) SetLoyalty(v Loyalty)
- func (o *IntegrationState) SetProfile(v CustomerProfile)
- func (o *IntegrationState) SetSession(v CustomerSession)
- type IntegrationStateV2
- func (o *IntegrationStateV2) GetAwardedGiveaways() []Giveaway
- func (o *IntegrationStateV2) GetAwardedGiveawaysOk() ([]Giveaway, bool)
- func (o *IntegrationStateV2) GetCoupons() []IntegrationCoupon
- func (o *IntegrationStateV2) GetCouponsOk() ([]IntegrationCoupon, bool)
- func (o *IntegrationStateV2) GetCreatedCoupons() []Coupon
- func (o *IntegrationStateV2) GetCreatedReferrals() []Referral
- func (o *IntegrationStateV2) GetCustomerProfile() CustomerProfile
- func (o *IntegrationStateV2) GetCustomerProfileOk() (CustomerProfile, bool)
- func (o *IntegrationStateV2) GetCustomerSession() CustomerSessionV2
- func (o *IntegrationStateV2) GetCustomerSessionOk() (CustomerSessionV2, bool)
- func (o *IntegrationStateV2) GetEffects() []Effect
- func (o *IntegrationStateV2) GetEvent() Event
- func (o *IntegrationStateV2) GetEventOk() (Event, bool)
- func (o *IntegrationStateV2) GetLoyalty() Loyalty
- func (o *IntegrationStateV2) GetLoyaltyOk() (Loyalty, bool)
- func (o *IntegrationStateV2) GetPreviousReturns() []Return
- func (o *IntegrationStateV2) GetPreviousReturnsOk() ([]Return, bool)
- func (o *IntegrationStateV2) GetReferral() InventoryReferral
- func (o *IntegrationStateV2) GetReferralOk() (InventoryReferral, bool)
- func (o *IntegrationStateV2) GetReturn() Return
- func (o *IntegrationStateV2) GetReturnOk() (Return, bool)
- func (o *IntegrationStateV2) GetRuleFailureReasons() []RuleFailureReason
- func (o *IntegrationStateV2) GetRuleFailureReasonsOk() ([]RuleFailureReason, bool)
- func (o *IntegrationStateV2) GetTriggeredCampaigns() []Campaign
- func (o *IntegrationStateV2) GetTriggeredCampaignsOk() ([]Campaign, bool)
- func (o *IntegrationStateV2) HasAwardedGiveaways() bool
- func (o *IntegrationStateV2) HasCoupons() bool
- func (o *IntegrationStateV2) HasCustomerProfile() bool
- func (o *IntegrationStateV2) HasCustomerSession() bool
- func (o *IntegrationStateV2) HasEvent() bool
- func (o *IntegrationStateV2) HasLoyalty() bool
- func (o *IntegrationStateV2) HasPreviousReturns() bool
- func (o *IntegrationStateV2) HasReferral() bool
- func (o *IntegrationStateV2) HasReturn() bool
- func (o *IntegrationStateV2) HasRuleFailureReasons() bool
- func (o *IntegrationStateV2) HasTriggeredCampaigns() bool
- func (o *IntegrationStateV2) SetAwardedGiveaways(v []Giveaway)
- func (o *IntegrationStateV2) SetCoupons(v []IntegrationCoupon)
- func (o *IntegrationStateV2) SetCreatedCoupons(v []Coupon)
- func (o *IntegrationStateV2) SetCreatedReferrals(v []Referral)
- func (o *IntegrationStateV2) SetCustomerProfile(v CustomerProfile)
- func (o *IntegrationStateV2) SetCustomerSession(v CustomerSessionV2)
- func (o *IntegrationStateV2) SetEffects(v []Effect)
- func (o *IntegrationStateV2) SetEvent(v Event)
- func (o *IntegrationStateV2) SetLoyalty(v Loyalty)
- func (o *IntegrationStateV2) SetPreviousReturns(v []Return)
- func (o *IntegrationStateV2) SetReferral(v InventoryReferral)
- func (o *IntegrationStateV2) SetReturn(v Return)
- func (o *IntegrationStateV2) SetRuleFailureReasons(v []RuleFailureReason)
- func (o *IntegrationStateV2) SetTriggeredCampaigns(v []Campaign)
- type IntegrationStoreEntity
- type InventoryCoupon
- func (o *InventoryCoupon) GetAttributes() map[string]interface{}
- func (o *InventoryCoupon) GetAttributesOk() (map[string]interface{}, bool)
- func (o *InventoryCoupon) GetBatchId() string
- func (o *InventoryCoupon) GetBatchIdOk() (string, bool)
- func (o *InventoryCoupon) GetCampaignId() int32
- func (o *InventoryCoupon) GetCreated() time.Time
- func (o *InventoryCoupon) GetDiscountCounter() float32
- func (o *InventoryCoupon) GetDiscountCounterOk() (float32, bool)
- func (o *InventoryCoupon) GetDiscountLimit() float32
- func (o *InventoryCoupon) GetDiscountLimitOk() (float32, bool)
- func (o *InventoryCoupon) GetDiscountRemainder() float32
- func (o *InventoryCoupon) GetDiscountRemainderOk() (float32, bool)
- func (o *InventoryCoupon) GetExpiryDate() time.Time
- func (o *InventoryCoupon) GetExpiryDateOk() (time.Time, bool)
- func (o *InventoryCoupon) GetId() int32
- func (o *InventoryCoupon) GetImplicitlyReserved() bool
- func (o *InventoryCoupon) GetImplicitlyReservedOk() (bool, bool)
- func (o *InventoryCoupon) GetImportId() int32
- func (o *InventoryCoupon) GetImportIdOk() (int32, bool)
- func (o *InventoryCoupon) GetIsReservationMandatory() bool
- func (o *InventoryCoupon) GetIsReservationMandatoryOk() (bool, bool)
- func (o *InventoryCoupon) GetLimits() []LimitConfig
- func (o *InventoryCoupon) GetLimitsOk() ([]LimitConfig, bool)
- func (o *InventoryCoupon) GetProfileRedemptionCount() int32
- func (o *InventoryCoupon) GetRecipientIntegrationId() string
- func (o *InventoryCoupon) GetRecipientIntegrationIdOk() (string, bool)
- func (o *InventoryCoupon) GetReferralId() int32
- func (o *InventoryCoupon) GetReferralIdOk() (int32, bool)
- func (o *InventoryCoupon) GetReservation() bool
- func (o *InventoryCoupon) GetReservationCounter() float32
- func (o *InventoryCoupon) GetReservationCounterOk() (float32, bool)
- func (o *InventoryCoupon) GetReservationLimit() int32
- func (o *InventoryCoupon) GetReservationLimitOk() (int32, bool)
- func (o *InventoryCoupon) GetReservationOk() (bool, bool)
- func (o *InventoryCoupon) GetStartDate() time.Time
- func (o *InventoryCoupon) GetStartDateOk() (time.Time, bool)
- func (o *InventoryCoupon) GetState() string
- func (o *InventoryCoupon) GetUsageCounter() int32
- func (o *InventoryCoupon) GetUsageLimit() int32
- func (o *InventoryCoupon) GetValue() string
- func (o *InventoryCoupon) HasAttributes() bool
- func (o *InventoryCoupon) HasBatchId() bool
- func (o *InventoryCoupon) HasDiscountCounter() bool
- func (o *InventoryCoupon) HasDiscountLimit() bool
- func (o *InventoryCoupon) HasDiscountRemainder() bool
- func (o *InventoryCoupon) HasExpiryDate() bool
- func (o *InventoryCoupon) HasImplicitlyReserved() bool
- func (o *InventoryCoupon) HasImportId() bool
- func (o *InventoryCoupon) HasIsReservationMandatory() bool
- func (o *InventoryCoupon) HasLimits() bool
- func (o *InventoryCoupon) HasRecipientIntegrationId() bool
- func (o *InventoryCoupon) HasReferralId() bool
- func (o *InventoryCoupon) HasReservation() bool
- func (o *InventoryCoupon) HasReservationCounter() bool
- func (o *InventoryCoupon) HasReservationLimit() bool
- func (o *InventoryCoupon) HasStartDate() bool
- func (o *InventoryCoupon) SetAttributes(v map[string]interface{})
- func (o *InventoryCoupon) SetBatchId(v string)
- func (o *InventoryCoupon) SetCampaignId(v int32)
- func (o *InventoryCoupon) SetCreated(v time.Time)
- func (o *InventoryCoupon) SetDiscountCounter(v float32)
- func (o *InventoryCoupon) SetDiscountLimit(v float32)
- func (o *InventoryCoupon) SetDiscountRemainder(v float32)
- func (o *InventoryCoupon) SetExpiryDate(v time.Time)
- func (o *InventoryCoupon) SetId(v int32)
- func (o *InventoryCoupon) SetImplicitlyReserved(v bool)
- func (o *InventoryCoupon) SetImportId(v int32)
- func (o *InventoryCoupon) SetIsReservationMandatory(v bool)
- func (o *InventoryCoupon) SetLimits(v []LimitConfig)
- func (o *InventoryCoupon) SetProfileRedemptionCount(v int32)
- func (o *InventoryCoupon) SetRecipientIntegrationId(v string)
- func (o *InventoryCoupon) SetReferralId(v int32)
- func (o *InventoryCoupon) SetReservation(v bool)
- func (o *InventoryCoupon) SetReservationCounter(v float32)
- func (o *InventoryCoupon) SetReservationLimit(v int32)
- func (o *InventoryCoupon) SetStartDate(v time.Time)
- func (o *InventoryCoupon) SetState(v string)
- func (o *InventoryCoupon) SetUsageCounter(v int32)
- func (o *InventoryCoupon) SetUsageLimit(v int32)
- func (o *InventoryCoupon) SetValue(v string)
- type InventoryReferral
- func (o *InventoryReferral) GetAdvocateProfileIntegrationId() string
- func (o *InventoryReferral) GetAttributes() map[string]interface{}
- func (o *InventoryReferral) GetAttributesOk() (map[string]interface{}, bool)
- func (o *InventoryReferral) GetBatchId() string
- func (o *InventoryReferral) GetBatchIdOk() (string, bool)
- func (o *InventoryReferral) GetCampaignId() int32
- func (o *InventoryReferral) GetCode() string
- func (o *InventoryReferral) GetCreated() time.Time
- func (o *InventoryReferral) GetExpiryDate() time.Time
- func (o *InventoryReferral) GetExpiryDateOk() (time.Time, bool)
- func (o *InventoryReferral) GetFriendProfileIntegrationId() string
- func (o *InventoryReferral) GetFriendProfileIntegrationIdOk() (string, bool)
- func (o *InventoryReferral) GetId() int32
- func (o *InventoryReferral) GetImportId() int32
- func (o *InventoryReferral) GetImportIdOk() (int32, bool)
- func (o *InventoryReferral) GetReferredCustomers() []string
- func (o *InventoryReferral) GetStartDate() time.Time
- func (o *InventoryReferral) GetStartDateOk() (time.Time, bool)
- func (o *InventoryReferral) GetUsageCounter() int32
- func (o *InventoryReferral) GetUsageLimit() int32
- func (o *InventoryReferral) HasAttributes() bool
- func (o *InventoryReferral) HasBatchId() bool
- func (o *InventoryReferral) HasExpiryDate() bool
- func (o *InventoryReferral) HasFriendProfileIntegrationId() bool
- func (o *InventoryReferral) HasImportId() bool
- func (o *InventoryReferral) HasStartDate() bool
- func (o *InventoryReferral) SetAdvocateProfileIntegrationId(v string)
- func (o *InventoryReferral) SetAttributes(v map[string]interface{})
- func (o *InventoryReferral) SetBatchId(v string)
- func (o *InventoryReferral) SetCampaignId(v int32)
- func (o *InventoryReferral) SetCode(v string)
- func (o *InventoryReferral) SetCreated(v time.Time)
- func (o *InventoryReferral) SetExpiryDate(v time.Time)
- func (o *InventoryReferral) SetFriendProfileIntegrationId(v string)
- func (o *InventoryReferral) SetId(v int32)
- func (o *InventoryReferral) SetImportId(v int32)
- func (o *InventoryReferral) SetReferredCustomers(v []string)
- func (o *InventoryReferral) SetStartDate(v time.Time)
- func (o *InventoryReferral) SetUsageCounter(v int32)
- func (o *InventoryReferral) SetUsageLimit(v int32)
- type ItemAttribute
- type LedgerEntry
- func (o *LedgerEntry) GetAccountId() int32
- func (o *LedgerEntry) GetAmount() int32
- func (o *LedgerEntry) GetCreated() time.Time
- func (o *LedgerEntry) GetEventId() int32
- func (o *LedgerEntry) GetExpiryDate() time.Time
- func (o *LedgerEntry) GetId() int32
- func (o *LedgerEntry) GetLoyaltyProgramId() int32
- func (o *LedgerEntry) GetProfileId() string
- func (o *LedgerEntry) GetReason() string
- func (o *LedgerEntry) GetReferenceId() int32
- func (o *LedgerEntry) GetReferenceIdOk() (int32, bool)
- func (o *LedgerEntry) HasReferenceId() bool
- func (o *LedgerEntry) SetAccountId(v int32)
- func (o *LedgerEntry) SetAmount(v int32)
- func (o *LedgerEntry) SetCreated(v time.Time)
- func (o *LedgerEntry) SetEventId(v int32)
- func (o *LedgerEntry) SetExpiryDate(v time.Time)
- func (o *LedgerEntry) SetId(v int32)
- func (o *LedgerEntry) SetLoyaltyProgramId(v int32)
- func (o *LedgerEntry) SetProfileId(v string)
- func (o *LedgerEntry) SetReason(v string)
- func (o *LedgerEntry) SetReferenceId(v int32)
- type LedgerInfo
- func (o *LedgerInfo) GetCurrentBalance() float32
- func (o *LedgerInfo) GetCurrentTier() Tier
- func (o *LedgerInfo) GetCurrentTierOk() (Tier, bool)
- func (o *LedgerInfo) GetExpiredBalance() float32
- func (o *LedgerInfo) GetPendingBalance() float32
- func (o *LedgerInfo) GetPointsToNextTier() float32
- func (o *LedgerInfo) GetPointsToNextTierOk() (float32, bool)
- func (o *LedgerInfo) GetSpentBalance() float32
- func (o *LedgerInfo) GetTentativeCurrentBalance() float32
- func (o *LedgerInfo) GetTentativePendingBalance() float32
- func (o *LedgerInfo) GetTentativePendingBalanceOk() (float32, bool)
- func (o *LedgerInfo) HasCurrentTier() bool
- func (o *LedgerInfo) HasPointsToNextTier() bool
- func (o *LedgerInfo) HasTentativePendingBalance() bool
- func (o *LedgerInfo) SetCurrentBalance(v float32)
- func (o *LedgerInfo) SetCurrentTier(v Tier)
- func (o *LedgerInfo) SetExpiredBalance(v float32)
- func (o *LedgerInfo) SetPendingBalance(v float32)
- func (o *LedgerInfo) SetPointsToNextTier(v float32)
- func (o *LedgerInfo) SetSpentBalance(v float32)
- func (o *LedgerInfo) SetTentativeCurrentBalance(v float32)
- func (o *LedgerInfo) SetTentativePendingBalance(v float32)
- type LedgerPointsEntryIntegrationApi
- func (o *LedgerPointsEntryIntegrationApi) GetAmount() float32
- func (o *LedgerPointsEntryIntegrationApi) GetCreated() time.Time
- func (o *LedgerPointsEntryIntegrationApi) GetCustomerSessionId() string
- func (o *LedgerPointsEntryIntegrationApi) GetCustomerSessionIdOk() (string, bool)
- func (o *LedgerPointsEntryIntegrationApi) GetExpiryDate() string
- func (o *LedgerPointsEntryIntegrationApi) GetId() int32
- func (o *LedgerPointsEntryIntegrationApi) GetName() string
- func (o *LedgerPointsEntryIntegrationApi) GetProgramId() int32
- func (o *LedgerPointsEntryIntegrationApi) GetStartDate() string
- func (o *LedgerPointsEntryIntegrationApi) GetSubledgerId() string
- func (o *LedgerPointsEntryIntegrationApi) HasCustomerSessionId() bool
- func (o *LedgerPointsEntryIntegrationApi) SetAmount(v float32)
- func (o *LedgerPointsEntryIntegrationApi) SetCreated(v time.Time)
- func (o *LedgerPointsEntryIntegrationApi) SetCustomerSessionId(v string)
- func (o *LedgerPointsEntryIntegrationApi) SetExpiryDate(v string)
- func (o *LedgerPointsEntryIntegrationApi) SetId(v int32)
- func (o *LedgerPointsEntryIntegrationApi) SetName(v string)
- func (o *LedgerPointsEntryIntegrationApi) SetProgramId(v int32)
- func (o *LedgerPointsEntryIntegrationApi) SetStartDate(v string)
- func (o *LedgerPointsEntryIntegrationApi) SetSubledgerId(v string)
- type LedgerTransactionLogEntryIntegrationApi
- func (o *LedgerTransactionLogEntryIntegrationApi) GetAmount() float32
- func (o *LedgerTransactionLogEntryIntegrationApi) GetCreated() time.Time
- func (o *LedgerTransactionLogEntryIntegrationApi) GetCustomerSessionId() string
- func (o *LedgerTransactionLogEntryIntegrationApi) GetCustomerSessionIdOk() (string, bool)
- func (o *LedgerTransactionLogEntryIntegrationApi) GetExpiryDate() string
- func (o *LedgerTransactionLogEntryIntegrationApi) GetId() int32
- func (o *LedgerTransactionLogEntryIntegrationApi) GetName() string
- func (o *LedgerTransactionLogEntryIntegrationApi) GetProgramId() int32
- func (o *LedgerTransactionLogEntryIntegrationApi) GetRuleName() string
- func (o *LedgerTransactionLogEntryIntegrationApi) GetRuleNameOk() (string, bool)
- func (o *LedgerTransactionLogEntryIntegrationApi) GetRulesetId() int32
- func (o *LedgerTransactionLogEntryIntegrationApi) GetRulesetIdOk() (int32, bool)
- func (o *LedgerTransactionLogEntryIntegrationApi) GetStartDate() string
- func (o *LedgerTransactionLogEntryIntegrationApi) GetSubledgerId() string
- func (o *LedgerTransactionLogEntryIntegrationApi) GetType() string
- func (o *LedgerTransactionLogEntryIntegrationApi) HasCustomerSessionId() bool
- func (o *LedgerTransactionLogEntryIntegrationApi) HasRuleName() bool
- func (o *LedgerTransactionLogEntryIntegrationApi) HasRulesetId() bool
- func (o *LedgerTransactionLogEntryIntegrationApi) SetAmount(v float32)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetCreated(v time.Time)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetCustomerSessionId(v string)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetExpiryDate(v string)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetId(v int32)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetName(v string)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetProgramId(v int32)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetRuleName(v string)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetRulesetId(v int32)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetStartDate(v string)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetSubledgerId(v string)
- func (o *LedgerTransactionLogEntryIntegrationApi) SetType(v string)
- type LibraryAttribute
- func (o *LibraryAttribute) GetDescription() string
- func (o *LibraryAttribute) GetEntity() string
- func (o *LibraryAttribute) GetName() string
- func (o *LibraryAttribute) GetPresets() []string
- func (o *LibraryAttribute) GetSuggestions() []string
- func (o *LibraryAttribute) GetTitle() string
- func (o *LibraryAttribute) GetType() string
- func (o *LibraryAttribute) SetDescription(v string)
- func (o *LibraryAttribute) SetEntity(v string)
- func (o *LibraryAttribute) SetName(v string)
- func (o *LibraryAttribute) SetPresets(v []string)
- func (o *LibraryAttribute) SetSuggestions(v []string)
- func (o *LibraryAttribute) SetTitle(v string)
- func (o *LibraryAttribute) SetType(v string)
- type LimitConfig
- func (o *LimitConfig) GetAction() string
- func (o *LimitConfig) GetEntities() []string
- func (o *LimitConfig) GetLimit() float32
- func (o *LimitConfig) GetPeriod() string
- func (o *LimitConfig) GetPeriodOk() (string, bool)
- func (o *LimitConfig) HasPeriod() bool
- func (o *LimitConfig) SetAction(v string)
- func (o *LimitConfig) SetEntities(v []string)
- func (o *LimitConfig) SetLimit(v float32)
- func (o *LimitConfig) SetPeriod(v string)
- type LimitCounter
- func (o *LimitCounter) GetAccountId() int32
- func (o *LimitCounter) GetAction() string
- func (o *LimitCounter) GetApplicationId() int32
- func (o *LimitCounter) GetCampaignId() int32
- func (o *LimitCounter) GetCounter() float32
- func (o *LimitCounter) GetCouponId() int32
- func (o *LimitCounter) GetCouponIdOk() (int32, bool)
- func (o *LimitCounter) GetCouponValue() string
- func (o *LimitCounter) GetCouponValueOk() (string, bool)
- func (o *LimitCounter) GetId() int32
- func (o *LimitCounter) GetIdentifier() string
- func (o *LimitCounter) GetIdentifierOk() (string, bool)
- func (o *LimitCounter) GetLimit() float32
- func (o *LimitCounter) GetPeriod() string
- func (o *LimitCounter) GetPeriodOk() (string, bool)
- func (o *LimitCounter) GetProfileId() int32
- func (o *LimitCounter) GetProfileIdOk() (int32, bool)
- func (o *LimitCounter) GetProfileIntegrationId() string
- func (o *LimitCounter) GetProfileIntegrationIdOk() (string, bool)
- func (o *LimitCounter) GetReferralId() int32
- func (o *LimitCounter) GetReferralIdOk() (int32, bool)
- func (o *LimitCounter) GetReferralValue() string
- func (o *LimitCounter) GetReferralValueOk() (string, bool)
- func (o *LimitCounter) HasCouponId() bool
- func (o *LimitCounter) HasCouponValue() bool
- func (o *LimitCounter) HasIdentifier() bool
- func (o *LimitCounter) HasPeriod() bool
- func (o *LimitCounter) HasProfileId() bool
- func (o *LimitCounter) HasProfileIntegrationId() bool
- func (o *LimitCounter) HasReferralId() bool
- func (o *LimitCounter) HasReferralValue() bool
- func (o *LimitCounter) SetAccountId(v int32)
- func (o *LimitCounter) SetAction(v string)
- func (o *LimitCounter) SetApplicationId(v int32)
- func (o *LimitCounter) SetCampaignId(v int32)
- func (o *LimitCounter) SetCounter(v float32)
- func (o *LimitCounter) SetCouponId(v int32)
- func (o *LimitCounter) SetCouponValue(v string)
- func (o *LimitCounter) SetId(v int32)
- func (o *LimitCounter) SetIdentifier(v string)
- func (o *LimitCounter) SetLimit(v float32)
- func (o *LimitCounter) SetPeriod(v string)
- func (o *LimitCounter) SetProfileId(v int32)
- func (o *LimitCounter) SetProfileIntegrationId(v string)
- func (o *LimitCounter) SetReferralId(v int32)
- func (o *LimitCounter) SetReferralValue(v string)
- type LoginParams
- type Loyalty
- func (o *Loyalty) GetCards() []LoyaltyCard
- func (o *Loyalty) GetCardsOk() ([]LoyaltyCard, bool)
- func (o *Loyalty) GetPrograms() map[string]LoyaltyProgramLedgers
- func (o *Loyalty) HasCards() bool
- func (o *Loyalty) SetCards(v []LoyaltyCard)
- func (o *Loyalty) SetPrograms(v map[string]LoyaltyProgramLedgers)
- type LoyaltyBalance
- func (o *LoyaltyBalance) GetActivePoints() float32
- func (o *LoyaltyBalance) GetActivePointsOk() (float32, bool)
- func (o *LoyaltyBalance) GetExpiredPoints() float32
- func (o *LoyaltyBalance) GetExpiredPointsOk() (float32, bool)
- func (o *LoyaltyBalance) GetPendingPoints() float32
- func (o *LoyaltyBalance) GetPendingPointsOk() (float32, bool)
- func (o *LoyaltyBalance) GetSpentPoints() float32
- func (o *LoyaltyBalance) GetSpentPointsOk() (float32, bool)
- func (o *LoyaltyBalance) HasActivePoints() bool
- func (o *LoyaltyBalance) HasExpiredPoints() bool
- func (o *LoyaltyBalance) HasPendingPoints() bool
- func (o *LoyaltyBalance) HasSpentPoints() bool
- func (o *LoyaltyBalance) SetActivePoints(v float32)
- func (o *LoyaltyBalance) SetExpiredPoints(v float32)
- func (o *LoyaltyBalance) SetPendingPoints(v float32)
- func (o *LoyaltyBalance) SetSpentPoints(v float32)
- type LoyaltyBalances
- func (o *LoyaltyBalances) GetBalance() LoyaltyBalance
- func (o *LoyaltyBalances) GetBalanceOk() (LoyaltyBalance, bool)
- func (o *LoyaltyBalances) GetSubledgerBalances() map[string]LoyaltyBalance
- func (o *LoyaltyBalances) GetSubledgerBalancesOk() (map[string]LoyaltyBalance, bool)
- func (o *LoyaltyBalances) HasBalance() bool
- func (o *LoyaltyBalances) HasSubledgerBalances() bool
- func (o *LoyaltyBalances) SetBalance(v LoyaltyBalance)
- func (o *LoyaltyBalances) SetSubledgerBalances(v map[string]LoyaltyBalance)
- type LoyaltyCard
- func (o *LoyaltyCard) GetCreated() time.Time
- func (o *LoyaltyCard) GetId() int32
- func (o *LoyaltyCard) GetIdentifier() string
- func (o *LoyaltyCard) GetLedger() LedgerInfo
- func (o *LoyaltyCard) GetLedgerOk() (LedgerInfo, bool)
- func (o *LoyaltyCard) GetModified() time.Time
- func (o *LoyaltyCard) GetModifiedOk() (time.Time, bool)
- func (o *LoyaltyCard) GetNewCardIdentifier() string
- func (o *LoyaltyCard) GetNewCardIdentifierOk() (string, bool)
- func (o *LoyaltyCard) GetOldCardIdentifier() string
- func (o *LoyaltyCard) GetOldCardIdentifierOk() (string, bool)
- func (o *LoyaltyCard) GetProfiles() []LoyaltyCardProfileRegistration
- func (o *LoyaltyCard) GetProfilesOk() ([]LoyaltyCardProfileRegistration, bool)
- func (o *LoyaltyCard) GetProgramID() int32
- func (o *LoyaltyCard) GetStatus() string
- func (o *LoyaltyCard) GetSubledgers() map[string]LedgerInfo
- func (o *LoyaltyCard) GetSubledgersOk() (map[string]LedgerInfo, bool)
- func (o *LoyaltyCard) GetUsersPerCardLimit() int32
- func (o *LoyaltyCard) HasLedger() bool
- func (o *LoyaltyCard) HasModified() bool
- func (o *LoyaltyCard) HasNewCardIdentifier() bool
- func (o *LoyaltyCard) HasOldCardIdentifier() bool
- func (o *LoyaltyCard) HasProfiles() bool
- func (o *LoyaltyCard) HasSubledgers() bool
- func (o *LoyaltyCard) SetCreated(v time.Time)
- func (o *LoyaltyCard) SetId(v int32)
- func (o *LoyaltyCard) SetIdentifier(v string)
- func (o *LoyaltyCard) SetLedger(v LedgerInfo)
- func (o *LoyaltyCard) SetModified(v time.Time)
- func (o *LoyaltyCard) SetNewCardIdentifier(v string)
- func (o *LoyaltyCard) SetOldCardIdentifier(v string)
- func (o *LoyaltyCard) SetProfiles(v []LoyaltyCardProfileRegistration)
- func (o *LoyaltyCard) SetProgramID(v int32)
- func (o *LoyaltyCard) SetStatus(v string)
- func (o *LoyaltyCard) SetSubledgers(v map[string]LedgerInfo)
- func (o *LoyaltyCard) SetUsersPerCardLimit(v int32)
- type LoyaltyCardBalances
- func (o *LoyaltyCardBalances) GetBalance() LoyaltyBalance
- func (o *LoyaltyCardBalances) GetBalanceOk() (LoyaltyBalance, bool)
- func (o *LoyaltyCardBalances) GetProfiles() []LoyaltyCardProfileRegistration
- func (o *LoyaltyCardBalances) GetProfilesOk() ([]LoyaltyCardProfileRegistration, bool)
- func (o *LoyaltyCardBalances) GetSubledgerBalances() map[string]LoyaltyBalance
- func (o *LoyaltyCardBalances) GetSubledgerBalancesOk() (map[string]LoyaltyBalance, bool)
- func (o *LoyaltyCardBalances) HasBalance() bool
- func (o *LoyaltyCardBalances) HasProfiles() bool
- func (o *LoyaltyCardBalances) HasSubledgerBalances() bool
- func (o *LoyaltyCardBalances) SetBalance(v LoyaltyBalance)
- func (o *LoyaltyCardBalances) SetProfiles(v []LoyaltyCardProfileRegistration)
- func (o *LoyaltyCardBalances) SetSubledgerBalances(v map[string]LoyaltyBalance)
- type LoyaltyCardProfileRegistration
- type LoyaltyCardRegistration
- type LoyaltyDashboardData
- func (o *LoyaltyDashboardData) GetDate() time.Time
- func (o *LoyaltyDashboardData) GetEarnedPoints() LoyaltyDashboardPointsBreakdown
- func (o *LoyaltyDashboardData) GetNewMembers() float32
- func (o *LoyaltyDashboardData) GetSpentPoints() LoyaltyDashboardPointsBreakdown
- func (o *LoyaltyDashboardData) GetTotalActivePoints() float32
- func (o *LoyaltyDashboardData) GetTotalExpiredPoints() float32
- func (o *LoyaltyDashboardData) GetTotalMembers() float32
- func (o *LoyaltyDashboardData) GetTotalPendingPoints() float32
- func (o *LoyaltyDashboardData) GetTotalSpentPoints() float32
- func (o *LoyaltyDashboardData) SetDate(v time.Time)
- func (o *LoyaltyDashboardData) SetEarnedPoints(v LoyaltyDashboardPointsBreakdown)
- func (o *LoyaltyDashboardData) SetNewMembers(v float32)
- func (o *LoyaltyDashboardData) SetSpentPoints(v LoyaltyDashboardPointsBreakdown)
- func (o *LoyaltyDashboardData) SetTotalActivePoints(v float32)
- func (o *LoyaltyDashboardData) SetTotalExpiredPoints(v float32)
- func (o *LoyaltyDashboardData) SetTotalMembers(v float32)
- func (o *LoyaltyDashboardData) SetTotalPendingPoints(v float32)
- func (o *LoyaltyDashboardData) SetTotalSpentPoints(v float32)
- type LoyaltyDashboardPointsBreakdown
- type LoyaltyLedger
- func (o *LoyaltyLedger) GetLedger() LoyaltySubLedger
- func (o *LoyaltyLedger) GetSubLedgers() map[string]LoyaltySubLedger
- func (o *LoyaltyLedger) GetSubLedgersOk() (map[string]LoyaltySubLedger, bool)
- func (o *LoyaltyLedger) HasSubLedgers() bool
- func (o *LoyaltyLedger) SetLedger(v LoyaltySubLedger)
- func (o *LoyaltyLedger) SetSubLedgers(v map[string]LoyaltySubLedger)
- type LoyaltyLedgerEntry
- func (o *LoyaltyLedgerEntry) GetAmount() float32
- func (o *LoyaltyLedgerEntry) GetArchived() bool
- func (o *LoyaltyLedgerEntry) GetArchivedOk() (bool, bool)
- func (o *LoyaltyLedgerEntry) GetCardID() int32
- func (o *LoyaltyLedgerEntry) GetCardIDOk() (int32, bool)
- func (o *LoyaltyLedgerEntry) GetCreated() time.Time
- func (o *LoyaltyLedgerEntry) GetCustomerProfileID() string
- func (o *LoyaltyLedgerEntry) GetCustomerProfileIDOk() (string, bool)
- func (o *LoyaltyLedgerEntry) GetCustomerSessionID() string
- func (o *LoyaltyLedgerEntry) GetCustomerSessionIDOk() (string, bool)
- func (o *LoyaltyLedgerEntry) GetEventID() int32
- func (o *LoyaltyLedgerEntry) GetEventIDOk() (int32, bool)
- func (o *LoyaltyLedgerEntry) GetExpiryDate() time.Time
- func (o *LoyaltyLedgerEntry) GetExpiryDateOk() (time.Time, bool)
- func (o *LoyaltyLedgerEntry) GetName() string
- func (o *LoyaltyLedgerEntry) GetProgramID() int32
- func (o *LoyaltyLedgerEntry) GetStartDate() time.Time
- func (o *LoyaltyLedgerEntry) GetStartDateOk() (time.Time, bool)
- func (o *LoyaltyLedgerEntry) GetSubLedgerID() string
- func (o *LoyaltyLedgerEntry) GetType() string
- func (o *LoyaltyLedgerEntry) GetUserID() int32
- func (o *LoyaltyLedgerEntry) GetUserIDOk() (int32, bool)
- func (o *LoyaltyLedgerEntry) HasArchived() bool
- func (o *LoyaltyLedgerEntry) HasCardID() bool
- func (o *LoyaltyLedgerEntry) HasCustomerProfileID() bool
- func (o *LoyaltyLedgerEntry) HasCustomerSessionID() bool
- func (o *LoyaltyLedgerEntry) HasEventID() bool
- func (o *LoyaltyLedgerEntry) HasExpiryDate() bool
- func (o *LoyaltyLedgerEntry) HasStartDate() bool
- func (o *LoyaltyLedgerEntry) HasUserID() bool
- func (o *LoyaltyLedgerEntry) SetAmount(v float32)
- func (o *LoyaltyLedgerEntry) SetArchived(v bool)
- func (o *LoyaltyLedgerEntry) SetCardID(v int32)
- func (o *LoyaltyLedgerEntry) SetCreated(v time.Time)
- func (o *LoyaltyLedgerEntry) SetCustomerProfileID(v string)
- func (o *LoyaltyLedgerEntry) SetCustomerSessionID(v string)
- func (o *LoyaltyLedgerEntry) SetEventID(v int32)
- func (o *LoyaltyLedgerEntry) SetExpiryDate(v time.Time)
- func (o *LoyaltyLedgerEntry) SetName(v string)
- func (o *LoyaltyLedgerEntry) SetProgramID(v int32)
- func (o *LoyaltyLedgerEntry) SetStartDate(v time.Time)
- func (o *LoyaltyLedgerEntry) SetSubLedgerID(v string)
- func (o *LoyaltyLedgerEntry) SetType(v string)
- func (o *LoyaltyLedgerEntry) SetUserID(v int32)
- type LoyaltyLedgerTransactions
- func (o *LoyaltyLedgerTransactions) GetData() []LoyaltyLedgerEntry
- func (o *LoyaltyLedgerTransactions) GetDataOk() ([]LoyaltyLedgerEntry, bool)
- func (o *LoyaltyLedgerTransactions) GetHasMore() bool
- func (o *LoyaltyLedgerTransactions) GetHasMoreOk() (bool, bool)
- func (o *LoyaltyLedgerTransactions) HasData() bool
- func (o *LoyaltyLedgerTransactions) HasHasMore() bool
- func (o *LoyaltyLedgerTransactions) SetData(v []LoyaltyLedgerEntry)
- func (o *LoyaltyLedgerTransactions) SetHasMore(v bool)
- type LoyaltyMembership
- func (o *LoyaltyMembership) GetJoined() time.Time
- func (o *LoyaltyMembership) GetJoinedOk() (time.Time, bool)
- func (o *LoyaltyMembership) GetLoyaltyProgramId() int32
- func (o *LoyaltyMembership) HasJoined() bool
- func (o *LoyaltyMembership) SetJoined(v time.Time)
- func (o *LoyaltyMembership) SetLoyaltyProgramId(v int32)
- type LoyaltyProgram
- func (o *LoyaltyProgram) GetAccountID() int32
- func (o *LoyaltyProgram) GetAllowSubledger() bool
- func (o *LoyaltyProgram) GetCanUpdateJoinPolicy() bool
- func (o *LoyaltyProgram) GetCanUpdateJoinPolicyOk() (bool, bool)
- func (o *LoyaltyProgram) GetCanUpdateTiers() bool
- func (o *LoyaltyProgram) GetCanUpdateTiersOk() (bool, bool)
- func (o *LoyaltyProgram) GetCanUpgradeToAdvancedTiers() bool
- func (o *LoyaltyProgram) GetCanUpgradeToAdvancedTiersOk() (bool, bool)
- func (o *LoyaltyProgram) GetCardBased() bool
- func (o *LoyaltyProgram) GetCreated() time.Time
- func (o *LoyaltyProgram) GetDefaultPending() string
- func (o *LoyaltyProgram) GetDefaultValidity() string
- func (o *LoyaltyProgram) GetDescription() string
- func (o *LoyaltyProgram) GetId() int32
- func (o *LoyaltyProgram) GetName() string
- func (o *LoyaltyProgram) GetProgramJoinPolicy() string
- func (o *LoyaltyProgram) GetProgramJoinPolicyOk() (string, bool)
- func (o *LoyaltyProgram) GetSandbox() bool
- func (o *LoyaltyProgram) GetSubscribedApplications() []int32
- func (o *LoyaltyProgram) GetTiers() []LoyaltyTier
- func (o *LoyaltyProgram) GetTiersDowngradePolicy() string
- func (o *LoyaltyProgram) GetTiersDowngradePolicyOk() (string, bool)
- func (o *LoyaltyProgram) GetTiersExpirationPolicy() string
- func (o *LoyaltyProgram) GetTiersExpirationPolicyOk() (string, bool)
- func (o *LoyaltyProgram) GetTiersExpireIn() string
- func (o *LoyaltyProgram) GetTiersExpireInOk() (string, bool)
- func (o *LoyaltyProgram) GetTiersOk() ([]LoyaltyTier, bool)
- func (o *LoyaltyProgram) GetTimezone() string
- func (o *LoyaltyProgram) GetTitle() string
- func (o *LoyaltyProgram) GetUsersPerCardLimit() int32
- func (o *LoyaltyProgram) GetUsersPerCardLimitOk() (int32, bool)
- func (o *LoyaltyProgram) HasCanUpdateJoinPolicy() bool
- func (o *LoyaltyProgram) HasCanUpdateTiers() bool
- func (o *LoyaltyProgram) HasCanUpgradeToAdvancedTiers() bool
- func (o *LoyaltyProgram) HasProgramJoinPolicy() bool
- func (o *LoyaltyProgram) HasTiers() bool
- func (o *LoyaltyProgram) HasTiersDowngradePolicy() bool
- func (o *LoyaltyProgram) HasTiersExpirationPolicy() bool
- func (o *LoyaltyProgram) HasTiersExpireIn() bool
- func (o *LoyaltyProgram) HasUsersPerCardLimit() bool
- func (o *LoyaltyProgram) SetAccountID(v int32)
- func (o *LoyaltyProgram) SetAllowSubledger(v bool)
- func (o *LoyaltyProgram) SetCanUpdateJoinPolicy(v bool)
- func (o *LoyaltyProgram) SetCanUpdateTiers(v bool)
- func (o *LoyaltyProgram) SetCanUpgradeToAdvancedTiers(v bool)
- func (o *LoyaltyProgram) SetCardBased(v bool)
- func (o *LoyaltyProgram) SetCreated(v time.Time)
- func (o *LoyaltyProgram) SetDefaultPending(v string)
- func (o *LoyaltyProgram) SetDefaultValidity(v string)
- func (o *LoyaltyProgram) SetDescription(v string)
- func (o *LoyaltyProgram) SetId(v int32)
- func (o *LoyaltyProgram) SetName(v string)
- func (o *LoyaltyProgram) SetProgramJoinPolicy(v string)
- func (o *LoyaltyProgram) SetSandbox(v bool)
- func (o *LoyaltyProgram) SetSubscribedApplications(v []int32)
- func (o *LoyaltyProgram) SetTiers(v []LoyaltyTier)
- func (o *LoyaltyProgram) SetTiersDowngradePolicy(v string)
- func (o *LoyaltyProgram) SetTiersExpirationPolicy(v string)
- func (o *LoyaltyProgram) SetTiersExpireIn(v string)
- func (o *LoyaltyProgram) SetTimezone(v string)
- func (o *LoyaltyProgram) SetTitle(v string)
- func (o *LoyaltyProgram) SetUsersPerCardLimit(v int32)
- type LoyaltyProgramBalance
- func (o *LoyaltyProgramBalance) GetCurrentBalance() float32
- func (o *LoyaltyProgramBalance) GetExpiredBalance() float32
- func (o *LoyaltyProgramBalance) GetPendingBalance() float32
- func (o *LoyaltyProgramBalance) GetSpentBalance() float32
- func (o *LoyaltyProgramBalance) GetTentativeCurrentBalance() float32
- func (o *LoyaltyProgramBalance) GetTentativePendingBalance() float32
- func (o *LoyaltyProgramBalance) GetTentativePendingBalanceOk() (float32, bool)
- func (o *LoyaltyProgramBalance) HasTentativePendingBalance() bool
- func (o *LoyaltyProgramBalance) SetCurrentBalance(v float32)
- func (o *LoyaltyProgramBalance) SetExpiredBalance(v float32)
- func (o *LoyaltyProgramBalance) SetPendingBalance(v float32)
- func (o *LoyaltyProgramBalance) SetSpentBalance(v float32)
- func (o *LoyaltyProgramBalance) SetTentativeCurrentBalance(v float32)
- func (o *LoyaltyProgramBalance) SetTentativePendingBalance(v float32)
- type LoyaltyProgramEntity
- type LoyaltyProgramLedgers
- func (o *LoyaltyProgramLedgers) GetId() int32
- func (o *LoyaltyProgramLedgers) GetJoinDate() time.Time
- func (o *LoyaltyProgramLedgers) GetJoinDateOk() (time.Time, bool)
- func (o *LoyaltyProgramLedgers) GetLedger() LedgerInfo
- func (o *LoyaltyProgramLedgers) GetName() string
- func (o *LoyaltyProgramLedgers) GetSubLedgers() map[string]LedgerInfo
- func (o *LoyaltyProgramLedgers) GetSubLedgersOk() (map[string]LedgerInfo, bool)
- func (o *LoyaltyProgramLedgers) GetTitle() string
- func (o *LoyaltyProgramLedgers) HasJoinDate() bool
- func (o *LoyaltyProgramLedgers) HasSubLedgers() bool
- func (o *LoyaltyProgramLedgers) SetId(v int32)
- func (o *LoyaltyProgramLedgers) SetJoinDate(v time.Time)
- func (o *LoyaltyProgramLedgers) SetLedger(v LedgerInfo)
- func (o *LoyaltyProgramLedgers) SetName(v string)
- func (o *LoyaltyProgramLedgers) SetSubLedgers(v map[string]LedgerInfo)
- func (o *LoyaltyProgramLedgers) SetTitle(v string)
- type LoyaltyProgramSubledgers
- type LoyaltyProgramTransaction
- func (o *LoyaltyProgramTransaction) GetAmount() float32
- func (o *LoyaltyProgramTransaction) GetCampaignId() int32
- func (o *LoyaltyProgramTransaction) GetCampaignIdOk() (int32, bool)
- func (o *LoyaltyProgramTransaction) GetCardIdentifier() string
- func (o *LoyaltyProgramTransaction) GetCardIdentifierOk() (string, bool)
- func (o *LoyaltyProgramTransaction) GetCreated() time.Time
- func (o *LoyaltyProgramTransaction) GetCustomerProfileId() string
- func (o *LoyaltyProgramTransaction) GetCustomerProfileIdOk() (string, bool)
- func (o *LoyaltyProgramTransaction) GetCustomerSessionId() string
- func (o *LoyaltyProgramTransaction) GetCustomerSessionIdOk() (string, bool)
- func (o *LoyaltyProgramTransaction) GetExpiryDate() string
- func (o *LoyaltyProgramTransaction) GetId() int32
- func (o *LoyaltyProgramTransaction) GetImportId() int32
- func (o *LoyaltyProgramTransaction) GetImportIdOk() (int32, bool)
- func (o *LoyaltyProgramTransaction) GetName() string
- func (o *LoyaltyProgramTransaction) GetProgramId() int32
- func (o *LoyaltyProgramTransaction) GetRuleName() string
- func (o *LoyaltyProgramTransaction) GetRuleNameOk() (string, bool)
- func (o *LoyaltyProgramTransaction) GetRulesetId() int32
- func (o *LoyaltyProgramTransaction) GetRulesetIdOk() (int32, bool)
- func (o *LoyaltyProgramTransaction) GetStartDate() string
- func (o *LoyaltyProgramTransaction) GetSubledgerId() string
- func (o *LoyaltyProgramTransaction) GetType() string
- func (o *LoyaltyProgramTransaction) GetUserEmail() string
- func (o *LoyaltyProgramTransaction) GetUserEmailOk() (string, bool)
- func (o *LoyaltyProgramTransaction) GetUserId() int32
- func (o *LoyaltyProgramTransaction) GetUserIdOk() (int32, bool)
- func (o *LoyaltyProgramTransaction) HasCampaignId() bool
- func (o *LoyaltyProgramTransaction) HasCardIdentifier() bool
- func (o *LoyaltyProgramTransaction) HasCustomerProfileId() bool
- func (o *LoyaltyProgramTransaction) HasCustomerSessionId() bool
- func (o *LoyaltyProgramTransaction) HasImportId() bool
- func (o *LoyaltyProgramTransaction) HasRuleName() bool
- func (o *LoyaltyProgramTransaction) HasRulesetId() bool
- func (o *LoyaltyProgramTransaction) HasUserEmail() bool
- func (o *LoyaltyProgramTransaction) HasUserId() bool
- func (o *LoyaltyProgramTransaction) SetAmount(v float32)
- func (o *LoyaltyProgramTransaction) SetCampaignId(v int32)
- func (o *LoyaltyProgramTransaction) SetCardIdentifier(v string)
- func (o *LoyaltyProgramTransaction) SetCreated(v time.Time)
- func (o *LoyaltyProgramTransaction) SetCustomerProfileId(v string)
- func (o *LoyaltyProgramTransaction) SetCustomerSessionId(v string)
- func (o *LoyaltyProgramTransaction) SetExpiryDate(v string)
- func (o *LoyaltyProgramTransaction) SetId(v int32)
- func (o *LoyaltyProgramTransaction) SetImportId(v int32)
- func (o *LoyaltyProgramTransaction) SetName(v string)
- func (o *LoyaltyProgramTransaction) SetProgramId(v int32)
- func (o *LoyaltyProgramTransaction) SetRuleName(v string)
- func (o *LoyaltyProgramTransaction) SetRulesetId(v int32)
- func (o *LoyaltyProgramTransaction) SetStartDate(v string)
- func (o *LoyaltyProgramTransaction) SetSubledgerId(v string)
- func (o *LoyaltyProgramTransaction) SetType(v string)
- func (o *LoyaltyProgramTransaction) SetUserEmail(v string)
- func (o *LoyaltyProgramTransaction) SetUserId(v int32)
- type LoyaltyStatistics
- func (o *LoyaltyStatistics) GetDate() time.Time
- func (o *LoyaltyStatistics) GetEarnedPoints() LoyaltyDashboardPointsBreakdown
- func (o *LoyaltyStatistics) GetNewMembers() float32
- func (o *LoyaltyStatistics) GetSpentPoints() LoyaltyDashboardPointsBreakdown
- func (o *LoyaltyStatistics) GetTotalActivePoints() float32
- func (o *LoyaltyStatistics) GetTotalExpiredPoints() float32
- func (o *LoyaltyStatistics) GetTotalMembers() float32
- func (o *LoyaltyStatistics) GetTotalPendingPoints() float32
- func (o *LoyaltyStatistics) GetTotalSpentPoints() float32
- func (o *LoyaltyStatistics) SetDate(v time.Time)
- func (o *LoyaltyStatistics) SetEarnedPoints(v LoyaltyDashboardPointsBreakdown)
- func (o *LoyaltyStatistics) SetNewMembers(v float32)
- func (o *LoyaltyStatistics) SetSpentPoints(v LoyaltyDashboardPointsBreakdown)
- func (o *LoyaltyStatistics) SetTotalActivePoints(v float32)
- func (o *LoyaltyStatistics) SetTotalExpiredPoints(v float32)
- func (o *LoyaltyStatistics) SetTotalMembers(v float32)
- func (o *LoyaltyStatistics) SetTotalPendingPoints(v float32)
- func (o *LoyaltyStatistics) SetTotalSpentPoints(v float32)
- type LoyaltySubLedger
- func (o *LoyaltySubLedger) GetActivePoints() []LoyaltyLedgerEntry
- func (o *LoyaltySubLedger) GetActivePointsOk() ([]LoyaltyLedgerEntry, bool)
- func (o *LoyaltySubLedger) GetCurrentTier() Tier
- func (o *LoyaltySubLedger) GetCurrentTierOk() (Tier, bool)
- func (o *LoyaltySubLedger) GetExpiredPoints() []LoyaltyLedgerEntry
- func (o *LoyaltySubLedger) GetExpiredPointsOk() ([]LoyaltyLedgerEntry, bool)
- func (o *LoyaltySubLedger) GetExpiringPoints() []LoyaltyLedgerEntry
- func (o *LoyaltySubLedger) GetExpiringPointsOk() ([]LoyaltyLedgerEntry, bool)
- func (o *LoyaltySubLedger) GetPendingPoints() []LoyaltyLedgerEntry
- func (o *LoyaltySubLedger) GetPendingPointsOk() ([]LoyaltyLedgerEntry, bool)
- func (o *LoyaltySubLedger) GetTotal() float32
- func (o *LoyaltySubLedger) GetTotalActivePoints() float32
- func (o *LoyaltySubLedger) GetTotalExpiredPoints() float32
- func (o *LoyaltySubLedger) GetTotalPendingPoints() float32
- func (o *LoyaltySubLedger) GetTotalSpentPoints() float32
- func (o *LoyaltySubLedger) GetTransactions() []LoyaltyLedgerEntry
- func (o *LoyaltySubLedger) GetTransactionsOk() ([]LoyaltyLedgerEntry, bool)
- func (o *LoyaltySubLedger) HasActivePoints() bool
- func (o *LoyaltySubLedger) HasCurrentTier() bool
- func (o *LoyaltySubLedger) HasExpiredPoints() bool
- func (o *LoyaltySubLedger) HasExpiringPoints() bool
- func (o *LoyaltySubLedger) HasPendingPoints() bool
- func (o *LoyaltySubLedger) HasTransactions() bool
- func (o *LoyaltySubLedger) SetActivePoints(v []LoyaltyLedgerEntry)
- func (o *LoyaltySubLedger) SetCurrentTier(v Tier)
- func (o *LoyaltySubLedger) SetExpiredPoints(v []LoyaltyLedgerEntry)
- func (o *LoyaltySubLedger) SetExpiringPoints(v []LoyaltyLedgerEntry)
- func (o *LoyaltySubLedger) SetPendingPoints(v []LoyaltyLedgerEntry)
- func (o *LoyaltySubLedger) SetTotal(v float32)
- func (o *LoyaltySubLedger) SetTotalActivePoints(v float32)
- func (o *LoyaltySubLedger) SetTotalExpiredPoints(v float32)
- func (o *LoyaltySubLedger) SetTotalPendingPoints(v float32)
- func (o *LoyaltySubLedger) SetTotalSpentPoints(v float32)
- func (o *LoyaltySubLedger) SetTransactions(v []LoyaltyLedgerEntry)
- type LoyaltyTier
- func (o *LoyaltyTier) GetCreated() time.Time
- func (o *LoyaltyTier) GetId() int32
- func (o *LoyaltyTier) GetMinPoints() float32
- func (o *LoyaltyTier) GetName() string
- func (o *LoyaltyTier) GetProgramID() int32
- func (o *LoyaltyTier) SetCreated(v time.Time)
- func (o *LoyaltyTier) SetId(v int32)
- func (o *LoyaltyTier) SetMinPoints(v float32)
- func (o *LoyaltyTier) SetName(v string)
- func (o *LoyaltyTier) SetProgramID(v int32)
- type ManagementApiService
- func (a *ManagementApiService) ActivateUserByEmail(ctx _context.Context) apiActivateUserByEmailRequest
- func (a *ManagementApiService) AddLoyaltyCardPoints(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiAddLoyaltyCardPointsRequest
- func (a *ManagementApiService) AddLoyaltyPoints(ctx _context.Context, loyaltyProgramId string, integrationId string) apiAddLoyaltyPointsRequest
- func (a *ManagementApiService) CopyCampaignToApplications(ctx _context.Context, applicationId int32, campaignId int32) apiCopyCampaignToApplicationsRequest
- func (a *ManagementApiService) CreateAccountCollection(ctx _context.Context) apiCreateAccountCollectionRequest
- func (a *ManagementApiService) CreateAchievement(ctx _context.Context, applicationId int32, campaignId int32) apiCreateAchievementRequest
- func (a *ManagementApiService) CreateAdditionalCost(ctx _context.Context) apiCreateAdditionalCostRequest
- func (a *ManagementApiService) CreateAttribute(ctx _context.Context) apiCreateAttributeRequest
- func (a *ManagementApiService) CreateCampaignFromTemplate(ctx _context.Context, applicationId int32) apiCreateCampaignFromTemplateRequest
- func (a *ManagementApiService) CreateCollection(ctx _context.Context, applicationId int32, campaignId int32) apiCreateCollectionRequest
- func (a *ManagementApiService) CreateCoupons(ctx _context.Context, applicationId int32, campaignId int32) apiCreateCouponsRequest
- func (a *ManagementApiService) CreateCouponsAsync(ctx _context.Context, applicationId int32, campaignId int32) apiCreateCouponsAsyncRequest
- func (a *ManagementApiService) CreateCouponsForMultipleRecipients(ctx _context.Context, applicationId int32, campaignId int32) apiCreateCouponsForMultipleRecipientsRequest
- func (a *ManagementApiService) CreateInviteEmail(ctx _context.Context) apiCreateInviteEmailRequest
- func (a *ManagementApiService) CreateInviteV2(ctx _context.Context) apiCreateInviteV2Request
- func (a *ManagementApiService) CreatePasswordRecoveryEmail(ctx _context.Context) apiCreatePasswordRecoveryEmailRequest
- func (a *ManagementApiService) CreateSession(ctx _context.Context) apiCreateSessionRequest
- func (a *ManagementApiService) CreateStore(ctx _context.Context, applicationId int32) apiCreateStoreRequest
- func (a *ManagementApiService) DeactivateUserByEmail(ctx _context.Context) apiDeactivateUserByEmailRequest
- func (a *ManagementApiService) DeductLoyaltyCardPoints(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiDeductLoyaltyCardPointsRequest
- func (a *ManagementApiService) DeleteAccountCollection(ctx _context.Context, collectionId int32) apiDeleteAccountCollectionRequest
- func (a *ManagementApiService) DeleteAchievement(ctx _context.Context, applicationId int32, campaignId int32, ...) apiDeleteAchievementRequest
- func (a *ManagementApiService) DeleteCampaign(ctx _context.Context, applicationId int32, campaignId int32) apiDeleteCampaignRequest
- func (a *ManagementApiService) DeleteCollection(ctx _context.Context, applicationId int32, campaignId int32, ...) apiDeleteCollectionRequest
- func (a *ManagementApiService) DeleteCoupon(ctx _context.Context, applicationId int32, campaignId int32, couponId string) apiDeleteCouponRequest
- func (a *ManagementApiService) DeleteCoupons(ctx _context.Context, applicationId int32, campaignId int32) apiDeleteCouponsRequest
- func (a *ManagementApiService) DeleteLoyaltyCard(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiDeleteLoyaltyCardRequest
- func (a *ManagementApiService) DeleteReferral(ctx _context.Context, applicationId int32, campaignId int32, referralId string) apiDeleteReferralRequest
- func (a *ManagementApiService) DeleteStore(ctx _context.Context, applicationId int32, storeId string) apiDeleteStoreRequest
- func (a *ManagementApiService) DeleteUser(ctx _context.Context, userId int32) apiDeleteUserRequest
- func (a *ManagementApiService) DeleteUserByEmail(ctx _context.Context) apiDeleteUserByEmailRequest
- func (a *ManagementApiService) DestroySession(ctx _context.Context) apiDestroySessionRequest
- func (a *ManagementApiService) ExportAccountCollectionItems(ctx _context.Context, collectionId int32) apiExportAccountCollectionItemsRequest
- func (a *ManagementApiService) ExportAchievements(ctx _context.Context, applicationId int32, campaignId int32, ...) apiExportAchievementsRequest
- func (a *ManagementApiService) ExportAudiencesMemberships(ctx _context.Context, audienceId int32) apiExportAudiencesMembershipsRequest
- func (a *ManagementApiService) ExportCollectionItems(ctx _context.Context, applicationId int32, campaignId int32, ...) apiExportCollectionItemsRequest
- func (a *ManagementApiService) ExportCoupons(ctx _context.Context, applicationId int32) apiExportCouponsRequest
- func (a *ManagementApiService) ExportCustomerSessions(ctx _context.Context, applicationId int32) apiExportCustomerSessionsRequest
- func (a *ManagementApiService) ExportCustomersTiers(ctx _context.Context, loyaltyProgramId string) apiExportCustomersTiersRequest
- func (a *ManagementApiService) ExportEffects(ctx _context.Context, applicationId int32) apiExportEffectsRequest
- func (a *ManagementApiService) ExportLoyaltyBalance(ctx _context.Context, loyaltyProgramId string) apiExportLoyaltyBalanceRequest
- func (a *ManagementApiService) ExportLoyaltyBalances(ctx _context.Context, loyaltyProgramId string) apiExportLoyaltyBalancesRequest
- func (a *ManagementApiService) ExportLoyaltyCardBalances(ctx _context.Context, loyaltyProgramId int32) apiExportLoyaltyCardBalancesRequest
- func (a *ManagementApiService) ExportLoyaltyCardLedger(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiExportLoyaltyCardLedgerRequest
- func (a *ManagementApiService) ExportLoyaltyLedger(ctx _context.Context, loyaltyProgramId string, integrationId string) apiExportLoyaltyLedgerRequest
- func (a *ManagementApiService) ExportPoolGiveaways(ctx _context.Context, poolId int32) apiExportPoolGiveawaysRequest
- func (a *ManagementApiService) ExportReferrals(ctx _context.Context, applicationId int32) apiExportReferralsRequest
- func (a *ManagementApiService) GetAccessLogsWithoutTotalCount(ctx _context.Context, applicationId int32) apiGetAccessLogsWithoutTotalCountRequest
- func (a *ManagementApiService) GetAccount(ctx _context.Context, accountId int32) apiGetAccountRequest
- func (a *ManagementApiService) GetAccountAnalytics(ctx _context.Context, accountId int32) apiGetAccountAnalyticsRequest
- func (a *ManagementApiService) GetAccountCollection(ctx _context.Context, collectionId int32) apiGetAccountCollectionRequest
- func (a *ManagementApiService) GetAchievement(ctx _context.Context, applicationId int32, campaignId int32, ...) apiGetAchievementRequest
- func (a *ManagementApiService) GetAdditionalCost(ctx _context.Context, additionalCostId int32) apiGetAdditionalCostRequest
- func (a *ManagementApiService) GetAdditionalCosts(ctx _context.Context) apiGetAdditionalCostsRequest
- func (a *ManagementApiService) GetAllAccessLogs(ctx _context.Context) apiGetAllAccessLogsRequest
- func (a *ManagementApiService) GetApplication(ctx _context.Context, applicationId int32) apiGetApplicationRequest
- func (a *ManagementApiService) GetApplicationApiHealth(ctx _context.Context, applicationId int32) apiGetApplicationApiHealthRequest
- func (a *ManagementApiService) GetApplicationCustomer(ctx _context.Context, applicationId int32, customerId int32) apiGetApplicationCustomerRequest
- func (a *ManagementApiService) GetApplicationCustomerFriends(ctx _context.Context, applicationId int32, integrationId string) apiGetApplicationCustomerFriendsRequest
- func (a *ManagementApiService) GetApplicationCustomers(ctx _context.Context, applicationId int32) apiGetApplicationCustomersRequest
- func (a *ManagementApiService) GetApplicationCustomersByAttributes(ctx _context.Context, applicationId int32) apiGetApplicationCustomersByAttributesRequest
- func (a *ManagementApiService) GetApplicationEventTypes(ctx _context.Context, applicationId int32) apiGetApplicationEventTypesRequest
- func (a *ManagementApiService) GetApplicationEventsWithoutTotalCount(ctx _context.Context, applicationId int32) apiGetApplicationEventsWithoutTotalCountRequest
- func (a *ManagementApiService) GetApplicationSession(ctx _context.Context, applicationId int32, sessionId int32) apiGetApplicationSessionRequest
- func (a *ManagementApiService) GetApplicationSessions(ctx _context.Context, applicationId int32) apiGetApplicationSessionsRequest
- func (a *ManagementApiService) GetApplications(ctx _context.Context) apiGetApplicationsRequest
- func (a *ManagementApiService) GetAttribute(ctx _context.Context, attributeId int32) apiGetAttributeRequest
- func (a *ManagementApiService) GetAttributes(ctx _context.Context) apiGetAttributesRequest
- func (a *ManagementApiService) GetAudienceMemberships(ctx _context.Context, audienceId int32) apiGetAudienceMembershipsRequest
- func (a *ManagementApiService) GetAudiences(ctx _context.Context) apiGetAudiencesRequest
- func (a *ManagementApiService) GetAudiencesAnalytics(ctx _context.Context) apiGetAudiencesAnalyticsRequest
- func (a *ManagementApiService) GetCampaign(ctx _context.Context, applicationId int32, campaignId int32) apiGetCampaignRequest
- func (a *ManagementApiService) GetCampaignAnalytics(ctx _context.Context, applicationId int32, campaignId int32) apiGetCampaignAnalyticsRequest
- func (a *ManagementApiService) GetCampaignByAttributes(ctx _context.Context, applicationId int32) apiGetCampaignByAttributesRequest
- func (a *ManagementApiService) GetCampaignGroup(ctx _context.Context, campaignGroupId int32) apiGetCampaignGroupRequest
- func (a *ManagementApiService) GetCampaignGroups(ctx _context.Context) apiGetCampaignGroupsRequest
- func (a *ManagementApiService) GetCampaignTemplates(ctx _context.Context) apiGetCampaignTemplatesRequest
- func (a *ManagementApiService) GetCampaigns(ctx _context.Context, applicationId int32) apiGetCampaignsRequest
- func (a *ManagementApiService) GetChanges(ctx _context.Context) apiGetChangesRequest
- func (a *ManagementApiService) GetCollection(ctx _context.Context, applicationId int32, campaignId int32, ...) apiGetCollectionRequest
- func (a *ManagementApiService) GetCollectionItems(ctx _context.Context, collectionId int32) apiGetCollectionItemsRequest
- func (a *ManagementApiService) GetCouponsWithoutTotalCount(ctx _context.Context, applicationId int32, campaignId int32) apiGetCouponsWithoutTotalCountRequest
- func (a *ManagementApiService) GetCustomerActivityReport(ctx _context.Context, applicationId int32, customerId int32) apiGetCustomerActivityReportRequest
- func (a *ManagementApiService) GetCustomerActivityReportsWithoutTotalCount(ctx _context.Context, applicationId int32) apiGetCustomerActivityReportsWithoutTotalCountRequest
- func (a *ManagementApiService) GetCustomerAnalytics(ctx _context.Context, applicationId int32, customerId int32) apiGetCustomerAnalyticsRequest
- func (a *ManagementApiService) GetCustomerProfile(ctx _context.Context, customerId int32) apiGetCustomerProfileRequest
- func (a *ManagementApiService) GetCustomerProfileAchievementProgress(ctx _context.Context, applicationId int32, integrationId string) apiGetCustomerProfileAchievementProgressRequest
- func (a *ManagementApiService) GetCustomerProfiles(ctx _context.Context) apiGetCustomerProfilesRequest
- func (a *ManagementApiService) GetCustomersByAttributes(ctx _context.Context) apiGetCustomersByAttributesRequest
- func (a *ManagementApiService) GetEventTypes(ctx _context.Context) apiGetEventTypesRequest
- func (a *ManagementApiService) GetExports(ctx _context.Context) apiGetExportsRequest
- func (a *ManagementApiService) GetLoyaltyCard(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiGetLoyaltyCardRequest
- func (a *ManagementApiService) GetLoyaltyCardTransactionLogs(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiGetLoyaltyCardTransactionLogsRequest
- func (a *ManagementApiService) GetLoyaltyCards(ctx _context.Context, loyaltyProgramId int32) apiGetLoyaltyCardsRequest
- func (a *ManagementApiService) GetLoyaltyPoints(ctx _context.Context, loyaltyProgramId string, integrationId string) apiGetLoyaltyPointsRequest
- func (a *ManagementApiService) GetLoyaltyProgram(ctx _context.Context, loyaltyProgramId int32) apiGetLoyaltyProgramRequest
- func (a *ManagementApiService) GetLoyaltyProgramTransactions(ctx _context.Context, loyaltyProgramId int32) apiGetLoyaltyProgramTransactionsRequest
- func (a *ManagementApiService) GetLoyaltyPrograms(ctx _context.Context) apiGetLoyaltyProgramsRequest
- func (a *ManagementApiService) GetLoyaltyStatistics(ctx _context.Context, loyaltyProgramId int32) apiGetLoyaltyStatisticsRequest
- func (a *ManagementApiService) GetReferralsWithoutTotalCount(ctx _context.Context, applicationId int32, campaignId int32) apiGetReferralsWithoutTotalCountRequest
- func (a *ManagementApiService) GetRoleV2(ctx _context.Context, roleId int32) apiGetRoleV2Request
- func (a *ManagementApiService) GetRuleset(ctx _context.Context, applicationId int32, campaignId int32, rulesetId int32) apiGetRulesetRequest
- func (a *ManagementApiService) GetRulesets(ctx _context.Context, applicationId int32, campaignId int32) apiGetRulesetsRequest
- func (a *ManagementApiService) GetStore(ctx _context.Context, applicationId int32, storeId string) apiGetStoreRequest
- func (a *ManagementApiService) GetUser(ctx _context.Context, userId int32) apiGetUserRequest
- func (a *ManagementApiService) GetUsers(ctx _context.Context) apiGetUsersRequest
- func (a *ManagementApiService) GetWebhook(ctx _context.Context, webhookId int32) apiGetWebhookRequest
- func (a *ManagementApiService) GetWebhookActivationLogs(ctx _context.Context) apiGetWebhookActivationLogsRequest
- func (a *ManagementApiService) GetWebhookLogs(ctx _context.Context) apiGetWebhookLogsRequest
- func (a *ManagementApiService) GetWebhooks(ctx _context.Context) apiGetWebhooksRequest
- func (a *ManagementApiService) ImportAccountCollection(ctx _context.Context, collectionId int32) apiImportAccountCollectionRequest
- func (a *ManagementApiService) ImportAllowedList(ctx _context.Context, attributeId int32) apiImportAllowedListRequest
- func (a *ManagementApiService) ImportAudiencesMemberships(ctx _context.Context, audienceId int32) apiImportAudiencesMembershipsRequest
- func (a *ManagementApiService) ImportCollection(ctx _context.Context, applicationId int32, campaignId int32, ...) apiImportCollectionRequest
- func (a *ManagementApiService) ImportCoupons(ctx _context.Context, applicationId int32, campaignId int32) apiImportCouponsRequest
- func (a *ManagementApiService) ImportLoyaltyCards(ctx _context.Context, loyaltyProgramId int32) apiImportLoyaltyCardsRequest
- func (a *ManagementApiService) ImportLoyaltyCustomersTiers(ctx _context.Context, loyaltyProgramId int32) apiImportLoyaltyCustomersTiersRequest
- func (a *ManagementApiService) ImportLoyaltyPoints(ctx _context.Context, loyaltyProgramId int32) apiImportLoyaltyPointsRequest
- func (a *ManagementApiService) ImportPoolGiveaways(ctx _context.Context, poolId int32) apiImportPoolGiveawaysRequest
- func (a *ManagementApiService) ImportReferrals(ctx _context.Context, applicationId int32, campaignId int32) apiImportReferralsRequest
- func (a *ManagementApiService) InviteUserExternal(ctx _context.Context) apiInviteUserExternalRequest
- func (a *ManagementApiService) ListAccountCollections(ctx _context.Context) apiListAccountCollectionsRequest
- func (a *ManagementApiService) ListAchievements(ctx _context.Context, applicationId int32, campaignId int32) apiListAchievementsRequest
- func (a *ManagementApiService) ListAllRolesV2(ctx _context.Context) apiListAllRolesV2Request
- func (a *ManagementApiService) ListCatalogItems(ctx _context.Context, catalogId int32) apiListCatalogItemsRequest
- func (a *ManagementApiService) ListCollections(ctx _context.Context, applicationId int32, campaignId int32) apiListCollectionsRequest
- func (a *ManagementApiService) ListCollectionsInApplication(ctx _context.Context, applicationId int32) apiListCollectionsInApplicationRequest
- func (a *ManagementApiService) ListStores(ctx _context.Context, applicationId int32) apiListStoresRequest
- func (a *ManagementApiService) NotificationActivation(ctx _context.Context, notificationId int32) apiNotificationActivationRequest
- func (a *ManagementApiService) PostAddedDeductedPointsNotification(ctx _context.Context, loyaltyProgramId int32) apiPostAddedDeductedPointsNotificationRequest
- func (a *ManagementApiService) PostCatalogsStrikethroughNotification(ctx _context.Context, applicationId int32) apiPostCatalogsStrikethroughNotificationRequest
- func (a *ManagementApiService) PostPendingPointsNotification(ctx _context.Context, loyaltyProgramId int32) apiPostPendingPointsNotificationRequest
- func (a *ManagementApiService) RemoveLoyaltyPoints(ctx _context.Context, loyaltyProgramId string, integrationId string) apiRemoveLoyaltyPointsRequest
- func (a *ManagementApiService) ResetPassword(ctx _context.Context) apiResetPasswordRequest
- func (a *ManagementApiService) SearchCouponsAdvancedApplicationWideWithoutTotalCount(ctx _context.Context, applicationId int32) apiSearchCouponsAdvancedApplicationWideWithoutTotalCountRequest
- func (a *ManagementApiService) SearchCouponsAdvancedWithoutTotalCount(ctx _context.Context, applicationId int32, campaignId int32) apiSearchCouponsAdvancedWithoutTotalCountRequest
- func (a *ManagementApiService) TransferLoyaltyCard(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiTransferLoyaltyCardRequest
- func (a *ManagementApiService) UpdateAccountCollection(ctx _context.Context, collectionId int32) apiUpdateAccountCollectionRequest
- func (a *ManagementApiService) UpdateAchievement(ctx _context.Context, applicationId int32, campaignId int32, ...) apiUpdateAchievementRequest
- func (a *ManagementApiService) UpdateAdditionalCost(ctx _context.Context, additionalCostId int32) apiUpdateAdditionalCostRequest
- func (a *ManagementApiService) UpdateAttribute(ctx _context.Context, attributeId int32) apiUpdateAttributeRequest
- func (a *ManagementApiService) UpdateCampaign(ctx _context.Context, applicationId int32, campaignId int32) apiUpdateCampaignRequest
- func (a *ManagementApiService) UpdateCollection(ctx _context.Context, applicationId int32, campaignId int32, ...) apiUpdateCollectionRequest
- func (a *ManagementApiService) UpdateCoupon(ctx _context.Context, applicationId int32, campaignId int32, couponId string) apiUpdateCouponRequest
- func (a *ManagementApiService) UpdateCouponBatch(ctx _context.Context, applicationId int32, campaignId int32) apiUpdateCouponBatchRequest
- func (a *ManagementApiService) UpdateLoyaltyCard(ctx _context.Context, loyaltyProgramId int32, loyaltyCardId string) apiUpdateLoyaltyCardRequest
- func (a *ManagementApiService) UpdateReferral(ctx _context.Context, applicationId int32, campaignId int32, referralId string) apiUpdateReferralRequest
- func (a *ManagementApiService) UpdateRoleV2(ctx _context.Context, roleId int32) apiUpdateRoleV2Request
- func (a *ManagementApiService) UpdateStore(ctx _context.Context, applicationId int32, storeId string) apiUpdateStoreRequest
- func (a *ManagementApiService) UpdateUser(ctx _context.Context, userId int32) apiUpdateUserRequest
- type ManagementKey
- func (o *ManagementKey) GetAccountID() int32
- func (o *ManagementKey) GetAllowedApplicationIds() []int32
- func (o *ManagementKey) GetAllowedApplicationIdsOk() ([]int32, bool)
- func (o *ManagementKey) GetCreated() time.Time
- func (o *ManagementKey) GetCreatedBy() int32
- func (o *ManagementKey) GetEndpoints() []Endpoint
- func (o *ManagementKey) GetExpiryDate() time.Time
- func (o *ManagementKey) GetId() int32
- func (o *ManagementKey) GetName() string
- func (o *ManagementKey) HasAllowedApplicationIds() bool
- func (o *ManagementKey) SetAccountID(v int32)
- func (o *ManagementKey) SetAllowedApplicationIds(v []int32)
- func (o *ManagementKey) SetCreated(v time.Time)
- func (o *ManagementKey) SetCreatedBy(v int32)
- func (o *ManagementKey) SetEndpoints(v []Endpoint)
- func (o *ManagementKey) SetExpiryDate(v time.Time)
- func (o *ManagementKey) SetId(v int32)
- func (o *ManagementKey) SetName(v string)
- type ManagerConfig
- type MessageLogEntries
- func (o *MessageLogEntries) GetData() []MessageLogEntry
- func (o *MessageLogEntries) GetNextCursor() string
- func (o *MessageLogEntries) GetNextCursorOk() (string, bool)
- func (o *MessageLogEntries) HasNextCursor() bool
- func (o *MessageLogEntries) SetData(v []MessageLogEntry)
- func (o *MessageLogEntries) SetNextCursor(v string)
- type MessageLogEntry
- func (o *MessageLogEntry) GetApplicationId() int32
- func (o *MessageLogEntry) GetApplicationIdOk() (int32, bool)
- func (o *MessageLogEntry) GetChangeType() string
- func (o *MessageLogEntry) GetChangeTypeOk() (string, bool)
- func (o *MessageLogEntry) GetCreatedAt() time.Time
- func (o *MessageLogEntry) GetEntityType() string
- func (o *MessageLogEntry) GetEntityTypeOk() (string, bool)
- func (o *MessageLogEntry) GetId() string
- func (o *MessageLogEntry) GetLoyaltyProgramId() int32
- func (o *MessageLogEntry) GetLoyaltyProgramIdOk() (int32, bool)
- func (o *MessageLogEntry) GetNotificationId() int32
- func (o *MessageLogEntry) GetNotificationIdOk() (int32, bool)
- func (o *MessageLogEntry) GetNotificationName() string
- func (o *MessageLogEntry) GetNotificationNameOk() (string, bool)
- func (o *MessageLogEntry) GetRequest() MessageLogRequest
- func (o *MessageLogEntry) GetRequestOk() (MessageLogRequest, bool)
- func (o *MessageLogEntry) GetResponse() MessageLogResponse
- func (o *MessageLogEntry) GetResponseOk() (MessageLogResponse, bool)
- func (o *MessageLogEntry) GetService() string
- func (o *MessageLogEntry) HasApplicationId() bool
- func (o *MessageLogEntry) HasChangeType() bool
- func (o *MessageLogEntry) HasEntityType() bool
- func (o *MessageLogEntry) HasLoyaltyProgramId() bool
- func (o *MessageLogEntry) HasNotificationId() bool
- func (o *MessageLogEntry) HasNotificationName() bool
- func (o *MessageLogEntry) HasRequest() bool
- func (o *MessageLogEntry) HasResponse() bool
- func (o *MessageLogEntry) SetApplicationId(v int32)
- func (o *MessageLogEntry) SetChangeType(v string)
- func (o *MessageLogEntry) SetCreatedAt(v time.Time)
- func (o *MessageLogEntry) SetEntityType(v string)
- func (o *MessageLogEntry) SetId(v string)
- func (o *MessageLogEntry) SetLoyaltyProgramId(v int32)
- func (o *MessageLogEntry) SetNotificationId(v int32)
- func (o *MessageLogEntry) SetNotificationName(v string)
- func (o *MessageLogEntry) SetRequest(v MessageLogRequest)
- func (o *MessageLogEntry) SetResponse(v MessageLogResponse)
- func (o *MessageLogEntry) SetService(v string)
- type MessageLogRequest
- type MessageLogResponse
- func (o *MessageLogResponse) GetCreatedAt() time.Time
- func (o *MessageLogResponse) GetResponse() string
- func (o *MessageLogResponse) GetStatus() int32
- func (o *MessageLogResponse) SetCreatedAt(v time.Time)
- func (o *MessageLogResponse) SetResponse(v string)
- func (o *MessageLogResponse) SetStatus(v int32)
- type Meta
- func (o *Meta) GetCampaigns() map[string]interface{}
- func (o *Meta) GetCampaignsOk() (map[string]interface{}, bool)
- func (o *Meta) GetCouponRejectionReason() CouponRejectionReason
- func (o *Meta) GetCouponRejectionReasonOk() (CouponRejectionReason, bool)
- func (o *Meta) GetCoupons() map[string]interface{}
- func (o *Meta) GetCouponsOk() (map[string]interface{}, bool)
- func (o *Meta) GetReferralRejectionReason() ReferralRejectionReason
- func (o *Meta) GetReferralRejectionReasonOk() (ReferralRejectionReason, bool)
- func (o *Meta) GetWarnings() map[string]interface{}
- func (o *Meta) GetWarningsOk() (map[string]interface{}, bool)
- func (o *Meta) HasCampaigns() bool
- func (o *Meta) HasCouponRejectionReason() bool
- func (o *Meta) HasCoupons() bool
- func (o *Meta) HasReferralRejectionReason() bool
- func (o *Meta) HasWarnings() bool
- func (o *Meta) SetCampaigns(v map[string]interface{})
- func (o *Meta) SetCouponRejectionReason(v CouponRejectionReason)
- func (o *Meta) SetCoupons(v map[string]interface{})
- func (o *Meta) SetReferralRejectionReason(v ReferralRejectionReason)
- func (o *Meta) SetWarnings(v map[string]interface{})
- type MultiApplicationEntity
- type MultipleAttribute
- type MultipleAudiences
- type MultipleAudiencesItem
- func (o *MultipleAudiencesItem) GetCreated() time.Time
- func (o *MultipleAudiencesItem) GetId() int32
- func (o *MultipleAudiencesItem) GetIntegrationId() string
- func (o *MultipleAudiencesItem) GetName() string
- func (o *MultipleAudiencesItem) GetStatus() string
- func (o *MultipleAudiencesItem) SetCreated(v time.Time)
- func (o *MultipleAudiencesItem) SetId(v int32)
- func (o *MultipleAudiencesItem) SetIntegrationId(v string)
- func (o *MultipleAudiencesItem) SetName(v string)
- func (o *MultipleAudiencesItem) SetStatus(v string)
- type MultipleCustomerProfileIntegrationRequest
- func (o *MultipleCustomerProfileIntegrationRequest) GetCustomerProfiles() []MultipleCustomerProfileIntegrationRequestItem
- func (o *MultipleCustomerProfileIntegrationRequest) GetCustomerProfilesOk() ([]MultipleCustomerProfileIntegrationRequestItem, bool)
- func (o *MultipleCustomerProfileIntegrationRequest) HasCustomerProfiles() bool
- func (o *MultipleCustomerProfileIntegrationRequest) SetCustomerProfiles(v []MultipleCustomerProfileIntegrationRequestItem)
- type MultipleCustomerProfileIntegrationRequestItem
- func (o *MultipleCustomerProfileIntegrationRequestItem) GetAttributes() map[string]interface{}
- func (o *MultipleCustomerProfileIntegrationRequestItem) GetAttributesOk() (map[string]interface{}, bool)
- func (o *MultipleCustomerProfileIntegrationRequestItem) GetIntegrationId() string
- func (o *MultipleCustomerProfileIntegrationRequestItem) HasAttributes() bool
- func (o *MultipleCustomerProfileIntegrationRequestItem) SetAttributes(v map[string]interface{})
- func (o *MultipleCustomerProfileIntegrationRequestItem) SetIntegrationId(v string)
- type MultipleCustomerProfileIntegrationResponseV2
- func (o *MultipleCustomerProfileIntegrationResponseV2) GetIntegrationStates() []CustomerProfileUpdateV2Response
- func (o *MultipleCustomerProfileIntegrationResponseV2) GetIntegrationStatesOk() ([]CustomerProfileUpdateV2Response, bool)
- func (o *MultipleCustomerProfileIntegrationResponseV2) HasIntegrationStates() bool
- func (o *MultipleCustomerProfileIntegrationResponseV2) SetIntegrationStates(v []CustomerProfileUpdateV2Response)
- type MultipleNewAttribute
- type MultipleNewAudiences
- type MutableEntity
- type NewAccount
- type NewAccountSignUp
- type NewAdditionalCost
- func (o *NewAdditionalCost) GetDescription() string
- func (o *NewAdditionalCost) GetName() string
- func (o *NewAdditionalCost) GetSubscribedApplicationsIds() []int32
- func (o *NewAdditionalCost) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *NewAdditionalCost) GetTitle() string
- func (o *NewAdditionalCost) GetType() string
- func (o *NewAdditionalCost) GetTypeOk() (string, bool)
- func (o *NewAdditionalCost) HasSubscribedApplicationsIds() bool
- func (o *NewAdditionalCost) HasType() bool
- func (o *NewAdditionalCost) SetDescription(v string)
- func (o *NewAdditionalCost) SetName(v string)
- func (o *NewAdditionalCost) SetSubscribedApplicationsIds(v []int32)
- func (o *NewAdditionalCost) SetTitle(v string)
- func (o *NewAdditionalCost) SetType(v string)
- type NewApplication
- func (o *NewApplication) GetAttributes() map[string]interface{}
- func (o *NewApplication) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewApplication) GetAttributesSettings() AttributesSettings
- func (o *NewApplication) GetAttributesSettingsOk() (AttributesSettings, bool)
- func (o *NewApplication) GetCaseSensitivity() string
- func (o *NewApplication) GetCaseSensitivityOk() (string, bool)
- func (o *NewApplication) GetCurrency() string
- func (o *NewApplication) GetDefaultDiscountAdditionalCostPerItemScope() string
- func (o *NewApplication) GetDefaultDiscountAdditionalCostPerItemScopeOk() (string, bool)
- func (o *NewApplication) GetDefaultDiscountScope() string
- func (o *NewApplication) GetDefaultDiscountScopeOk() (string, bool)
- func (o *NewApplication) GetDescription() string
- func (o *NewApplication) GetDescriptionOk() (string, bool)
- func (o *NewApplication) GetEnableCascadingDiscounts() bool
- func (o *NewApplication) GetEnableCascadingDiscountsOk() (bool, bool)
- func (o *NewApplication) GetEnableFlattenedCartItems() bool
- func (o *NewApplication) GetEnableFlattenedCartItemsOk() (bool, bool)
- func (o *NewApplication) GetEnablePartialDiscounts() bool
- func (o *NewApplication) GetEnablePartialDiscountsOk() (bool, bool)
- func (o *NewApplication) GetKey() string
- func (o *NewApplication) GetKeyOk() (string, bool)
- func (o *NewApplication) GetLimits() []LimitConfig
- func (o *NewApplication) GetLimitsOk() ([]LimitConfig, bool)
- func (o *NewApplication) GetName() string
- func (o *NewApplication) GetSandbox() bool
- func (o *NewApplication) GetSandboxOk() (bool, bool)
- func (o *NewApplication) GetTimezone() string
- func (o *NewApplication) HasAttributes() bool
- func (o *NewApplication) HasAttributesSettings() bool
- func (o *NewApplication) HasCaseSensitivity() bool
- func (o *NewApplication) HasDefaultDiscountAdditionalCostPerItemScope() bool
- func (o *NewApplication) HasDefaultDiscountScope() bool
- func (o *NewApplication) HasDescription() bool
- func (o *NewApplication) HasEnableCascadingDiscounts() bool
- func (o *NewApplication) HasEnableFlattenedCartItems() bool
- func (o *NewApplication) HasEnablePartialDiscounts() bool
- func (o *NewApplication) HasKey() bool
- func (o *NewApplication) HasLimits() bool
- func (o *NewApplication) HasSandbox() bool
- func (o *NewApplication) SetAttributes(v map[string]interface{})
- func (o *NewApplication) SetAttributesSettings(v AttributesSettings)
- func (o *NewApplication) SetCaseSensitivity(v string)
- func (o *NewApplication) SetCurrency(v string)
- func (o *NewApplication) SetDefaultDiscountAdditionalCostPerItemScope(v string)
- func (o *NewApplication) SetDefaultDiscountScope(v string)
- func (o *NewApplication) SetDescription(v string)
- func (o *NewApplication) SetEnableCascadingDiscounts(v bool)
- func (o *NewApplication) SetEnableFlattenedCartItems(v bool)
- func (o *NewApplication) SetEnablePartialDiscounts(v bool)
- func (o *NewApplication) SetKey(v string)
- func (o *NewApplication) SetLimits(v []LimitConfig)
- func (o *NewApplication) SetName(v string)
- func (o *NewApplication) SetSandbox(v bool)
- func (o *NewApplication) SetTimezone(v string)
- type NewApplicationApiKey
- func (o *NewApplicationApiKey) GetAccountID() int32
- func (o *NewApplicationApiKey) GetApplicationID() int32
- func (o *NewApplicationApiKey) GetCreated() time.Time
- func (o *NewApplicationApiKey) GetCreatedBy() int32
- func (o *NewApplicationApiKey) GetExpires() time.Time
- func (o *NewApplicationApiKey) GetId() int32
- func (o *NewApplicationApiKey) GetKey() string
- func (o *NewApplicationApiKey) GetPlatform() string
- func (o *NewApplicationApiKey) GetPlatformOk() (string, bool)
- func (o *NewApplicationApiKey) GetTimeOffset() int32
- func (o *NewApplicationApiKey) GetTimeOffsetOk() (int32, bool)
- func (o *NewApplicationApiKey) GetTitle() string
- func (o *NewApplicationApiKey) GetType() string
- func (o *NewApplicationApiKey) GetTypeOk() (string, bool)
- func (o *NewApplicationApiKey) HasPlatform() bool
- func (o *NewApplicationApiKey) HasTimeOffset() bool
- func (o *NewApplicationApiKey) HasType() bool
- func (o *NewApplicationApiKey) SetAccountID(v int32)
- func (o *NewApplicationApiKey) SetApplicationID(v int32)
- func (o *NewApplicationApiKey) SetCreated(v time.Time)
- func (o *NewApplicationApiKey) SetCreatedBy(v int32)
- func (o *NewApplicationApiKey) SetExpires(v time.Time)
- func (o *NewApplicationApiKey) SetId(v int32)
- func (o *NewApplicationApiKey) SetKey(v string)
- func (o *NewApplicationApiKey) SetPlatform(v string)
- func (o *NewApplicationApiKey) SetTimeOffset(v int32)
- func (o *NewApplicationApiKey) SetTitle(v string)
- func (o *NewApplicationApiKey) SetType(v string)
- type NewAttribute
- func (o *NewAttribute) GetAllowedSubscriptions() []string
- func (o *NewAttribute) GetAllowedSubscriptionsOk() ([]string, bool)
- func (o *NewAttribute) GetDescription() string
- func (o *NewAttribute) GetEditable() bool
- func (o *NewAttribute) GetEntity() string
- func (o *NewAttribute) GetEventType() string
- func (o *NewAttribute) GetEventTypeOk() (string, bool)
- func (o *NewAttribute) GetHasAllowedList() bool
- func (o *NewAttribute) GetHasAllowedListOk() (bool, bool)
- func (o *NewAttribute) GetName() string
- func (o *NewAttribute) GetRestrictedBySuggestions() bool
- func (o *NewAttribute) GetRestrictedBySuggestionsOk() (bool, bool)
- func (o *NewAttribute) GetSubscribedApplicationsIds() []int32
- func (o *NewAttribute) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *NewAttribute) GetSubscribedCatalogsIds() []int32
- func (o *NewAttribute) GetSubscribedCatalogsIdsOk() ([]int32, bool)
- func (o *NewAttribute) GetSuggestions() []string
- func (o *NewAttribute) GetTitle() string
- func (o *NewAttribute) GetType() string
- func (o *NewAttribute) HasAllowedSubscriptions() bool
- func (o *NewAttribute) HasEventType() bool
- func (o *NewAttribute) HasHasAllowedList() bool
- func (o *NewAttribute) HasRestrictedBySuggestions() bool
- func (o *NewAttribute) HasSubscribedApplicationsIds() bool
- func (o *NewAttribute) HasSubscribedCatalogsIds() bool
- func (o *NewAttribute) SetAllowedSubscriptions(v []string)
- func (o *NewAttribute) SetDescription(v string)
- func (o *NewAttribute) SetEditable(v bool)
- func (o *NewAttribute) SetEntity(v string)
- func (o *NewAttribute) SetEventType(v string)
- func (o *NewAttribute) SetHasAllowedList(v bool)
- func (o *NewAttribute) SetName(v string)
- func (o *NewAttribute) SetRestrictedBySuggestions(v bool)
- func (o *NewAttribute) SetSubscribedApplicationsIds(v []int32)
- func (o *NewAttribute) SetSubscribedCatalogsIds(v []int32)
- func (o *NewAttribute) SetSuggestions(v []string)
- func (o *NewAttribute) SetTitle(v string)
- func (o *NewAttribute) SetType(v string)
- type NewAudience
- func (o *NewAudience) GetCreatedIn3rdParty() bool
- func (o *NewAudience) GetCreatedIn3rdPartyOk() (bool, bool)
- func (o *NewAudience) GetDescription() string
- func (o *NewAudience) GetDescriptionOk() (string, bool)
- func (o *NewAudience) GetIntegration() string
- func (o *NewAudience) GetIntegrationId() string
- func (o *NewAudience) GetIntegrationIdOk() (string, bool)
- func (o *NewAudience) GetIntegrationOk() (string, bool)
- func (o *NewAudience) GetLastUpdate() time.Time
- func (o *NewAudience) GetLastUpdateOk() (time.Time, bool)
- func (o *NewAudience) GetName() string
- func (o *NewAudience) GetSandbox() bool
- func (o *NewAudience) GetSandboxOk() (bool, bool)
- func (o *NewAudience) HasCreatedIn3rdParty() bool
- func (o *NewAudience) HasDescription() bool
- func (o *NewAudience) HasIntegration() bool
- func (o *NewAudience) HasIntegrationId() bool
- func (o *NewAudience) HasLastUpdate() bool
- func (o *NewAudience) HasSandbox() bool
- func (o *NewAudience) SetCreatedIn3rdParty(v bool)
- func (o *NewAudience) SetDescription(v string)
- func (o *NewAudience) SetIntegration(v string)
- func (o *NewAudience) SetIntegrationId(v string)
- func (o *NewAudience) SetLastUpdate(v time.Time)
- func (o *NewAudience) SetName(v string)
- func (o *NewAudience) SetSandbox(v bool)
- type NewBaseNotification
- func (o *NewBaseNotification) GetEnabled() bool
- func (o *NewBaseNotification) GetEnabledOk() (bool, bool)
- func (o *NewBaseNotification) GetPolicy() map[string]interface{}
- func (o *NewBaseNotification) GetWebhook() NewNotificationWebhook
- func (o *NewBaseNotification) HasEnabled() bool
- func (o *NewBaseNotification) SetEnabled(v bool)
- func (o *NewBaseNotification) SetPolicy(v map[string]interface{})
- func (o *NewBaseNotification) SetWebhook(v NewNotificationWebhook)
- type NewCampaign
- func (o *NewCampaign) GetActiveRulesetId() int32
- func (o *NewCampaign) GetActiveRulesetIdOk() (int32, bool)
- func (o *NewCampaign) GetAttributes() map[string]interface{}
- func (o *NewCampaign) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewCampaign) GetCampaignGroups() []int32
- func (o *NewCampaign) GetCampaignGroupsOk() ([]int32, bool)
- func (o *NewCampaign) GetCouponSettings() CodeGeneratorSettings
- func (o *NewCampaign) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *NewCampaign) GetDescription() string
- func (o *NewCampaign) GetDescriptionOk() (string, bool)
- func (o *NewCampaign) GetEndTime() time.Time
- func (o *NewCampaign) GetEndTimeOk() (time.Time, bool)
- func (o *NewCampaign) GetEvaluationGroupId() int32
- func (o *NewCampaign) GetEvaluationGroupIdOk() (int32, bool)
- func (o *NewCampaign) GetFeatures() []string
- func (o *NewCampaign) GetLimits() []LimitConfig
- func (o *NewCampaign) GetLinkedStoreIds() []int32
- func (o *NewCampaign) GetLinkedStoreIdsOk() ([]int32, bool)
- func (o *NewCampaign) GetName() string
- func (o *NewCampaign) GetReferralSettings() CodeGeneratorSettings
- func (o *NewCampaign) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *NewCampaign) GetStartTime() time.Time
- func (o *NewCampaign) GetStartTimeOk() (time.Time, bool)
- func (o *NewCampaign) GetState() string
- func (o *NewCampaign) GetTags() []string
- func (o *NewCampaign) GetType() string
- func (o *NewCampaign) GetTypeOk() (string, bool)
- func (o *NewCampaign) HasActiveRulesetId() bool
- func (o *NewCampaign) HasAttributes() bool
- func (o *NewCampaign) HasCampaignGroups() bool
- func (o *NewCampaign) HasCouponSettings() bool
- func (o *NewCampaign) HasDescription() bool
- func (o *NewCampaign) HasEndTime() bool
- func (o *NewCampaign) HasEvaluationGroupId() bool
- func (o *NewCampaign) HasLinkedStoreIds() bool
- func (o *NewCampaign) HasReferralSettings() bool
- func (o *NewCampaign) HasStartTime() bool
- func (o *NewCampaign) HasType() bool
- func (o *NewCampaign) SetActiveRulesetId(v int32)
- func (o *NewCampaign) SetAttributes(v map[string]interface{})
- func (o *NewCampaign) SetCampaignGroups(v []int32)
- func (o *NewCampaign) SetCouponSettings(v CodeGeneratorSettings)
- func (o *NewCampaign) SetDescription(v string)
- func (o *NewCampaign) SetEndTime(v time.Time)
- func (o *NewCampaign) SetEvaluationGroupId(v int32)
- func (o *NewCampaign) SetFeatures(v []string)
- func (o *NewCampaign) SetLimits(v []LimitConfig)
- func (o *NewCampaign) SetLinkedStoreIds(v []int32)
- func (o *NewCampaign) SetName(v string)
- func (o *NewCampaign) SetReferralSettings(v CodeGeneratorSettings)
- func (o *NewCampaign) SetStartTime(v time.Time)
- func (o *NewCampaign) SetState(v string)
- func (o *NewCampaign) SetTags(v []string)
- func (o *NewCampaign) SetType(v string)
- type NewCampaignCollection
- func (o *NewCampaignCollection) GetDescription() string
- func (o *NewCampaignCollection) GetDescriptionOk() (string, bool)
- func (o *NewCampaignCollection) GetName() string
- func (o *NewCampaignCollection) HasDescription() bool
- func (o *NewCampaignCollection) SetDescription(v string)
- func (o *NewCampaignCollection) SetName(v string)
- type NewCampaignEvaluationGroup
- func (o *NewCampaignEvaluationGroup) GetDescription() string
- func (o *NewCampaignEvaluationGroup) GetDescriptionOk() (string, bool)
- func (o *NewCampaignEvaluationGroup) GetEvaluationMode() string
- func (o *NewCampaignEvaluationGroup) GetEvaluationScope() string
- func (o *NewCampaignEvaluationGroup) GetLocked() bool
- func (o *NewCampaignEvaluationGroup) GetName() string
- func (o *NewCampaignEvaluationGroup) GetParentId() int32
- func (o *NewCampaignEvaluationGroup) HasDescription() bool
- func (o *NewCampaignEvaluationGroup) SetDescription(v string)
- func (o *NewCampaignEvaluationGroup) SetEvaluationMode(v string)
- func (o *NewCampaignEvaluationGroup) SetEvaluationScope(v string)
- func (o *NewCampaignEvaluationGroup) SetLocked(v bool)
- func (o *NewCampaignEvaluationGroup) SetName(v string)
- func (o *NewCampaignEvaluationGroup) SetParentId(v int32)
- type NewCampaignGroup
- func (o *NewCampaignGroup) GetCampaignIds() []int32
- func (o *NewCampaignGroup) GetCampaignIdsOk() ([]int32, bool)
- func (o *NewCampaignGroup) GetDescription() string
- func (o *NewCampaignGroup) GetDescriptionOk() (string, bool)
- func (o *NewCampaignGroup) GetName() string
- func (o *NewCampaignGroup) GetSubscribedApplicationsIds() []int32
- func (o *NewCampaignGroup) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *NewCampaignGroup) HasCampaignIds() bool
- func (o *NewCampaignGroup) HasDescription() bool
- func (o *NewCampaignGroup) HasSubscribedApplicationsIds() bool
- func (o *NewCampaignGroup) SetCampaignIds(v []int32)
- func (o *NewCampaignGroup) SetDescription(v string)
- func (o *NewCampaignGroup) SetName(v string)
- func (o *NewCampaignGroup) SetSubscribedApplicationsIds(v []int32)
- type NewCampaignSet
- func (o *NewCampaignSet) GetApplicationId() int32
- func (o *NewCampaignSet) GetSet() CampaignSetBranchNode
- func (o *NewCampaignSet) GetVersion() int32
- func (o *NewCampaignSet) SetApplicationId(v int32)
- func (o *NewCampaignSet) SetSet(v CampaignSetBranchNode)
- func (o *NewCampaignSet) SetVersion(v int32)
- type NewCampaignSetV2
- func (o *NewCampaignSetV2) GetApplicationId() int32
- func (o *NewCampaignSetV2) GetSet() CampaignPrioritiesV2
- func (o *NewCampaignSetV2) GetVersion() int32
- func (o *NewCampaignSetV2) SetApplicationId(v int32)
- func (o *NewCampaignSetV2) SetSet(v CampaignPrioritiesV2)
- func (o *NewCampaignSetV2) SetVersion(v int32)
- type NewCampaignTemplate
- func (o *NewCampaignTemplate) GetCampaignAttributes() map[string]interface{}
- func (o *NewCampaignTemplate) GetCampaignAttributesOk() (map[string]interface{}, bool)
- func (o *NewCampaignTemplate) GetCampaignCollections() []CampaignTemplateCollection
- func (o *NewCampaignTemplate) GetCampaignCollectionsOk() ([]CampaignTemplateCollection, bool)
- func (o *NewCampaignTemplate) GetCampaignType() string
- func (o *NewCampaignTemplate) GetCouponAttributes() map[string]interface{}
- func (o *NewCampaignTemplate) GetCouponAttributesOk() (map[string]interface{}, bool)
- func (o *NewCampaignTemplate) GetCouponSettings() CodeGeneratorSettings
- func (o *NewCampaignTemplate) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *NewCampaignTemplate) GetDefaultCampaignGroupId() int32
- func (o *NewCampaignTemplate) GetDefaultCampaignGroupIdOk() (int32, bool)
- func (o *NewCampaignTemplate) GetDescription() string
- func (o *NewCampaignTemplate) GetFeatures() []string
- func (o *NewCampaignTemplate) GetFeaturesOk() ([]string, bool)
- func (o *NewCampaignTemplate) GetInstructions() string
- func (o *NewCampaignTemplate) GetLimits() []TemplateLimitConfig
- func (o *NewCampaignTemplate) GetLimitsOk() ([]TemplateLimitConfig, bool)
- func (o *NewCampaignTemplate) GetName() string
- func (o *NewCampaignTemplate) GetReferralSettings() CodeGeneratorSettings
- func (o *NewCampaignTemplate) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *NewCampaignTemplate) GetState() string
- func (o *NewCampaignTemplate) GetTags() []string
- func (o *NewCampaignTemplate) GetTagsOk() ([]string, bool)
- func (o *NewCampaignTemplate) GetTemplateParams() []CampaignTemplateParams
- func (o *NewCampaignTemplate) GetTemplateParamsOk() ([]CampaignTemplateParams, bool)
- func (o *NewCampaignTemplate) HasCampaignAttributes() bool
- func (o *NewCampaignTemplate) HasCampaignCollections() bool
- func (o *NewCampaignTemplate) HasCouponAttributes() bool
- func (o *NewCampaignTemplate) HasCouponSettings() bool
- func (o *NewCampaignTemplate) HasDefaultCampaignGroupId() bool
- func (o *NewCampaignTemplate) HasFeatures() bool
- func (o *NewCampaignTemplate) HasLimits() bool
- func (o *NewCampaignTemplate) HasReferralSettings() bool
- func (o *NewCampaignTemplate) HasTags() bool
- func (o *NewCampaignTemplate) HasTemplateParams() bool
- func (o *NewCampaignTemplate) SetCampaignAttributes(v map[string]interface{})
- func (o *NewCampaignTemplate) SetCampaignCollections(v []CampaignTemplateCollection)
- func (o *NewCampaignTemplate) SetCampaignType(v string)
- func (o *NewCampaignTemplate) SetCouponAttributes(v map[string]interface{})
- func (o *NewCampaignTemplate) SetCouponSettings(v CodeGeneratorSettings)
- func (o *NewCampaignTemplate) SetDefaultCampaignGroupId(v int32)
- func (o *NewCampaignTemplate) SetDescription(v string)
- func (o *NewCampaignTemplate) SetFeatures(v []string)
- func (o *NewCampaignTemplate) SetInstructions(v string)
- func (o *NewCampaignTemplate) SetLimits(v []TemplateLimitConfig)
- func (o *NewCampaignTemplate) SetName(v string)
- func (o *NewCampaignTemplate) SetReferralSettings(v CodeGeneratorSettings)
- func (o *NewCampaignTemplate) SetState(v string)
- func (o *NewCampaignTemplate) SetTags(v []string)
- func (o *NewCampaignTemplate) SetTemplateParams(v []CampaignTemplateParams)
- type NewCatalog
- func (o *NewCatalog) GetDescription() string
- func (o *NewCatalog) GetName() string
- func (o *NewCatalog) GetSubscribedApplicationsIds() []int32
- func (o *NewCatalog) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *NewCatalog) HasSubscribedApplicationsIds() bool
- func (o *NewCatalog) SetDescription(v string)
- func (o *NewCatalog) SetName(v string)
- func (o *NewCatalog) SetSubscribedApplicationsIds(v []int32)
- type NewCollection
- func (o *NewCollection) GetDescription() string
- func (o *NewCollection) GetDescriptionOk() (string, bool)
- func (o *NewCollection) GetName() string
- func (o *NewCollection) GetSubscribedApplicationsIds() []int32
- func (o *NewCollection) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *NewCollection) HasDescription() bool
- func (o *NewCollection) HasSubscribedApplicationsIds() bool
- func (o *NewCollection) SetDescription(v string)
- func (o *NewCollection) SetName(v string)
- func (o *NewCollection) SetSubscribedApplicationsIds(v []int32)
- type NewCouponCreationJob
- func (o *NewCouponCreationJob) GetAttributes() map[string]interface{}
- func (o *NewCouponCreationJob) GetCouponSettings() CodeGeneratorSettings
- func (o *NewCouponCreationJob) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *NewCouponCreationJob) GetDiscountLimit() float32
- func (o *NewCouponCreationJob) GetDiscountLimitOk() (float32, bool)
- func (o *NewCouponCreationJob) GetExpiryDate() time.Time
- func (o *NewCouponCreationJob) GetExpiryDateOk() (time.Time, bool)
- func (o *NewCouponCreationJob) GetNumberOfCoupons() int32
- func (o *NewCouponCreationJob) GetReservationLimit() int32
- func (o *NewCouponCreationJob) GetReservationLimitOk() (int32, bool)
- func (o *NewCouponCreationJob) GetStartDate() time.Time
- func (o *NewCouponCreationJob) GetStartDateOk() (time.Time, bool)
- func (o *NewCouponCreationJob) GetUsageLimit() int32
- func (o *NewCouponCreationJob) HasCouponSettings() bool
- func (o *NewCouponCreationJob) HasDiscountLimit() bool
- func (o *NewCouponCreationJob) HasExpiryDate() bool
- func (o *NewCouponCreationJob) HasReservationLimit() bool
- func (o *NewCouponCreationJob) HasStartDate() bool
- func (o *NewCouponCreationJob) SetAttributes(v map[string]interface{})
- func (o *NewCouponCreationJob) SetCouponSettings(v CodeGeneratorSettings)
- func (o *NewCouponCreationJob) SetDiscountLimit(v float32)
- func (o *NewCouponCreationJob) SetExpiryDate(v time.Time)
- func (o *NewCouponCreationJob) SetNumberOfCoupons(v int32)
- func (o *NewCouponCreationJob) SetReservationLimit(v int32)
- func (o *NewCouponCreationJob) SetStartDate(v time.Time)
- func (o *NewCouponCreationJob) SetUsageLimit(v int32)
- type NewCoupons
- func (o *NewCoupons) GetAttributes() map[string]interface{}
- func (o *NewCoupons) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewCoupons) GetCouponPattern() string
- func (o *NewCoupons) GetCouponPatternOk() (string, bool)
- func (o *NewCoupons) GetDiscountLimit() float32
- func (o *NewCoupons) GetDiscountLimitOk() (float32, bool)
- func (o *NewCoupons) GetExpiryDate() time.Time
- func (o *NewCoupons) GetExpiryDateOk() (time.Time, bool)
- func (o *NewCoupons) GetImplicitlyReserved() bool
- func (o *NewCoupons) GetImplicitlyReservedOk() (bool, bool)
- func (o *NewCoupons) GetIsReservationMandatory() bool
- func (o *NewCoupons) GetIsReservationMandatoryOk() (bool, bool)
- func (o *NewCoupons) GetLimits() []LimitConfig
- func (o *NewCoupons) GetLimitsOk() ([]LimitConfig, bool)
- func (o *NewCoupons) GetNumberOfCoupons() int32
- func (o *NewCoupons) GetRecipientIntegrationId() string
- func (o *NewCoupons) GetRecipientIntegrationIdOk() (string, bool)
- func (o *NewCoupons) GetReservationLimit() int32
- func (o *NewCoupons) GetReservationLimitOk() (int32, bool)
- func (o *NewCoupons) GetStartDate() time.Time
- func (o *NewCoupons) GetStartDateOk() (time.Time, bool)
- func (o *NewCoupons) GetUniquePrefix() string
- func (o *NewCoupons) GetUniquePrefixOk() (string, bool)
- func (o *NewCoupons) GetUsageLimit() int32
- func (o *NewCoupons) GetValidCharacters() []string
- func (o *NewCoupons) GetValidCharactersOk() ([]string, bool)
- func (o *NewCoupons) HasAttributes() bool
- func (o *NewCoupons) HasCouponPattern() bool
- func (o *NewCoupons) HasDiscountLimit() bool
- func (o *NewCoupons) HasExpiryDate() bool
- func (o *NewCoupons) HasImplicitlyReserved() bool
- func (o *NewCoupons) HasIsReservationMandatory() bool
- func (o *NewCoupons) HasLimits() bool
- func (o *NewCoupons) HasRecipientIntegrationId() bool
- func (o *NewCoupons) HasReservationLimit() bool
- func (o *NewCoupons) HasStartDate() bool
- func (o *NewCoupons) HasUniquePrefix() bool
- func (o *NewCoupons) HasValidCharacters() bool
- func (o *NewCoupons) SetAttributes(v map[string]interface{})
- func (o *NewCoupons) SetCouponPattern(v string)
- func (o *NewCoupons) SetDiscountLimit(v float32)
- func (o *NewCoupons) SetExpiryDate(v time.Time)
- func (o *NewCoupons) SetImplicitlyReserved(v bool)
- func (o *NewCoupons) SetIsReservationMandatory(v bool)
- func (o *NewCoupons) SetLimits(v []LimitConfig)
- func (o *NewCoupons) SetNumberOfCoupons(v int32)
- func (o *NewCoupons) SetRecipientIntegrationId(v string)
- func (o *NewCoupons) SetReservationLimit(v int32)
- func (o *NewCoupons) SetStartDate(v time.Time)
- func (o *NewCoupons) SetUniquePrefix(v string)
- func (o *NewCoupons) SetUsageLimit(v int32)
- func (o *NewCoupons) SetValidCharacters(v []string)
- type NewCouponsForMultipleRecipients
- func (o *NewCouponsForMultipleRecipients) GetAttributes() map[string]interface{}
- func (o *NewCouponsForMultipleRecipients) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewCouponsForMultipleRecipients) GetCouponPattern() string
- func (o *NewCouponsForMultipleRecipients) GetCouponPatternOk() (string, bool)
- func (o *NewCouponsForMultipleRecipients) GetDiscountLimit() float32
- func (o *NewCouponsForMultipleRecipients) GetDiscountLimitOk() (float32, bool)
- func (o *NewCouponsForMultipleRecipients) GetExpiryDate() time.Time
- func (o *NewCouponsForMultipleRecipients) GetExpiryDateOk() (time.Time, bool)
- func (o *NewCouponsForMultipleRecipients) GetRecipientsIntegrationIds() []string
- func (o *NewCouponsForMultipleRecipients) GetReservationLimit() int32
- func (o *NewCouponsForMultipleRecipients) GetReservationLimitOk() (int32, bool)
- func (o *NewCouponsForMultipleRecipients) GetStartDate() time.Time
- func (o *NewCouponsForMultipleRecipients) GetStartDateOk() (time.Time, bool)
- func (o *NewCouponsForMultipleRecipients) GetUsageLimit() int32
- func (o *NewCouponsForMultipleRecipients) GetValidCharacters() []string
- func (o *NewCouponsForMultipleRecipients) GetValidCharactersOk() ([]string, bool)
- func (o *NewCouponsForMultipleRecipients) HasAttributes() bool
- func (o *NewCouponsForMultipleRecipients) HasCouponPattern() bool
- func (o *NewCouponsForMultipleRecipients) HasDiscountLimit() bool
- func (o *NewCouponsForMultipleRecipients) HasExpiryDate() bool
- func (o *NewCouponsForMultipleRecipients) HasReservationLimit() bool
- func (o *NewCouponsForMultipleRecipients) HasStartDate() bool
- func (o *NewCouponsForMultipleRecipients) HasValidCharacters() bool
- func (o *NewCouponsForMultipleRecipients) SetAttributes(v map[string]interface{})
- func (o *NewCouponsForMultipleRecipients) SetCouponPattern(v string)
- func (o *NewCouponsForMultipleRecipients) SetDiscountLimit(v float32)
- func (o *NewCouponsForMultipleRecipients) SetExpiryDate(v time.Time)
- func (o *NewCouponsForMultipleRecipients) SetRecipientsIntegrationIds(v []string)
- func (o *NewCouponsForMultipleRecipients) SetReservationLimit(v int32)
- func (o *NewCouponsForMultipleRecipients) SetStartDate(v time.Time)
- func (o *NewCouponsForMultipleRecipients) SetUsageLimit(v int32)
- func (o *NewCouponsForMultipleRecipients) SetValidCharacters(v []string)
- type NewCustomEffect
- func (o *NewCustomEffect) GetApplicationIds() []int32
- func (o *NewCustomEffect) GetDescription() string
- func (o *NewCustomEffect) GetDescriptionOk() (string, bool)
- func (o *NewCustomEffect) GetEnabled() bool
- func (o *NewCustomEffect) GetIsPerItem() bool
- func (o *NewCustomEffect) GetIsPerItemOk() (bool, bool)
- func (o *NewCustomEffect) GetName() string
- func (o *NewCustomEffect) GetParams() []TemplateArgDef
- func (o *NewCustomEffect) GetParamsOk() ([]TemplateArgDef, bool)
- func (o *NewCustomEffect) GetPayload() string
- func (o *NewCustomEffect) GetTitle() string
- func (o *NewCustomEffect) HasDescription() bool
- func (o *NewCustomEffect) HasIsPerItem() bool
- func (o *NewCustomEffect) HasParams() bool
- func (o *NewCustomEffect) SetApplicationIds(v []int32)
- func (o *NewCustomEffect) SetDescription(v string)
- func (o *NewCustomEffect) SetEnabled(v bool)
- func (o *NewCustomEffect) SetIsPerItem(v bool)
- func (o *NewCustomEffect) SetName(v string)
- func (o *NewCustomEffect) SetParams(v []TemplateArgDef)
- func (o *NewCustomEffect) SetPayload(v string)
- func (o *NewCustomEffect) SetTitle(v string)
- type NewCustomerProfile
- type NewCustomerSession
- func (o *NewCustomerSession) GetAttributes() map[string]interface{}
- func (o *NewCustomerSession) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewCustomerSession) GetCartItems() []CartItem
- func (o *NewCustomerSession) GetCartItemsOk() ([]CartItem, bool)
- func (o *NewCustomerSession) GetCoupon() string
- func (o *NewCustomerSession) GetCouponOk() (string, bool)
- func (o *NewCustomerSession) GetIdentifiers() []string
- func (o *NewCustomerSession) GetIdentifiersOk() ([]string, bool)
- func (o *NewCustomerSession) GetProfileId() string
- func (o *NewCustomerSession) GetProfileIdOk() (string, bool)
- func (o *NewCustomerSession) GetReferral() string
- func (o *NewCustomerSession) GetReferralOk() (string, bool)
- func (o *NewCustomerSession) GetState() string
- func (o *NewCustomerSession) GetStateOk() (string, bool)
- func (o *NewCustomerSession) GetTotal() float32
- func (o *NewCustomerSession) GetTotalOk() (float32, bool)
- func (o *NewCustomerSession) HasAttributes() bool
- func (o *NewCustomerSession) HasCartItems() bool
- func (o *NewCustomerSession) HasCoupon() bool
- func (o *NewCustomerSession) HasIdentifiers() bool
- func (o *NewCustomerSession) HasProfileId() bool
- func (o *NewCustomerSession) HasReferral() bool
- func (o *NewCustomerSession) HasState() bool
- func (o *NewCustomerSession) HasTotal() bool
- func (o *NewCustomerSession) SetAttributes(v map[string]interface{})
- func (o *NewCustomerSession) SetCartItems(v []CartItem)
- func (o *NewCustomerSession) SetCoupon(v string)
- func (o *NewCustomerSession) SetIdentifiers(v []string)
- func (o *NewCustomerSession) SetProfileId(v string)
- func (o *NewCustomerSession) SetReferral(v string)
- func (o *NewCustomerSession) SetState(v string)
- func (o *NewCustomerSession) SetTotal(v float32)
- type NewCustomerSessionV2
- func (o *NewCustomerSessionV2) GetAdditionalCosts() map[string]AdditionalCost
- func (o *NewCustomerSessionV2) GetAdditionalCostsOk() (map[string]AdditionalCost, bool)
- func (o *NewCustomerSessionV2) GetAttributes() map[string]interface{}
- func (o *NewCustomerSessionV2) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewCustomerSessionV2) GetCartItems() []CartItem
- func (o *NewCustomerSessionV2) GetCartItemsOk() ([]CartItem, bool)
- func (o *NewCustomerSessionV2) GetCouponCodes() []string
- func (o *NewCustomerSessionV2) GetCouponCodesOk() ([]string, bool)
- func (o *NewCustomerSessionV2) GetEvaluableCampaignIds() []int32
- func (o *NewCustomerSessionV2) GetEvaluableCampaignIdsOk() ([]int32, bool)
- func (o *NewCustomerSessionV2) GetIdentifiers() []string
- func (o *NewCustomerSessionV2) GetIdentifiersOk() ([]string, bool)
- func (o *NewCustomerSessionV2) GetLoyaltyCards() []string
- func (o *NewCustomerSessionV2) GetLoyaltyCardsOk() ([]string, bool)
- func (o *NewCustomerSessionV2) GetProfileId() string
- func (o *NewCustomerSessionV2) GetProfileIdOk() (string, bool)
- func (o *NewCustomerSessionV2) GetReferralCode() string
- func (o *NewCustomerSessionV2) GetReferralCodeOk() (string, bool)
- func (o *NewCustomerSessionV2) GetState() string
- func (o *NewCustomerSessionV2) GetStateOk() (string, bool)
- func (o *NewCustomerSessionV2) GetStoreIntegrationId() string
- func (o *NewCustomerSessionV2) GetStoreIntegrationIdOk() (string, bool)
- func (o *NewCustomerSessionV2) HasAdditionalCosts() bool
- func (o *NewCustomerSessionV2) HasAttributes() bool
- func (o *NewCustomerSessionV2) HasCartItems() bool
- func (o *NewCustomerSessionV2) HasCouponCodes() bool
- func (o *NewCustomerSessionV2) HasEvaluableCampaignIds() bool
- func (o *NewCustomerSessionV2) HasIdentifiers() bool
- func (o *NewCustomerSessionV2) HasLoyaltyCards() bool
- func (o *NewCustomerSessionV2) HasProfileId() bool
- func (o *NewCustomerSessionV2) HasReferralCode() bool
- func (o *NewCustomerSessionV2) HasState() bool
- func (o *NewCustomerSessionV2) HasStoreIntegrationId() bool
- func (o *NewCustomerSessionV2) SetAdditionalCosts(v map[string]AdditionalCost)
- func (o *NewCustomerSessionV2) SetAttributes(v map[string]interface{})
- func (o *NewCustomerSessionV2) SetCartItems(v []CartItem)
- func (o *NewCustomerSessionV2) SetCouponCodes(v []string)
- func (o *NewCustomerSessionV2) SetEvaluableCampaignIds(v []int32)
- func (o *NewCustomerSessionV2) SetIdentifiers(v []string)
- func (o *NewCustomerSessionV2) SetLoyaltyCards(v []string)
- func (o *NewCustomerSessionV2) SetProfileId(v string)
- func (o *NewCustomerSessionV2) SetReferralCode(v string)
- func (o *NewCustomerSessionV2) SetState(v string)
- func (o *NewCustomerSessionV2) SetStoreIntegrationId(v string)
- type NewEvent
- func (o *NewEvent) GetAttributes() map[string]interface{}
- func (o *NewEvent) GetProfileId() string
- func (o *NewEvent) GetProfileIdOk() (string, bool)
- func (o *NewEvent) GetSessionId() string
- func (o *NewEvent) GetStoreIntegrationId() string
- func (o *NewEvent) GetStoreIntegrationIdOk() (string, bool)
- func (o *NewEvent) GetType() string
- func (o *NewEvent) HasProfileId() bool
- func (o *NewEvent) HasStoreIntegrationId() bool
- func (o *NewEvent) SetAttributes(v map[string]interface{})
- func (o *NewEvent) SetProfileId(v string)
- func (o *NewEvent) SetSessionId(v string)
- func (o *NewEvent) SetStoreIntegrationId(v string)
- func (o *NewEvent) SetType(v string)
- type NewEventType
- func (o *NewEventType) GetDescription() string
- func (o *NewEventType) GetDescriptionOk() (string, bool)
- func (o *NewEventType) GetName() string
- func (o *NewEventType) GetTitle() string
- func (o *NewEventType) HasDescription() bool
- func (o *NewEventType) SetDescription(v string)
- func (o *NewEventType) SetName(v string)
- func (o *NewEventType) SetTitle(v string)
- type NewExternalInvitation
- func (o *NewExternalInvitation) GetEmail() string
- func (o *NewExternalInvitation) GetName() string
- func (o *NewExternalInvitation) GetNameOk() (string, bool)
- func (o *NewExternalInvitation) GetUserGroups() []string
- func (o *NewExternalInvitation) GetUserGroupsOk() ([]string, bool)
- func (o *NewExternalInvitation) HasName() bool
- func (o *NewExternalInvitation) HasUserGroups() bool
- func (o *NewExternalInvitation) SetEmail(v string)
- func (o *NewExternalInvitation) SetName(v string)
- func (o *NewExternalInvitation) SetUserGroups(v []string)
- type NewGiveawaysPool
- func (o *NewGiveawaysPool) GetDescription() string
- func (o *NewGiveawaysPool) GetDescriptionOk() (string, bool)
- func (o *NewGiveawaysPool) GetName() string
- func (o *NewGiveawaysPool) GetSandbox() bool
- func (o *NewGiveawaysPool) GetSubscribedApplicationsIds() []int32
- func (o *NewGiveawaysPool) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *NewGiveawaysPool) HasDescription() bool
- func (o *NewGiveawaysPool) HasSubscribedApplicationsIds() bool
- func (o *NewGiveawaysPool) SetDescription(v string)
- func (o *NewGiveawaysPool) SetName(v string)
- func (o *NewGiveawaysPool) SetSandbox(v bool)
- func (o *NewGiveawaysPool) SetSubscribedApplicationsIds(v []int32)
- type NewInternalAudience
- func (o *NewInternalAudience) GetDescription() string
- func (o *NewInternalAudience) GetDescriptionOk() (string, bool)
- func (o *NewInternalAudience) GetName() string
- func (o *NewInternalAudience) GetSandbox() bool
- func (o *NewInternalAudience) GetSandboxOk() (bool, bool)
- func (o *NewInternalAudience) HasDescription() bool
- func (o *NewInternalAudience) HasSandbox() bool
- func (o *NewInternalAudience) SetDescription(v string)
- func (o *NewInternalAudience) SetName(v string)
- func (o *NewInternalAudience) SetSandbox(v bool)
- type NewInvitation
- func (o *NewInvitation) GetAcl() string
- func (o *NewInvitation) GetAclOk() (string, bool)
- func (o *NewInvitation) GetEmail() string
- func (o *NewInvitation) GetIsAdmin() bool
- func (o *NewInvitation) GetIsAdminOk() (bool, bool)
- func (o *NewInvitation) GetName() string
- func (o *NewInvitation) GetNameOk() (string, bool)
- func (o *NewInvitation) GetRoles() []int32
- func (o *NewInvitation) GetRolesOk() ([]int32, bool)
- func (o *NewInvitation) HasAcl() bool
- func (o *NewInvitation) HasIsAdmin() bool
- func (o *NewInvitation) HasName() bool
- func (o *NewInvitation) HasRoles() bool
- func (o *NewInvitation) SetAcl(v string)
- func (o *NewInvitation) SetEmail(v string)
- func (o *NewInvitation) SetIsAdmin(v bool)
- func (o *NewInvitation) SetName(v string)
- func (o *NewInvitation) SetRoles(v []int32)
- type NewInviteEmail
- type NewLoyaltyProgram
- func (o *NewLoyaltyProgram) GetAllowSubledger() bool
- func (o *NewLoyaltyProgram) GetCardBased() bool
- func (o *NewLoyaltyProgram) GetDefaultPending() string
- func (o *NewLoyaltyProgram) GetDefaultValidity() string
- func (o *NewLoyaltyProgram) GetDescription() string
- func (o *NewLoyaltyProgram) GetDescriptionOk() (string, bool)
- func (o *NewLoyaltyProgram) GetName() string
- func (o *NewLoyaltyProgram) GetProgramJoinPolicy() string
- func (o *NewLoyaltyProgram) GetProgramJoinPolicyOk() (string, bool)
- func (o *NewLoyaltyProgram) GetSandbox() bool
- func (o *NewLoyaltyProgram) GetSubscribedApplications() []int32
- func (o *NewLoyaltyProgram) GetSubscribedApplicationsOk() ([]int32, bool)
- func (o *NewLoyaltyProgram) GetTiers() []NewLoyaltyTier
- func (o *NewLoyaltyProgram) GetTiersDowngradePolicy() string
- func (o *NewLoyaltyProgram) GetTiersDowngradePolicyOk() (string, bool)
- func (o *NewLoyaltyProgram) GetTiersExpirationPolicy() string
- func (o *NewLoyaltyProgram) GetTiersExpirationPolicyOk() (string, bool)
- func (o *NewLoyaltyProgram) GetTiersExpireIn() string
- func (o *NewLoyaltyProgram) GetTiersExpireInOk() (string, bool)
- func (o *NewLoyaltyProgram) GetTiersOk() ([]NewLoyaltyTier, bool)
- func (o *NewLoyaltyProgram) GetTimezone() string
- func (o *NewLoyaltyProgram) GetTitle() string
- func (o *NewLoyaltyProgram) GetUsersPerCardLimit() int32
- func (o *NewLoyaltyProgram) GetUsersPerCardLimitOk() (int32, bool)
- func (o *NewLoyaltyProgram) HasDescription() bool
- func (o *NewLoyaltyProgram) HasProgramJoinPolicy() bool
- func (o *NewLoyaltyProgram) HasSubscribedApplications() bool
- func (o *NewLoyaltyProgram) HasTiers() bool
- func (o *NewLoyaltyProgram) HasTiersDowngradePolicy() bool
- func (o *NewLoyaltyProgram) HasTiersExpirationPolicy() bool
- func (o *NewLoyaltyProgram) HasTiersExpireIn() bool
- func (o *NewLoyaltyProgram) HasUsersPerCardLimit() bool
- func (o *NewLoyaltyProgram) SetAllowSubledger(v bool)
- func (o *NewLoyaltyProgram) SetCardBased(v bool)
- func (o *NewLoyaltyProgram) SetDefaultPending(v string)
- func (o *NewLoyaltyProgram) SetDefaultValidity(v string)
- func (o *NewLoyaltyProgram) SetDescription(v string)
- func (o *NewLoyaltyProgram) SetName(v string)
- func (o *NewLoyaltyProgram) SetProgramJoinPolicy(v string)
- func (o *NewLoyaltyProgram) SetSandbox(v bool)
- func (o *NewLoyaltyProgram) SetSubscribedApplications(v []int32)
- func (o *NewLoyaltyProgram) SetTiers(v []NewLoyaltyTier)
- func (o *NewLoyaltyProgram) SetTiersDowngradePolicy(v string)
- func (o *NewLoyaltyProgram) SetTiersExpirationPolicy(v string)
- func (o *NewLoyaltyProgram) SetTiersExpireIn(v string)
- func (o *NewLoyaltyProgram) SetTimezone(v string)
- func (o *NewLoyaltyProgram) SetTitle(v string)
- func (o *NewLoyaltyProgram) SetUsersPerCardLimit(v int32)
- type NewLoyaltyTier
- type NewManagementKey
- func (o *NewManagementKey) GetAccountID() int32
- func (o *NewManagementKey) GetAllowedApplicationIds() []int32
- func (o *NewManagementKey) GetAllowedApplicationIdsOk() ([]int32, bool)
- func (o *NewManagementKey) GetCreated() time.Time
- func (o *NewManagementKey) GetCreatedBy() int32
- func (o *NewManagementKey) GetEndpoints() []Endpoint
- func (o *NewManagementKey) GetExpiryDate() time.Time
- func (o *NewManagementKey) GetId() int32
- func (o *NewManagementKey) GetKey() string
- func (o *NewManagementKey) GetName() string
- func (o *NewManagementKey) HasAllowedApplicationIds() bool
- func (o *NewManagementKey) SetAccountID(v int32)
- func (o *NewManagementKey) SetAllowedApplicationIds(v []int32)
- func (o *NewManagementKey) SetCreated(v time.Time)
- func (o *NewManagementKey) SetCreatedBy(v int32)
- func (o *NewManagementKey) SetEndpoints(v []Endpoint)
- func (o *NewManagementKey) SetExpiryDate(v time.Time)
- func (o *NewManagementKey) SetId(v int32)
- func (o *NewManagementKey) SetKey(v string)
- func (o *NewManagementKey) SetName(v string)
- type NewMultipleAudiencesItem
- func (o *NewMultipleAudiencesItem) GetIntegrationId() string
- func (o *NewMultipleAudiencesItem) GetIntegrationIdOk() (string, bool)
- func (o *NewMultipleAudiencesItem) GetName() string
- func (o *NewMultipleAudiencesItem) HasIntegrationId() bool
- func (o *NewMultipleAudiencesItem) SetIntegrationId(v string)
- func (o *NewMultipleAudiencesItem) SetName(v string)
- type NewNotificationTest
- func (o *NewNotificationTest) GetHeaders() map[string]string
- func (o *NewNotificationTest) GetHeadersOk() (map[string]string, bool)
- func (o *NewNotificationTest) GetPayload() string
- func (o *NewNotificationTest) GetQueryParams() map[string]string
- func (o *NewNotificationTest) GetQueryParamsOk() (map[string]string, bool)
- func (o *NewNotificationTest) GetType() string
- func (o *NewNotificationTest) GetUrl() string
- func (o *NewNotificationTest) GetVerb() string
- func (o *NewNotificationTest) HasHeaders() bool
- func (o *NewNotificationTest) HasQueryParams() bool
- func (o *NewNotificationTest) SetHeaders(v map[string]string)
- func (o *NewNotificationTest) SetPayload(v string)
- func (o *NewNotificationTest) SetQueryParams(v map[string]string)
- func (o *NewNotificationTest) SetType(v string)
- func (o *NewNotificationTest) SetUrl(v string)
- func (o *NewNotificationTest) SetVerb(v string)
- type NewNotificationWebhook
- func (o *NewNotificationWebhook) GetEnabled() bool
- func (o *NewNotificationWebhook) GetEnabledOk() (bool, bool)
- func (o *NewNotificationWebhook) GetHeaders() []string
- func (o *NewNotificationWebhook) GetUrl() string
- func (o *NewNotificationWebhook) HasEnabled() bool
- func (o *NewNotificationWebhook) SetEnabled(v bool)
- func (o *NewNotificationWebhook) SetHeaders(v []string)
- func (o *NewNotificationWebhook) SetUrl(v string)
- type NewOutgoingIntegrationWebhook
- type NewPassword
- type NewPasswordEmail
- type NewPicklist
- type NewReferral
- func (o *NewReferral) GetAdvocateProfileIntegrationId() string
- func (o *NewReferral) GetAttributes() map[string]interface{}
- func (o *NewReferral) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewReferral) GetCampaignId() int32
- func (o *NewReferral) GetExpiryDate() time.Time
- func (o *NewReferral) GetExpiryDateOk() (time.Time, bool)
- func (o *NewReferral) GetFriendProfileIntegrationId() string
- func (o *NewReferral) GetFriendProfileIntegrationIdOk() (string, bool)
- func (o *NewReferral) GetStartDate() time.Time
- func (o *NewReferral) GetStartDateOk() (time.Time, bool)
- func (o *NewReferral) GetUsageLimit() int32
- func (o *NewReferral) GetUsageLimitOk() (int32, bool)
- func (o *NewReferral) HasAttributes() bool
- func (o *NewReferral) HasExpiryDate() bool
- func (o *NewReferral) HasFriendProfileIntegrationId() bool
- func (o *NewReferral) HasStartDate() bool
- func (o *NewReferral) HasUsageLimit() bool
- func (o *NewReferral) SetAdvocateProfileIntegrationId(v string)
- func (o *NewReferral) SetAttributes(v map[string]interface{})
- func (o *NewReferral) SetCampaignId(v int32)
- func (o *NewReferral) SetExpiryDate(v time.Time)
- func (o *NewReferral) SetFriendProfileIntegrationId(v string)
- func (o *NewReferral) SetStartDate(v time.Time)
- func (o *NewReferral) SetUsageLimit(v int32)
- type NewReferralsForMultipleAdvocates
- func (o *NewReferralsForMultipleAdvocates) GetAdvocateProfileIntegrationIds() []string
- func (o *NewReferralsForMultipleAdvocates) GetAttributes() map[string]interface{}
- func (o *NewReferralsForMultipleAdvocates) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewReferralsForMultipleAdvocates) GetCampaignId() int32
- func (o *NewReferralsForMultipleAdvocates) GetExpiryDate() time.Time
- func (o *NewReferralsForMultipleAdvocates) GetExpiryDateOk() (time.Time, bool)
- func (o *NewReferralsForMultipleAdvocates) GetReferralPattern() string
- func (o *NewReferralsForMultipleAdvocates) GetReferralPatternOk() (string, bool)
- func (o *NewReferralsForMultipleAdvocates) GetStartDate() time.Time
- func (o *NewReferralsForMultipleAdvocates) GetStartDateOk() (time.Time, bool)
- func (o *NewReferralsForMultipleAdvocates) GetUsageLimit() int32
- func (o *NewReferralsForMultipleAdvocates) GetValidCharacters() []string
- func (o *NewReferralsForMultipleAdvocates) GetValidCharactersOk() ([]string, bool)
- func (o *NewReferralsForMultipleAdvocates) HasAttributes() bool
- func (o *NewReferralsForMultipleAdvocates) HasExpiryDate() bool
- func (o *NewReferralsForMultipleAdvocates) HasReferralPattern() bool
- func (o *NewReferralsForMultipleAdvocates) HasStartDate() bool
- func (o *NewReferralsForMultipleAdvocates) HasValidCharacters() bool
- func (o *NewReferralsForMultipleAdvocates) SetAdvocateProfileIntegrationIds(v []string)
- func (o *NewReferralsForMultipleAdvocates) SetAttributes(v map[string]interface{})
- func (o *NewReferralsForMultipleAdvocates) SetCampaignId(v int32)
- func (o *NewReferralsForMultipleAdvocates) SetExpiryDate(v time.Time)
- func (o *NewReferralsForMultipleAdvocates) SetReferralPattern(v string)
- func (o *NewReferralsForMultipleAdvocates) SetStartDate(v time.Time)
- func (o *NewReferralsForMultipleAdvocates) SetUsageLimit(v int32)
- func (o *NewReferralsForMultipleAdvocates) SetValidCharacters(v []string)
- type NewReturn
- type NewRole
- func (o *NewRole) GetAcl() string
- func (o *NewRole) GetDescription() string
- func (o *NewRole) GetDescriptionOk() (string, bool)
- func (o *NewRole) GetMembers() []int32
- func (o *NewRole) GetName() string
- func (o *NewRole) HasDescription() bool
- func (o *NewRole) SetAcl(v string)
- func (o *NewRole) SetDescription(v string)
- func (o *NewRole) SetMembers(v []int32)
- func (o *NewRole) SetName(v string)
- type NewRoleV2
- func (o *NewRoleV2) GetDescription() string
- func (o *NewRoleV2) GetMembers() []int32
- func (o *NewRoleV2) GetMembersOk() ([]int32, bool)
- func (o *NewRoleV2) GetName() string
- func (o *NewRoleV2) GetPermissions() RoleV2Permissions
- func (o *NewRoleV2) GetPermissionsOk() (RoleV2Permissions, bool)
- func (o *NewRoleV2) HasMembers() bool
- func (o *NewRoleV2) HasPermissions() bool
- func (o *NewRoleV2) SetDescription(v string)
- func (o *NewRoleV2) SetMembers(v []int32)
- func (o *NewRoleV2) SetName(v string)
- func (o *NewRoleV2) SetPermissions(v RoleV2Permissions)
- type NewRuleset
- func (o *NewRuleset) GetActivate() bool
- func (o *NewRuleset) GetActivateOk() (bool, bool)
- func (o *NewRuleset) GetBindings() []Binding
- func (o *NewRuleset) GetRbVersion() string
- func (o *NewRuleset) GetRbVersionOk() (string, bool)
- func (o *NewRuleset) GetRules() []Rule
- func (o *NewRuleset) GetStrikethroughRules() []Rule
- func (o *NewRuleset) GetStrikethroughRulesOk() ([]Rule, bool)
- func (o *NewRuleset) HasActivate() bool
- func (o *NewRuleset) HasRbVersion() bool
- func (o *NewRuleset) HasStrikethroughRules() bool
- func (o *NewRuleset) SetActivate(v bool)
- func (o *NewRuleset) SetBindings(v []Binding)
- func (o *NewRuleset) SetRbVersion(v string)
- func (o *NewRuleset) SetRules(v []Rule)
- func (o *NewRuleset) SetStrikethroughRules(v []Rule)
- type NewSamlConnection
- func (o *NewSamlConnection) GetAccountId() int32
- func (o *NewSamlConnection) GetAudienceURI() string
- func (o *NewSamlConnection) GetAudienceURIOk() (string, bool)
- func (o *NewSamlConnection) GetEnabled() bool
- func (o *NewSamlConnection) GetIssuer() string
- func (o *NewSamlConnection) GetMetadataURL() string
- func (o *NewSamlConnection) GetMetadataURLOk() (string, bool)
- func (o *NewSamlConnection) GetName() string
- func (o *NewSamlConnection) GetSignOnURL() string
- func (o *NewSamlConnection) GetSignOutURL() string
- func (o *NewSamlConnection) GetSignOutURLOk() (string, bool)
- func (o *NewSamlConnection) GetX509certificate() string
- func (o *NewSamlConnection) HasAudienceURI() bool
- func (o *NewSamlConnection) HasMetadataURL() bool
- func (o *NewSamlConnection) HasSignOutURL() bool
- func (o *NewSamlConnection) SetAccountId(v int32)
- func (o *NewSamlConnection) SetAudienceURI(v string)
- func (o *NewSamlConnection) SetEnabled(v bool)
- func (o *NewSamlConnection) SetIssuer(v string)
- func (o *NewSamlConnection) SetMetadataURL(v string)
- func (o *NewSamlConnection) SetName(v string)
- func (o *NewSamlConnection) SetSignOnURL(v string)
- func (o *NewSamlConnection) SetSignOutURL(v string)
- func (o *NewSamlConnection) SetX509certificate(v string)
- type NewStore
- func (o *NewStore) GetAttributes() map[string]interface{}
- func (o *NewStore) GetAttributesOk() (map[string]interface{}, bool)
- func (o *NewStore) GetDescription() string
- func (o *NewStore) GetIntegrationId() string
- func (o *NewStore) GetName() string
- func (o *NewStore) HasAttributes() bool
- func (o *NewStore) SetAttributes(v map[string]interface{})
- func (o *NewStore) SetDescription(v string)
- func (o *NewStore) SetIntegrationId(v string)
- func (o *NewStore) SetName(v string)
- type NewTemplateDef
- func (o *NewTemplateDef) GetArgs() []TemplateArgDef
- func (o *NewTemplateDef) GetCategory() string
- func (o *NewTemplateDef) GetDescription() string
- func (o *NewTemplateDef) GetDescriptionOk() (string, bool)
- func (o *NewTemplateDef) GetExpose() bool
- func (o *NewTemplateDef) GetExposeOk() (bool, bool)
- func (o *NewTemplateDef) GetExpr() []interface{}
- func (o *NewTemplateDef) GetHelp() string
- func (o *NewTemplateDef) GetHelpOk() (string, bool)
- func (o *NewTemplateDef) GetTitle() string
- func (o *NewTemplateDef) HasDescription() bool
- func (o *NewTemplateDef) HasExpose() bool
- func (o *NewTemplateDef) HasHelp() bool
- func (o *NewTemplateDef) SetArgs(v []TemplateArgDef)
- func (o *NewTemplateDef) SetCategory(v string)
- func (o *NewTemplateDef) SetDescription(v string)
- func (o *NewTemplateDef) SetExpose(v bool)
- func (o *NewTemplateDef) SetExpr(v []interface{})
- func (o *NewTemplateDef) SetHelp(v string)
- func (o *NewTemplateDef) SetTitle(v string)
- type NewUser
- func (o *NewUser) GetEmail() string
- func (o *NewUser) GetInviteToken() string
- func (o *NewUser) GetName() string
- func (o *NewUser) GetNameOk() (string, bool)
- func (o *NewUser) GetPassword() string
- func (o *NewUser) HasName() bool
- func (o *NewUser) SetEmail(v string)
- func (o *NewUser) SetInviteToken(v string)
- func (o *NewUser) SetName(v string)
- func (o *NewUser) SetPassword(v string)
- type NewWebhook
- func (o *NewWebhook) GetApplicationIds() []int32
- func (o *NewWebhook) GetEnabled() bool
- func (o *NewWebhook) GetHeaders() []string
- func (o *NewWebhook) GetParams() []TemplateArgDef
- func (o *NewWebhook) GetPayload() string
- func (o *NewWebhook) GetPayloadOk() (string, bool)
- func (o *NewWebhook) GetTitle() string
- func (o *NewWebhook) GetUrl() string
- func (o *NewWebhook) GetVerb() string
- func (o *NewWebhook) HasPayload() bool
- func (o *NewWebhook) SetApplicationIds(v []int32)
- func (o *NewWebhook) SetEnabled(v bool)
- func (o *NewWebhook) SetHeaders(v []string)
- func (o *NewWebhook) SetParams(v []TemplateArgDef)
- func (o *NewWebhook) SetPayload(v string)
- func (o *NewWebhook) SetTitle(v string)
- func (o *NewWebhook) SetUrl(v string)
- func (o *NewWebhook) SetVerb(v string)
- type Notification
- type NotificationActivation
- type NotificationListItem
- func (o *NotificationListItem) GetEnabled() bool
- func (o *NotificationListItem) GetEntityId() int32
- func (o *NotificationListItem) GetNotificationId() int32
- func (o *NotificationListItem) GetNotificationName() string
- func (o *NotificationListItem) SetEnabled(v bool)
- func (o *NotificationListItem) SetEntityId(v int32)
- func (o *NotificationListItem) SetNotificationId(v int32)
- func (o *NotificationListItem) SetNotificationName(v string)
- type NotificationTest
- type NotificationWebhook
- func (o *NotificationWebhook) GetApplicationId() int32
- func (o *NotificationWebhook) GetCreated() time.Time
- func (o *NotificationWebhook) GetEnabled() bool
- func (o *NotificationWebhook) GetEnabledOk() (bool, bool)
- func (o *NotificationWebhook) GetHeaders() []string
- func (o *NotificationWebhook) GetId() int32
- func (o *NotificationWebhook) GetModified() time.Time
- func (o *NotificationWebhook) GetUrl() string
- func (o *NotificationWebhook) HasEnabled() bool
- func (o *NotificationWebhook) SetApplicationId(v int32)
- func (o *NotificationWebhook) SetCreated(v time.Time)
- func (o *NotificationWebhook) SetEnabled(v bool)
- func (o *NotificationWebhook) SetHeaders(v []string)
- func (o *NotificationWebhook) SetId(v int32)
- func (o *NotificationWebhook) SetModified(v time.Time)
- func (o *NotificationWebhook) SetUrl(v string)
- type NullableAcceptCouponEffectProps
- type NullableAcceptReferralEffectProps
- type NullableAccessLogEntry
- type NullableAccount
- type NullableAccountAdditionalCost
- type NullableAccountAnalytics
- type NullableAccountDashboardStatistic
- type NullableAccountDashboardStatisticApiCalls
- type NullableAccountDashboardStatisticCampaigns
- type NullableAccountDashboardStatisticDiscount
- type NullableAccountDashboardStatisticLoyaltyPoints
- type NullableAccountDashboardStatisticReferrals
- type NullableAccountDashboardStatisticRevenue
- type NullableAccountEntity
- type NullableAccountLimits
- type NullableAchievement
- type NullableAchievementAdditionalProperties
- type NullableAchievementProgress
- type NullableActivateUserRequest
- type NullableAddFreeItemEffectProps
- type NullableAddItemCatalogAction
- type NullableAddLoyaltyPoints
- type NullableAddLoyaltyPointsEffectProps
- type NullableAddToAudienceEffectProps
- type NullableAddedDeductedPointsNotificationPolicy
- type NullableAdditionalCampaignProperties
- type NullableAdditionalCost
- type NullableApiError
- type NullableApplication
- type NullableApplicationAnalyticsDataPoint
- type NullableApplicationAnalyticsDataPointAvgItemsPerSession
- type NullableApplicationAnalyticsDataPointAvgSessionValue
- type NullableApplicationAnalyticsDataPointSessionsCount
- type NullableApplicationAnalyticsDataPointTotalRevenue
- type NullableApplicationApiHealth
- type NullableApplicationApiKey
- type NullableApplicationCampaignAnalytics
- type NullableApplicationCampaignAnalyticsAvgItemsPerSession
- type NullableApplicationCampaignAnalyticsAvgSessionValue
- type NullableApplicationCampaignAnalyticsCouponsCount
- type NullableApplicationCampaignAnalyticsSessionsCount
- type NullableApplicationCampaignAnalyticsTotalDiscounts
- type NullableApplicationCampaignAnalyticsTotalRevenue
- type NullableApplicationCampaignStats
- type NullableApplicationCustomer
- type NullableApplicationCustomerEntity
- type NullableApplicationEntity
- type NullableApplicationEvent
- type NullableApplicationNotification
- type NullableApplicationReferee
- type NullableApplicationSession
- type NullableApplicationSessionEntity
- type NullableApplicationStoreEntity
- type NullableAsyncCouponCreationResponse
- type NullableAttribute
- type NullableAttributesMandatory
- type NullableAttributesSettings
- type NullableAudience
- type NullableAudienceAnalytics
- type NullableAudienceCustomer
- type NullableAudienceIntegrationId
- type NullableAudienceMembership
- type NullableAwardGiveawayEffectProps
- type NullableBaseCampaign
- type NullableBaseCampaignForNotification
- type NullableBaseLoyaltyProgram
- type NullableBaseNotification
- type NullableBaseNotificationEntity
- type NullableBaseNotificationWebhook
- type NullableBaseNotifications
- type NullableBaseSamlConnection
- type NullableBinding
- type NullableBool
- type NullableBulkApplicationNotification
- type NullableBulkCampaignNotification
- type NullableBulkOperationOnCampaigns
- type NullableCampaign
- type NullableCampaignActivationRequest
- type NullableCampaignAnalytics
- type NullableCampaignBudget
- type NullableCampaignCollection
- type NullableCampaignCollectionWithoutPayload
- type NullableCampaignCopy
- type NullableCampaignCreatedNotification
- type NullableCampaignDeletedNotification
- type NullableCampaignEditedNotification
- type NullableCampaignEntity
- type NullableCampaignEvaluationGroup
- type NullableCampaignEvaluationPosition
- type NullableCampaignEvaluationTreeChangedNotification
- type NullableCampaignForNotification
- type NullableCampaignGroup
- type NullableCampaignGroupEntity
- type NullableCampaignNotification
- type NullableCampaignNotificationPolicy
- type NullableCampaignPrioritiesChangedNotification
- type NullableCampaignPrioritiesV2
- type NullableCampaignRulesetChangedNotification
- type NullableCampaignSearch
- type NullableCampaignSet
- type NullableCampaignSetBranchNode
- type NullableCampaignSetIDs
- type NullableCampaignSetLeafNode
- type NullableCampaignSetNode
- type NullableCampaignSetV2
- type NullableCampaignStateChangedNotification
- type NullableCampaignStateNotification
- type NullableCampaignTemplate
- type NullableCampaignTemplateCollection
- type NullableCampaignTemplateParams
- type NullableCardExpiringPointsNotificationPolicy
- type NullableCardExpiringPointsNotificationTrigger
- type NullableCardLedgerPointsEntryIntegrationApi
- type NullableCardLedgerTransactionLogEntry
- type NullableCardLedgerTransactionLogEntryIntegrationApi
- type NullableCartItem
- type NullableCatalog
- type NullableCatalogAction
- type NullableCatalogActionFilter
- type NullableCatalogItem
- type NullableCatalogSyncRequest
- type NullableCatalogsStrikethroughNotificationPolicy
- type NullableChange
- type NullableChangeLoyaltyTierLevelEffectProps
- type NullableChangeProfilePassword
- type NullableCodeGeneratorSettings
- type NullableCollection
- type NullableCollectionItem
- type NullableCollectionWithoutPayload
- type NullableCoupon
- type NullableCouponConstraints
- type NullableCouponCreatedEffectProps
- type NullableCouponCreationJob
- type NullableCouponLimitConfigs
- type NullableCouponRejectionReason
- type NullableCouponReservations
- type NullableCouponSearch
- type NullableCouponValue
- type NullableCouponsNotificationPolicy
- type NullableCreateAchievement
- type NullableCreateApplicationApiKey
- type NullableCreateManagementKey
- type NullableCreateTemplateCampaign
- type NullableCreateTemplateCampaignResponse
- type NullableCustomEffect
- type NullableCustomEffectProps
- type NullableCustomerActivityReport
- type NullableCustomerAnalytics
- type NullableCustomerInventory
- type NullableCustomerProfile
- type NullableCustomerProfileAudienceRequest
- type NullableCustomerProfileAudienceRequestItem
- type NullableCustomerProfileIntegrationRequestV2
- type NullableCustomerProfileIntegrationResponseV2
- type NullableCustomerProfileSearchQuery
- type NullableCustomerProfileUpdateV2Response
- type NullableCustomerSession
- type NullableCustomerSessionV2
- type NullableDeactivateUserRequest
- type NullableDeductLoyaltyPoints
- type NullableDeductLoyaltyPointsEffectProps
- type NullableDeleteUserRequest
- type NullableEffect
- type NullableEffectEntity
- type NullableEmailEntity
- type NullableEndpoint
- type NullableEntity
- type NullableEntityWithTalangVisibleId
- type NullableEnvironment
- type NullableErrorEffectProps
- type NullableErrorResponse
- type NullableErrorResponseWithStatus
- type NullableErrorSource
- type NullableEvaluableCampaignIds
- type NullableEvent
- type NullableEventType
- type NullableEventV2
- type NullableExpiringCouponsNotificationPolicy
- type NullableExpiringCouponsNotificationTrigger
- type NullableExpiringPointsNotificationPolicy
- type NullableExpiringPointsNotificationTrigger
- type NullableExport
- type NullableFeatureFlag
- type NullableFeaturesFeed
- type NullableFeedNotification
- type NullableFloat32
- type NullableFloat64
- type NullableFrontendState
- type NullableFuncArgDef
- type NullableFunctionDef
- type NullableGetIntegrationCouponRequest
- type NullableGiveaway
- type NullableGiveawaysPool
- type NullableIdentifiableEntity
- type NullableImport
- type NullableImportEntity
- type NullableIncreaseAchievementProgressEffectProps
- type NullableInlineResponse200
- type NullableInlineResponse201
- type NullableInlineResponse2001
- type NullableInlineResponse2002
- type NullableInlineResponse2003
- type NullableInlineResponse2004
- type NullableInlineResponse2005
- type NullableInlineResponse2006
- type NullableInlineResponse2007
- type NullableInlineResponse2008
- type NullableInlineResponse2009
- type NullableInlineResponse20010
- type NullableInlineResponse20011
- type NullableInlineResponse20012
- type NullableInlineResponse20013
- type NullableInlineResponse20014
- type NullableInlineResponse20015
- type NullableInlineResponse20016
- type NullableInlineResponse20017
- type NullableInlineResponse20018
- type NullableInlineResponse20019
- type NullableInlineResponse20020
- type NullableInlineResponse20021
- type NullableInlineResponse20022
- type NullableInlineResponse20023
- type NullableInlineResponse20024
- type NullableInlineResponse20025
- type NullableInlineResponse20026
- type NullableInlineResponse20027
- type NullableInlineResponse20028
- type NullableInlineResponse20029
- type NullableInlineResponse20030
- type NullableInlineResponse20031
- type NullableInlineResponse20032
- type NullableInlineResponse20033
- type NullableInlineResponse20034
- type NullableInlineResponse20035
- type NullableInlineResponse20036
- type NullableInlineResponse20037
- type NullableInlineResponse20038
- type NullableInlineResponse20039
- type NullableInlineResponse20040
- type NullableInlineResponse20041
- type NullableInlineResponse20042
- type NullableInlineResponse20043
- type NullableInlineResponse20044
- type NullableInlineResponse20045
- type NullableInlineResponse20046
- type NullableInlineResponse20047
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntegrationCoupon
- type NullableIntegrationCustomerSessionResponse
- type NullableIntegrationEntity
- type NullableIntegrationEvent
- type NullableIntegrationEventV2Request
- type NullableIntegrationProfileEntity
- type NullableIntegrationRequest
- type NullableIntegrationState
- type NullableIntegrationStateV2
- type NullableIntegrationStoreEntity
- type NullableInventoryCoupon
- type NullableInventoryReferral
- type NullableItemAttribute
- type NullableLedgerEntry
- type NullableLedgerInfo
- type NullableLedgerPointsEntryIntegrationApi
- type NullableLedgerTransactionLogEntryIntegrationApi
- type NullableLibraryAttribute
- type NullableLimitConfig
- type NullableLimitCounter
- type NullableLoginParams
- type NullableLoyalty
- type NullableLoyaltyBalance
- type NullableLoyaltyBalances
- type NullableLoyaltyCard
- type NullableLoyaltyCardBalances
- type NullableLoyaltyCardProfileRegistration
- type NullableLoyaltyCardRegistration
- type NullableLoyaltyDashboardData
- type NullableLoyaltyDashboardPointsBreakdown
- type NullableLoyaltyLedger
- type NullableLoyaltyLedgerEntry
- type NullableLoyaltyLedgerTransactions
- type NullableLoyaltyMembership
- type NullableLoyaltyProgram
- type NullableLoyaltyProgramBalance
- type NullableLoyaltyProgramEntity
- type NullableLoyaltyProgramLedgers
- type NullableLoyaltyProgramSubledgers
- type NullableLoyaltyProgramTransaction
- type NullableLoyaltyStatistics
- type NullableLoyaltySubLedger
- type NullableLoyaltyTier
- type NullableManagementKey
- type NullableManagerConfig
- type NullableMessageLogEntries
- type NullableMessageLogEntry
- type NullableMessageLogRequest
- type NullableMessageLogResponse
- type NullableMeta
- type NullableMultiApplicationEntity
- type NullableMultipleAttribute
- type NullableMultipleAudiences
- type NullableMultipleAudiencesItem
- type NullableMultipleCustomerProfileIntegrationRequest
- type NullableMultipleCustomerProfileIntegrationRequestItem
- type NullableMultipleCustomerProfileIntegrationResponseV2
- type NullableMultipleNewAttribute
- type NullableMultipleNewAudiences
- type NullableMutableEntity
- type NullableNewAccount
- type NullableNewAccountSignUp
- type NullableNewAdditionalCost
- type NullableNewApplication
- type NullableNewApplicationApiKey
- type NullableNewAttribute
- type NullableNewAudience
- type NullableNewBaseNotification
- type NullableNewCampaign
- type NullableNewCampaignCollection
- type NullableNewCampaignEvaluationGroup
- type NullableNewCampaignGroup
- type NullableNewCampaignSet
- type NullableNewCampaignSetV2
- type NullableNewCampaignTemplate
- type NullableNewCatalog
- type NullableNewCollection
- type NullableNewCouponCreationJob
- type NullableNewCoupons
- type NullableNewCouponsForMultipleRecipients
- type NullableNewCustomEffect
- type NullableNewCustomerProfile
- type NullableNewCustomerSession
- type NullableNewCustomerSessionV2
- type NullableNewEvent
- type NullableNewEventType
- type NullableNewExternalInvitation
- type NullableNewGiveawaysPool
- type NullableNewInternalAudience
- type NullableNewInvitation
- type NullableNewInviteEmail
- type NullableNewLoyaltyProgram
- type NullableNewLoyaltyTier
- type NullableNewManagementKey
- type NullableNewMultipleAudiencesItem
- type NullableNewNotificationTest
- type NullableNewNotificationWebhook
- type NullableNewOutgoingIntegrationWebhook
- type NullableNewPassword
- type NullableNewPasswordEmail
- type NullableNewPicklist
- type NullableNewReferral
- type NullableNewReferralsForMultipleAdvocates
- type NullableNewReturn
- type NullableNewRole
- type NullableNewRoleV2
- type NullableNewRuleset
- type NullableNewSamlConnection
- type NullableNewStore
- type NullableNewTemplateDef
- type NullableNewUser
- type NullableNewWebhook
- type NullableNotification
- type NullableNotificationActivation
- type NullableNotificationListItem
- type NullableNotificationTest
- type NullableNotificationWebhook
- type NullableOneTimeCode
- type NullableOutgoingIntegrationBrazePolicy
- type NullableOutgoingIntegrationCleverTapPolicy
- type NullableOutgoingIntegrationConfiguration
- type NullableOutgoingIntegrationIterablePolicy
- type NullableOutgoingIntegrationMoEngagePolicy
- type NullableOutgoingIntegrationTemplate
- type NullableOutgoingIntegrationTemplateWithConfigurationDetails
- type NullableOutgoingIntegrationTemplates
- type NullableOutgoingIntegrationType
- type NullableOutgoingIntegrationTypes
- type NullableOutgoingIntegrationWebhookTemplate
- type NullableOutgoingIntegrationWebhookTemplates
- type NullablePatchItemCatalogAction
- type NullablePatchManyItemsCatalogAction
- type NullablePendingPointsNotificationPolicy
- type NullablePicklist
- type NullablePriorityPosition
- type NullableProduct
- type NullableProfileAudiencesChanges
- type NullableRedeemReferralEffectProps
- type NullableReferral
- type NullableReferralConstraints
- type NullableReferralCreatedEffectProps
- type NullableReferralRejectionReason
- type NullableRejectCouponEffectProps
- type NullableRejectReferralEffectProps
- type NullableRemoveFromAudienceEffectProps
- type NullableRemoveItemCatalogAction
- type NullableRemoveManyItemsCatalogAction
- type NullableReopenSessionResponse
- type NullableReserveCouponEffectProps
- type NullableReturn
- type NullableReturnIntegrationRequest
- type NullableReturnedCartItem
- type NullableRole
- type NullableRoleAssign
- type NullableRoleMembership
- type NullableRoleV2
- type NullableRoleV2ApplicationDetails
- type NullableRoleV2Base
- type NullableRoleV2PermissionSet
- type NullableRoleV2Permissions
- type NullableRoleV2PermissionsRoles
- type NullableRoleV2RolesGroup
- type NullableRollbackAddedLoyaltyPointsEffectProps
- type NullableRollbackCouponEffectProps
- type NullableRollbackDeductedLoyaltyPointsEffectProps
- type NullableRollbackDiscountEffectProps
- type NullableRollbackReferralEffectProps
- type NullableRule
- type NullableRuleFailureReason
- type NullableRuleset
- type NullableSamlConnection
- type NullableSamlConnectionInternal
- type NullableSamlConnectionMetadata
- type NullableSamlLoginEndpoint
- type NullableSession
- type NullableSetDiscountEffectProps
- type NullableSetDiscountPerAdditionalCostEffectProps
- type NullableSetDiscountPerAdditionalCostPerItemEffectProps
- type NullableSetDiscountPerItemEffectProps
- type NullableShowBundleMetadataEffectProps
- type NullableShowNotificationEffectProps
- type NullableSlotDef
- type NullableSsoConfig
- type NullableStore
- type NullableStrikethroughChangedItem
- type NullableStrikethroughCustomEffectPerItemProps
- type NullableStrikethroughEffect
- type NullableStrikethroughLabelingNotification
- type NullableStrikethroughSetDiscountPerItemEffectProps
- type NullableStrikethroughTrigger
- type NullableString
- type NullableTalangAttribute
- type NullableTalangAttributeVisibility
- type NullableTemplateArgDef
- type NullableTemplateDef
- type NullableTemplateLimitConfig
- type NullableTier
- type NullableTierDowngradeNotificationPolicy
- type NullableTierUpgradeNotificationPolicy
- type NullableTierWillDowngradeNotificationPolicy
- type NullableTierWillDowngradeNotificationTrigger
- type NullableTime
- type NullableTimePoint
- type NullableTrackEventV2Response
- type NullableTransferLoyaltyCard
- type NullableTriggerWebhookEffectProps
- type NullableTwoFaConfig
- type NullableUpdateAccount
- type NullableUpdateAchievement
- type NullableUpdateApplication
- type NullableUpdateApplicationApiKey
- type NullableUpdateAttributeEffectProps
- type NullableUpdateAudience
- type NullableUpdateCampaign
- type NullableUpdateCampaignCollection
- type NullableUpdateCampaignEvaluationGroup
- type NullableUpdateCampaignGroup
- type NullableUpdateCampaignTemplate
- type NullableUpdateCatalog
- type NullableUpdateCollection
- type NullableUpdateCoupon
- type NullableUpdateCouponBatch
- type NullableUpdateCustomEffect
- type NullableUpdateLoyaltyCard
- type NullableUpdateLoyaltyProgram
- type NullableUpdatePicklist
- type NullableUpdateReferral
- type NullableUpdateReferralBatch
- type NullableUpdateRole
- type NullableUpdateRoleV2
- type NullableUpdateStore
- type NullableUpdateUser
- type NullableUpdateUserLatestFeedTimestamp
- type NullableUser
- type NullableUserEntity
- type NullableUserFeedNotifications
- type NullableWebhook
- type NullableWebhookActivationLogEntry
- type NullableWebhookLogEntry
- type NullableWebhookWithOutgoingIntegrationDetails
- type NullableWillAwardGiveawayEffectProps
- type OneTimeCode
- func (o *OneTimeCode) GetAccountId() int32
- func (o *OneTimeCode) GetCode() string
- func (o *OneTimeCode) GetCodeOk() (string, bool)
- func (o *OneTimeCode) GetToken() string
- func (o *OneTimeCode) GetUserId() int32
- func (o *OneTimeCode) HasCode() bool
- func (o *OneTimeCode) SetAccountId(v int32)
- func (o *OneTimeCode) SetCode(v string)
- func (o *OneTimeCode) SetToken(v string)
- func (o *OneTimeCode) SetUserId(v int32)
- type OutgoingIntegrationBrazePolicy
- type OutgoingIntegrationCleverTapPolicy
- func (o *OutgoingIntegrationCleverTapPolicy) GetAccountId() string
- func (o *OutgoingIntegrationCleverTapPolicy) GetBaseUrl() string
- func (o *OutgoingIntegrationCleverTapPolicy) GetPasscode() string
- func (o *OutgoingIntegrationCleverTapPolicy) SetAccountId(v string)
- func (o *OutgoingIntegrationCleverTapPolicy) SetBaseUrl(v string)
- func (o *OutgoingIntegrationCleverTapPolicy) SetPasscode(v string)
- type OutgoingIntegrationConfiguration
- func (o *OutgoingIntegrationConfiguration) GetAccountId() int32
- func (o *OutgoingIntegrationConfiguration) GetId() int32
- func (o *OutgoingIntegrationConfiguration) GetPolicy() map[string]interface{}
- func (o *OutgoingIntegrationConfiguration) GetTypeId() int32
- func (o *OutgoingIntegrationConfiguration) SetAccountId(v int32)
- func (o *OutgoingIntegrationConfiguration) SetId(v int32)
- func (o *OutgoingIntegrationConfiguration) SetPolicy(v map[string]interface{})
- func (o *OutgoingIntegrationConfiguration) SetTypeId(v int32)
- type OutgoingIntegrationIterablePolicy
- type OutgoingIntegrationMoEngagePolicy
- func (o *OutgoingIntegrationMoEngagePolicy) GetAppId() string
- func (o *OutgoingIntegrationMoEngagePolicy) GetBaseUrl() string
- func (o *OutgoingIntegrationMoEngagePolicy) GetDataApiId() string
- func (o *OutgoingIntegrationMoEngagePolicy) GetDataApiKey() string
- func (o *OutgoingIntegrationMoEngagePolicy) SetAppId(v string)
- func (o *OutgoingIntegrationMoEngagePolicy) SetBaseUrl(v string)
- func (o *OutgoingIntegrationMoEngagePolicy) SetDataApiId(v string)
- func (o *OutgoingIntegrationMoEngagePolicy) SetDataApiKey(v string)
- type OutgoingIntegrationTemplate
- func (o *OutgoingIntegrationTemplate) GetDescription() string
- func (o *OutgoingIntegrationTemplate) GetHeaders() []string
- func (o *OutgoingIntegrationTemplate) GetId() int32
- func (o *OutgoingIntegrationTemplate) GetIntegrationType() int32
- func (o *OutgoingIntegrationTemplate) GetMethod() string
- func (o *OutgoingIntegrationTemplate) GetPayload() string
- func (o *OutgoingIntegrationTemplate) GetRelativeUrl() string
- func (o *OutgoingIntegrationTemplate) GetTitle() string
- func (o *OutgoingIntegrationTemplate) SetDescription(v string)
- func (o *OutgoingIntegrationTemplate) SetHeaders(v []string)
- func (o *OutgoingIntegrationTemplate) SetId(v int32)
- func (o *OutgoingIntegrationTemplate) SetIntegrationType(v int32)
- func (o *OutgoingIntegrationTemplate) SetMethod(v string)
- func (o *OutgoingIntegrationTemplate) SetPayload(v string)
- func (o *OutgoingIntegrationTemplate) SetRelativeUrl(v string)
- func (o *OutgoingIntegrationTemplate) SetTitle(v string)
- type OutgoingIntegrationTemplateWithConfigurationDetails
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetDescription() string
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetHeaders() []string
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetId() int32
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetIntegrationType() int32
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetMethod() string
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetPayload() string
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetPolicy() map[string]interface{}
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetRelativeUrl() string
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) GetTitle() string
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetDescription(v string)
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetHeaders(v []string)
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetId(v int32)
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetIntegrationType(v int32)
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetMethod(v string)
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetPayload(v string)
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetPolicy(v map[string]interface{})
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetRelativeUrl(v string)
- func (o *OutgoingIntegrationTemplateWithConfigurationDetails) SetTitle(v string)
- type OutgoingIntegrationTemplates
- func (o *OutgoingIntegrationTemplates) GetData() []OutgoingIntegrationTemplate
- func (o *OutgoingIntegrationTemplates) GetDataOk() ([]OutgoingIntegrationTemplate, bool)
- func (o *OutgoingIntegrationTemplates) HasData() bool
- func (o *OutgoingIntegrationTemplates) SetData(v []OutgoingIntegrationTemplate)
- type OutgoingIntegrationType
- func (o *OutgoingIntegrationType) GetCategory() string
- func (o *OutgoingIntegrationType) GetCategoryOk() (string, bool)
- func (o *OutgoingIntegrationType) GetDescription() string
- func (o *OutgoingIntegrationType) GetDescriptionOk() (string, bool)
- func (o *OutgoingIntegrationType) GetDocumentationLink() string
- func (o *OutgoingIntegrationType) GetDocumentationLinkOk() (string, bool)
- func (o *OutgoingIntegrationType) GetId() int32
- func (o *OutgoingIntegrationType) GetName() string
- func (o *OutgoingIntegrationType) HasCategory() bool
- func (o *OutgoingIntegrationType) HasDescription() bool
- func (o *OutgoingIntegrationType) HasDocumentationLink() bool
- func (o *OutgoingIntegrationType) SetCategory(v string)
- func (o *OutgoingIntegrationType) SetDescription(v string)
- func (o *OutgoingIntegrationType) SetDocumentationLink(v string)
- func (o *OutgoingIntegrationType) SetId(v int32)
- func (o *OutgoingIntegrationType) SetName(v string)
- type OutgoingIntegrationTypes
- type OutgoingIntegrationWebhookTemplate
- func (o *OutgoingIntegrationWebhookTemplate) GetDescription() string
- func (o *OutgoingIntegrationWebhookTemplate) GetId() int32
- func (o *OutgoingIntegrationWebhookTemplate) GetIntegrationType() int32
- func (o *OutgoingIntegrationWebhookTemplate) GetMethod() string
- func (o *OutgoingIntegrationWebhookTemplate) GetPayload() string
- func (o *OutgoingIntegrationWebhookTemplate) GetTitle() string
- func (o *OutgoingIntegrationWebhookTemplate) SetDescription(v string)
- func (o *OutgoingIntegrationWebhookTemplate) SetId(v int32)
- func (o *OutgoingIntegrationWebhookTemplate) SetIntegrationType(v int32)
- func (o *OutgoingIntegrationWebhookTemplate) SetMethod(v string)
- func (o *OutgoingIntegrationWebhookTemplate) SetPayload(v string)
- func (o *OutgoingIntegrationWebhookTemplate) SetTitle(v string)
- type OutgoingIntegrationWebhookTemplates
- func (o *OutgoingIntegrationWebhookTemplates) GetData() []OutgoingIntegrationWebhookTemplate
- func (o *OutgoingIntegrationWebhookTemplates) GetDataOk() ([]OutgoingIntegrationWebhookTemplate, bool)
- func (o *OutgoingIntegrationWebhookTemplates) HasData() bool
- func (o *OutgoingIntegrationWebhookTemplates) SetData(v []OutgoingIntegrationWebhookTemplate)
- type PatchItemCatalogAction
- func (o *PatchItemCatalogAction) GetAttributes() map[string]interface{}
- func (o *PatchItemCatalogAction) GetAttributesOk() (map[string]interface{}, bool)
- func (o *PatchItemCatalogAction) GetCreateIfNotExists() bool
- func (o *PatchItemCatalogAction) GetCreateIfNotExistsOk() (bool, bool)
- func (o *PatchItemCatalogAction) GetPrice() float32
- func (o *PatchItemCatalogAction) GetPriceOk() (float32, bool)
- func (o *PatchItemCatalogAction) GetProduct() Product
- func (o *PatchItemCatalogAction) GetProductOk() (Product, bool)
- func (o *PatchItemCatalogAction) GetSku() string
- func (o *PatchItemCatalogAction) HasAttributes() bool
- func (o *PatchItemCatalogAction) HasCreateIfNotExists() bool
- func (o *PatchItemCatalogAction) HasPrice() bool
- func (o *PatchItemCatalogAction) HasProduct() bool
- func (o *PatchItemCatalogAction) SetAttributes(v map[string]interface{})
- func (o *PatchItemCatalogAction) SetCreateIfNotExists(v bool)
- func (o *PatchItemCatalogAction) SetPrice(v float32)
- func (o *PatchItemCatalogAction) SetProduct(v Product)
- func (o *PatchItemCatalogAction) SetSku(v string)
- type PatchManyItemsCatalogAction
- func (o *PatchManyItemsCatalogAction) GetAttributes() map[string]interface{}
- func (o *PatchManyItemsCatalogAction) GetAttributesOk() (map[string]interface{}, bool)
- func (o *PatchManyItemsCatalogAction) GetFilters() []CatalogActionFilter
- func (o *PatchManyItemsCatalogAction) GetFiltersOk() ([]CatalogActionFilter, bool)
- func (o *PatchManyItemsCatalogAction) GetPrice() float32
- func (o *PatchManyItemsCatalogAction) GetPriceOk() (float32, bool)
- func (o *PatchManyItemsCatalogAction) HasAttributes() bool
- func (o *PatchManyItemsCatalogAction) HasFilters() bool
- func (o *PatchManyItemsCatalogAction) HasPrice() bool
- func (o *PatchManyItemsCatalogAction) SetAttributes(v map[string]interface{})
- func (o *PatchManyItemsCatalogAction) SetFilters(v []CatalogActionFilter)
- func (o *PatchManyItemsCatalogAction) SetPrice(v float32)
- type PendingPointsNotificationPolicy
- func (o *PendingPointsNotificationPolicy) GetBatchingEnabled() bool
- func (o *PendingPointsNotificationPolicy) GetBatchingEnabledOk() (bool, bool)
- func (o *PendingPointsNotificationPolicy) GetName() string
- func (o *PendingPointsNotificationPolicy) HasBatchingEnabled() bool
- func (o *PendingPointsNotificationPolicy) SetBatchingEnabled(v bool)
- func (o *PendingPointsNotificationPolicy) SetName(v string)
- type Picklist
- func (o *Picklist) GetAccountId() int32
- func (o *Picklist) GetAccountIdOk() (int32, bool)
- func (o *Picklist) GetCreated() time.Time
- func (o *Picklist) GetCreatedBy() int32
- func (o *Picklist) GetId() int32
- func (o *Picklist) GetImported() bool
- func (o *Picklist) GetImportedOk() (bool, bool)
- func (o *Picklist) GetModifiedBy() int32
- func (o *Picklist) GetModifiedByOk() (int32, bool)
- func (o *Picklist) GetType() string
- func (o *Picklist) GetValues() []string
- func (o *Picklist) HasAccountId() bool
- func (o *Picklist) HasImported() bool
- func (o *Picklist) HasModifiedBy() bool
- func (o *Picklist) SetAccountId(v int32)
- func (o *Picklist) SetCreated(v time.Time)
- func (o *Picklist) SetCreatedBy(v int32)
- func (o *Picklist) SetId(v int32)
- func (o *Picklist) SetImported(v bool)
- func (o *Picklist) SetModifiedBy(v int32)
- func (o *Picklist) SetType(v string)
- func (o *Picklist) SetValues(v []string)
- type PriorityPosition
- type Product
- type ProfileAudiencesChanges
- type RedeemReferralEffectProps
- type Referral
- func (o *Referral) GetAdvocateProfileIntegrationId() string
- func (o *Referral) GetAttributes() map[string]interface{}
- func (o *Referral) GetAttributesOk() (map[string]interface{}, bool)
- func (o *Referral) GetBatchId() string
- func (o *Referral) GetBatchIdOk() (string, bool)
- func (o *Referral) GetCampaignId() int32
- func (o *Referral) GetCode() string
- func (o *Referral) GetCreated() time.Time
- func (o *Referral) GetExpiryDate() time.Time
- func (o *Referral) GetExpiryDateOk() (time.Time, bool)
- func (o *Referral) GetFriendProfileIntegrationId() string
- func (o *Referral) GetFriendProfileIntegrationIdOk() (string, bool)
- func (o *Referral) GetId() int32
- func (o *Referral) GetImportId() int32
- func (o *Referral) GetImportIdOk() (int32, bool)
- func (o *Referral) GetStartDate() time.Time
- func (o *Referral) GetStartDateOk() (time.Time, bool)
- func (o *Referral) GetUsageCounter() int32
- func (o *Referral) GetUsageLimit() int32
- func (o *Referral) HasAttributes() bool
- func (o *Referral) HasBatchId() bool
- func (o *Referral) HasExpiryDate() bool
- func (o *Referral) HasFriendProfileIntegrationId() bool
- func (o *Referral) HasImportId() bool
- func (o *Referral) HasStartDate() bool
- func (o *Referral) SetAdvocateProfileIntegrationId(v string)
- func (o *Referral) SetAttributes(v map[string]interface{})
- func (o *Referral) SetBatchId(v string)
- func (o *Referral) SetCampaignId(v int32)
- func (o *Referral) SetCode(v string)
- func (o *Referral) SetCreated(v time.Time)
- func (o *Referral) SetExpiryDate(v time.Time)
- func (o *Referral) SetFriendProfileIntegrationId(v string)
- func (o *Referral) SetId(v int32)
- func (o *Referral) SetImportId(v int32)
- func (o *Referral) SetStartDate(v time.Time)
- func (o *Referral) SetUsageCounter(v int32)
- func (o *Referral) SetUsageLimit(v int32)
- type ReferralConstraints
- func (o *ReferralConstraints) GetExpiryDate() time.Time
- func (o *ReferralConstraints) GetExpiryDateOk() (time.Time, bool)
- func (o *ReferralConstraints) GetStartDate() time.Time
- func (o *ReferralConstraints) GetStartDateOk() (time.Time, bool)
- func (o *ReferralConstraints) GetUsageLimit() int32
- func (o *ReferralConstraints) GetUsageLimitOk() (int32, bool)
- func (o *ReferralConstraints) HasExpiryDate() bool
- func (o *ReferralConstraints) HasStartDate() bool
- func (o *ReferralConstraints) HasUsageLimit() bool
- func (o *ReferralConstraints) SetExpiryDate(v time.Time)
- func (o *ReferralConstraints) SetStartDate(v time.Time)
- func (o *ReferralConstraints) SetUsageLimit(v int32)
- type ReferralCreatedEffectProps
- type ReferralRejectionReason
- func (o *ReferralRejectionReason) GetCampaignId() int32
- func (o *ReferralRejectionReason) GetReason() string
- func (o *ReferralRejectionReason) GetReferralId() int32
- func (o *ReferralRejectionReason) SetCampaignId(v int32)
- func (o *ReferralRejectionReason) SetReason(v string)
- func (o *ReferralRejectionReason) SetReferralId(v int32)
- type RejectCouponEffectProps
- func (o *RejectCouponEffectProps) GetConditionIndex() int32
- func (o *RejectCouponEffectProps) GetConditionIndexOk() (int32, bool)
- func (o *RejectCouponEffectProps) GetDetails() string
- func (o *RejectCouponEffectProps) GetDetailsOk() (string, bool)
- func (o *RejectCouponEffectProps) GetEffectIndex() int32
- func (o *RejectCouponEffectProps) GetEffectIndexOk() (int32, bool)
- func (o *RejectCouponEffectProps) GetRejectionReason() string
- func (o *RejectCouponEffectProps) GetValue() string
- func (o *RejectCouponEffectProps) HasConditionIndex() bool
- func (o *RejectCouponEffectProps) HasDetails() bool
- func (o *RejectCouponEffectProps) HasEffectIndex() bool
- func (o *RejectCouponEffectProps) SetConditionIndex(v int32)
- func (o *RejectCouponEffectProps) SetDetails(v string)
- func (o *RejectCouponEffectProps) SetEffectIndex(v int32)
- func (o *RejectCouponEffectProps) SetRejectionReason(v string)
- func (o *RejectCouponEffectProps) SetValue(v string)
- type RejectReferralEffectProps
- func (o *RejectReferralEffectProps) GetConditionIndex() int32
- func (o *RejectReferralEffectProps) GetConditionIndexOk() (int32, bool)
- func (o *RejectReferralEffectProps) GetDetails() string
- func (o *RejectReferralEffectProps) GetDetailsOk() (string, bool)
- func (o *RejectReferralEffectProps) GetEffectIndex() int32
- func (o *RejectReferralEffectProps) GetEffectIndexOk() (int32, bool)
- func (o *RejectReferralEffectProps) GetRejectionReason() string
- func (o *RejectReferralEffectProps) GetValue() string
- func (o *RejectReferralEffectProps) HasConditionIndex() bool
- func (o *RejectReferralEffectProps) HasDetails() bool
- func (o *RejectReferralEffectProps) HasEffectIndex() bool
- func (o *RejectReferralEffectProps) SetConditionIndex(v int32)
- func (o *RejectReferralEffectProps) SetDetails(v string)
- func (o *RejectReferralEffectProps) SetEffectIndex(v int32)
- func (o *RejectReferralEffectProps) SetRejectionReason(v string)
- func (o *RejectReferralEffectProps) SetValue(v string)
- type RemoveFromAudienceEffectProps
- func (o *RemoveFromAudienceEffectProps) GetAudienceId() int32
- func (o *RemoveFromAudienceEffectProps) GetAudienceIdOk() (int32, bool)
- func (o *RemoveFromAudienceEffectProps) GetAudienceName() string
- func (o *RemoveFromAudienceEffectProps) GetAudienceNameOk() (string, bool)
- func (o *RemoveFromAudienceEffectProps) GetProfileId() int32
- func (o *RemoveFromAudienceEffectProps) GetProfileIdOk() (int32, bool)
- func (o *RemoveFromAudienceEffectProps) GetProfileIntegrationId() string
- func (o *RemoveFromAudienceEffectProps) GetProfileIntegrationIdOk() (string, bool)
- func (o *RemoveFromAudienceEffectProps) HasAudienceId() bool
- func (o *RemoveFromAudienceEffectProps) HasAudienceName() bool
- func (o *RemoveFromAudienceEffectProps) HasProfileId() bool
- func (o *RemoveFromAudienceEffectProps) HasProfileIntegrationId() bool
- func (o *RemoveFromAudienceEffectProps) SetAudienceId(v int32)
- func (o *RemoveFromAudienceEffectProps) SetAudienceName(v string)
- func (o *RemoveFromAudienceEffectProps) SetProfileId(v int32)
- func (o *RemoveFromAudienceEffectProps) SetProfileIntegrationId(v string)
- type RemoveItemCatalogAction
- type RemoveManyItemsCatalogAction
- type ReopenSessionResponse
- type ReserveCouponEffectProps
- func (o *ReserveCouponEffectProps) GetCouponValue() string
- func (o *ReserveCouponEffectProps) GetIsNewReservation() bool
- func (o *ReserveCouponEffectProps) GetProfileIntegrationId() string
- func (o *ReserveCouponEffectProps) SetCouponValue(v string)
- func (o *ReserveCouponEffectProps) SetIsNewReservation(v bool)
- func (o *ReserveCouponEffectProps) SetProfileIntegrationId(v string)
- type Return
- func (o *Return) GetAccountId() int32
- func (o *Return) GetApplicationId() int32
- func (o *Return) GetCreated() time.Time
- func (o *Return) GetCreatedBy() int32
- func (o *Return) GetCreatedByOk() (int32, bool)
- func (o *Return) GetEventId() int32
- func (o *Return) GetId() int32
- func (o *Return) GetProfileId() int32
- func (o *Return) GetProfileIdOk() (int32, bool)
- func (o *Return) GetProfileIntegrationId() string
- func (o *Return) GetProfileIntegrationIdOk() (string, bool)
- func (o *Return) GetReturnedCartItems() []ReturnedCartItem
- func (o *Return) GetSessionId() int32
- func (o *Return) GetSessionIntegrationId() string
- func (o *Return) HasCreatedBy() bool
- func (o *Return) HasProfileId() bool
- func (o *Return) HasProfileIntegrationId() bool
- func (o *Return) SetAccountId(v int32)
- func (o *Return) SetApplicationId(v int32)
- func (o *Return) SetCreated(v time.Time)
- func (o *Return) SetCreatedBy(v int32)
- func (o *Return) SetEventId(v int32)
- func (o *Return) SetId(v int32)
- func (o *Return) SetProfileId(v int32)
- func (o *Return) SetProfileIntegrationId(v string)
- func (o *Return) SetReturnedCartItems(v []ReturnedCartItem)
- func (o *Return) SetSessionId(v int32)
- func (o *Return) SetSessionIntegrationId(v string)
- type ReturnIntegrationRequest
- func (o *ReturnIntegrationRequest) GetResponseContent() []string
- func (o *ReturnIntegrationRequest) GetResponseContentOk() ([]string, bool)
- func (o *ReturnIntegrationRequest) GetReturn() NewReturn
- func (o *ReturnIntegrationRequest) HasResponseContent() bool
- func (o *ReturnIntegrationRequest) SetResponseContent(v []string)
- func (o *ReturnIntegrationRequest) SetReturn(v NewReturn)
- type ReturnedCartItem
- type Role
- func (o *Role) GetAccountId() int32
- func (o *Role) GetAcl() map[string]interface{}
- func (o *Role) GetCampaignGroupID() int32
- func (o *Role) GetCampaignGroupIDOk() (int32, bool)
- func (o *Role) GetCreated() time.Time
- func (o *Role) GetDescription() string
- func (o *Role) GetDescriptionOk() (string, bool)
- func (o *Role) GetId() int32
- func (o *Role) GetMembers() []int32
- func (o *Role) GetMembersOk() ([]int32, bool)
- func (o *Role) GetModified() time.Time
- func (o *Role) GetName() string
- func (o *Role) HasCampaignGroupID() bool
- func (o *Role) HasDescription() bool
- func (o *Role) HasMembers() bool
- func (o *Role) SetAccountId(v int32)
- func (o *Role) SetAcl(v map[string]interface{})
- func (o *Role) SetCampaignGroupID(v int32)
- func (o *Role) SetCreated(v time.Time)
- func (o *Role) SetDescription(v string)
- func (o *Role) SetId(v int32)
- func (o *Role) SetMembers(v []int32)
- func (o *Role) SetModified(v time.Time)
- func (o *Role) SetName(v string)
- type RoleAssign
- type RoleMembership
- type RoleV2
- func (o *RoleV2) GetAccountId() int32
- func (o *RoleV2) GetCreated() time.Time
- func (o *RoleV2) GetDescription() string
- func (o *RoleV2) GetDescriptionOk() (string, bool)
- func (o *RoleV2) GetId() int32
- func (o *RoleV2) GetMembers() []int32
- func (o *RoleV2) GetMembersOk() ([]int32, bool)
- func (o *RoleV2) GetModified() time.Time
- func (o *RoleV2) GetName() string
- func (o *RoleV2) GetNameOk() (string, bool)
- func (o *RoleV2) GetPermissions() RoleV2Permissions
- func (o *RoleV2) GetPermissionsOk() (RoleV2Permissions, bool)
- func (o *RoleV2) HasDescription() bool
- func (o *RoleV2) HasMembers() bool
- func (o *RoleV2) HasName() bool
- func (o *RoleV2) HasPermissions() bool
- func (o *RoleV2) SetAccountId(v int32)
- func (o *RoleV2) SetCreated(v time.Time)
- func (o *RoleV2) SetDescription(v string)
- func (o *RoleV2) SetId(v int32)
- func (o *RoleV2) SetMembers(v []int32)
- func (o *RoleV2) SetModified(v time.Time)
- func (o *RoleV2) SetName(v string)
- func (o *RoleV2) SetPermissions(v RoleV2Permissions)
- type RoleV2ApplicationDetails
- func (o *RoleV2ApplicationDetails) GetApplication() string
- func (o *RoleV2ApplicationDetails) GetApplicationOk() (string, bool)
- func (o *RoleV2ApplicationDetails) GetCampaign() string
- func (o *RoleV2ApplicationDetails) GetCampaignOk() (string, bool)
- func (o *RoleV2ApplicationDetails) GetDraftCampaign() string
- func (o *RoleV2ApplicationDetails) GetDraftCampaignOk() (string, bool)
- func (o *RoleV2ApplicationDetails) GetTools() string
- func (o *RoleV2ApplicationDetails) GetToolsOk() (string, bool)
- func (o *RoleV2ApplicationDetails) HasApplication() bool
- func (o *RoleV2ApplicationDetails) HasCampaign() bool
- func (o *RoleV2ApplicationDetails) HasDraftCampaign() bool
- func (o *RoleV2ApplicationDetails) HasTools() bool
- func (o *RoleV2ApplicationDetails) SetApplication(v string)
- func (o *RoleV2ApplicationDetails) SetCampaign(v string)
- func (o *RoleV2ApplicationDetails) SetDraftCampaign(v string)
- func (o *RoleV2ApplicationDetails) SetTools(v string)
- type RoleV2Base
- func (o *RoleV2Base) GetDescription() string
- func (o *RoleV2Base) GetDescriptionOk() (string, bool)
- func (o *RoleV2Base) GetMembers() []int32
- func (o *RoleV2Base) GetMembersOk() ([]int32, bool)
- func (o *RoleV2Base) GetName() string
- func (o *RoleV2Base) GetNameOk() (string, bool)
- func (o *RoleV2Base) GetPermissions() RoleV2Permissions
- func (o *RoleV2Base) GetPermissionsOk() (RoleV2Permissions, bool)
- func (o *RoleV2Base) HasDescription() bool
- func (o *RoleV2Base) HasMembers() bool
- func (o *RoleV2Base) HasName() bool
- func (o *RoleV2Base) HasPermissions() bool
- func (o *RoleV2Base) SetDescription(v string)
- func (o *RoleV2Base) SetMembers(v []int32)
- func (o *RoleV2Base) SetName(v string)
- func (o *RoleV2Base) SetPermissions(v RoleV2Permissions)
- type RoleV2PermissionSet
- type RoleV2Permissions
- func (o *RoleV2Permissions) GetPermissionSets() []RoleV2PermissionSet
- func (o *RoleV2Permissions) GetPermissionSetsOk() ([]RoleV2PermissionSet, bool)
- func (o *RoleV2Permissions) GetRoles() RoleV2RolesGroup
- func (o *RoleV2Permissions) GetRolesOk() (RoleV2RolesGroup, bool)
- func (o *RoleV2Permissions) HasPermissionSets() bool
- func (o *RoleV2Permissions) HasRoles() bool
- func (o *RoleV2Permissions) SetPermissionSets(v []RoleV2PermissionSet)
- func (o *RoleV2Permissions) SetRoles(v RoleV2RolesGroup)
- type RoleV2PermissionsRoles
- func (o *RoleV2PermissionsRoles) GetApplications() map[string]RoleV2ApplicationDetails
- func (o *RoleV2PermissionsRoles) GetApplicationsOk() (map[string]RoleV2ApplicationDetails, bool)
- func (o *RoleV2PermissionsRoles) GetCampaignAccessGroups() map[string]string
- func (o *RoleV2PermissionsRoles) GetCampaignAccessGroupsOk() (map[string]string, bool)
- func (o *RoleV2PermissionsRoles) GetLoyaltyPrograms() map[string]string
- func (o *RoleV2PermissionsRoles) GetLoyaltyProgramsOk() (map[string]string, bool)
- func (o *RoleV2PermissionsRoles) HasApplications() bool
- func (o *RoleV2PermissionsRoles) HasCampaignAccessGroups() bool
- func (o *RoleV2PermissionsRoles) HasLoyaltyPrograms() bool
- func (o *RoleV2PermissionsRoles) SetApplications(v map[string]RoleV2ApplicationDetails)
- func (o *RoleV2PermissionsRoles) SetCampaignAccessGroups(v map[string]string)
- func (o *RoleV2PermissionsRoles) SetLoyaltyPrograms(v map[string]string)
- type RoleV2RolesGroup
- func (o *RoleV2RolesGroup) GetApplications() map[string]RoleV2ApplicationDetails
- func (o *RoleV2RolesGroup) GetApplicationsOk() (map[string]RoleV2ApplicationDetails, bool)
- func (o *RoleV2RolesGroup) GetCampaignAccessGroups() map[string]string
- func (o *RoleV2RolesGroup) GetCampaignAccessGroupsOk() (map[string]string, bool)
- func (o *RoleV2RolesGroup) GetLoyaltyPrograms() map[string]string
- func (o *RoleV2RolesGroup) GetLoyaltyProgramsOk() (map[string]string, bool)
- func (o *RoleV2RolesGroup) HasApplications() bool
- func (o *RoleV2RolesGroup) HasCampaignAccessGroups() bool
- func (o *RoleV2RolesGroup) HasLoyaltyPrograms() bool
- func (o *RoleV2RolesGroup) SetApplications(v map[string]RoleV2ApplicationDetails)
- func (o *RoleV2RolesGroup) SetCampaignAccessGroups(v map[string]string)
- func (o *RoleV2RolesGroup) SetLoyaltyPrograms(v map[string]string)
- type RollbackAddedLoyaltyPointsEffectProps
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetCardIdentifier() string
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetCardIdentifierOk() (string, bool)
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetCartItemPosition() float32
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetCartItemPositionOk() (float32, bool)
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetCartItemSubPosition() float32
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetCartItemSubPositionOk() (float32, bool)
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetProgramId() int32
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetRecipientIntegrationId() string
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetSubLedgerId() string
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetTransactionUUID() string
- func (o *RollbackAddedLoyaltyPointsEffectProps) GetValue() float32
- func (o *RollbackAddedLoyaltyPointsEffectProps) HasCardIdentifier() bool
- func (o *RollbackAddedLoyaltyPointsEffectProps) HasCartItemPosition() bool
- func (o *RollbackAddedLoyaltyPointsEffectProps) HasCartItemSubPosition() bool
- func (o *RollbackAddedLoyaltyPointsEffectProps) SetCardIdentifier(v string)
- func (o *RollbackAddedLoyaltyPointsEffectProps) SetCartItemPosition(v float32)
- func (o *RollbackAddedLoyaltyPointsEffectProps) SetCartItemSubPosition(v float32)
- func (o *RollbackAddedLoyaltyPointsEffectProps) SetProgramId(v int32)
- func (o *RollbackAddedLoyaltyPointsEffectProps) SetRecipientIntegrationId(v string)
- func (o *RollbackAddedLoyaltyPointsEffectProps) SetSubLedgerId(v string)
- func (o *RollbackAddedLoyaltyPointsEffectProps) SetTransactionUUID(v string)
- func (o *RollbackAddedLoyaltyPointsEffectProps) SetValue(v float32)
- type RollbackCouponEffectProps
- type RollbackDeductedLoyaltyPointsEffectProps
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetCardIdentifier() string
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetCardIdentifierOk() (string, bool)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetExpiryDate() time.Time
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetExpiryDateOk() (time.Time, bool)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetProgramId() int32
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetRecipientIntegrationId() string
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetStartDate() time.Time
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetStartDateOk() (time.Time, bool)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetSubLedgerId() string
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetTransactionUUID() string
- func (o *RollbackDeductedLoyaltyPointsEffectProps) GetValue() float32
- func (o *RollbackDeductedLoyaltyPointsEffectProps) HasCardIdentifier() bool
- func (o *RollbackDeductedLoyaltyPointsEffectProps) HasExpiryDate() bool
- func (o *RollbackDeductedLoyaltyPointsEffectProps) HasStartDate() bool
- func (o *RollbackDeductedLoyaltyPointsEffectProps) SetCardIdentifier(v string)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) SetExpiryDate(v time.Time)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) SetProgramId(v int32)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) SetRecipientIntegrationId(v string)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) SetStartDate(v time.Time)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) SetSubLedgerId(v string)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) SetTransactionUUID(v string)
- func (o *RollbackDeductedLoyaltyPointsEffectProps) SetValue(v float32)
- type RollbackDiscountEffectProps
- func (o *RollbackDiscountEffectProps) GetAdditionalCost() string
- func (o *RollbackDiscountEffectProps) GetAdditionalCostId() int32
- func (o *RollbackDiscountEffectProps) GetAdditionalCostIdOk() (int32, bool)
- func (o *RollbackDiscountEffectProps) GetAdditionalCostOk() (string, bool)
- func (o *RollbackDiscountEffectProps) GetCartItemPosition() float32
- func (o *RollbackDiscountEffectProps) GetCartItemPositionOk() (float32, bool)
- func (o *RollbackDiscountEffectProps) GetCartItemSubPosition() float32
- func (o *RollbackDiscountEffectProps) GetCartItemSubPositionOk() (float32, bool)
- func (o *RollbackDiscountEffectProps) GetName() string
- func (o *RollbackDiscountEffectProps) GetScope() string
- func (o *RollbackDiscountEffectProps) GetScopeOk() (string, bool)
- func (o *RollbackDiscountEffectProps) GetValue() float32
- func (o *RollbackDiscountEffectProps) HasAdditionalCost() bool
- func (o *RollbackDiscountEffectProps) HasAdditionalCostId() bool
- func (o *RollbackDiscountEffectProps) HasCartItemPosition() bool
- func (o *RollbackDiscountEffectProps) HasCartItemSubPosition() bool
- func (o *RollbackDiscountEffectProps) HasScope() bool
- func (o *RollbackDiscountEffectProps) SetAdditionalCost(v string)
- func (o *RollbackDiscountEffectProps) SetAdditionalCostId(v int32)
- func (o *RollbackDiscountEffectProps) SetCartItemPosition(v float32)
- func (o *RollbackDiscountEffectProps) SetCartItemSubPosition(v float32)
- func (o *RollbackDiscountEffectProps) SetName(v string)
- func (o *RollbackDiscountEffectProps) SetScope(v string)
- func (o *RollbackDiscountEffectProps) SetValue(v float32)
- type RollbackReferralEffectProps
- type Rule
- func (o *Rule) GetBindings() []Binding
- func (o *Rule) GetBindingsOk() ([]Binding, bool)
- func (o *Rule) GetCondition() []interface{}
- func (o *Rule) GetDescription() string
- func (o *Rule) GetDescriptionOk() (string, bool)
- func (o *Rule) GetEffects() [][]interface{}
- func (o *Rule) GetId() string
- func (o *Rule) GetIdOk() (string, bool)
- func (o *Rule) GetParentId() string
- func (o *Rule) GetParentIdOk() (string, bool)
- func (o *Rule) GetTitle() string
- func (o *Rule) HasBindings() bool
- func (o *Rule) HasDescription() bool
- func (o *Rule) HasId() bool
- func (o *Rule) HasParentId() bool
- func (o *Rule) SetBindings(v []Binding)
- func (o *Rule) SetCondition(v []interface{})
- func (o *Rule) SetDescription(v string)
- func (o *Rule) SetEffects(v [][]interface{})
- func (o *Rule) SetId(v string)
- func (o *Rule) SetParentId(v string)
- func (o *Rule) SetTitle(v string)
- type RuleFailureReason
- func (o *RuleFailureReason) GetCampaignID() int32
- func (o *RuleFailureReason) GetCampaignName() string
- func (o *RuleFailureReason) GetConditionIndex() int32
- func (o *RuleFailureReason) GetConditionIndexOk() (int32, bool)
- func (o *RuleFailureReason) GetCouponID() int32
- func (o *RuleFailureReason) GetCouponIDOk() (int32, bool)
- func (o *RuleFailureReason) GetCouponValue() string
- func (o *RuleFailureReason) GetCouponValueOk() (string, bool)
- func (o *RuleFailureReason) GetDetails() string
- func (o *RuleFailureReason) GetDetailsOk() (string, bool)
- func (o *RuleFailureReason) GetEffectIndex() int32
- func (o *RuleFailureReason) GetEffectIndexOk() (int32, bool)
- func (o *RuleFailureReason) GetReferralID() int32
- func (o *RuleFailureReason) GetReferralIDOk() (int32, bool)
- func (o *RuleFailureReason) GetReferralValue() string
- func (o *RuleFailureReason) GetReferralValueOk() (string, bool)
- func (o *RuleFailureReason) GetRuleIndex() int32
- func (o *RuleFailureReason) GetRuleName() string
- func (o *RuleFailureReason) GetRulesetID() int32
- func (o *RuleFailureReason) HasConditionIndex() bool
- func (o *RuleFailureReason) HasCouponID() bool
- func (o *RuleFailureReason) HasCouponValue() bool
- func (o *RuleFailureReason) HasDetails() bool
- func (o *RuleFailureReason) HasEffectIndex() bool
- func (o *RuleFailureReason) HasReferralID() bool
- func (o *RuleFailureReason) HasReferralValue() bool
- func (o *RuleFailureReason) SetCampaignID(v int32)
- func (o *RuleFailureReason) SetCampaignName(v string)
- func (o *RuleFailureReason) SetConditionIndex(v int32)
- func (o *RuleFailureReason) SetCouponID(v int32)
- func (o *RuleFailureReason) SetCouponValue(v string)
- func (o *RuleFailureReason) SetDetails(v string)
- func (o *RuleFailureReason) SetEffectIndex(v int32)
- func (o *RuleFailureReason) SetReferralID(v int32)
- func (o *RuleFailureReason) SetReferralValue(v string)
- func (o *RuleFailureReason) SetRuleIndex(v int32)
- func (o *RuleFailureReason) SetRuleName(v string)
- func (o *RuleFailureReason) SetRulesetID(v int32)
- type Ruleset
- func (o *Ruleset) GetActivate() bool
- func (o *Ruleset) GetActivateOk() (bool, bool)
- func (o *Ruleset) GetActivatedAt() time.Time
- func (o *Ruleset) GetActivatedAtOk() (time.Time, bool)
- func (o *Ruleset) GetBindings() []Binding
- func (o *Ruleset) GetCampaignId() int32
- func (o *Ruleset) GetCampaignIdOk() (int32, bool)
- func (o *Ruleset) GetCreated() time.Time
- func (o *Ruleset) GetId() int32
- func (o *Ruleset) GetRbVersion() string
- func (o *Ruleset) GetRbVersionOk() (string, bool)
- func (o *Ruleset) GetRules() []Rule
- func (o *Ruleset) GetStrikethroughRules() []Rule
- func (o *Ruleset) GetStrikethroughRulesOk() ([]Rule, bool)
- func (o *Ruleset) GetTemplateId() int32
- func (o *Ruleset) GetTemplateIdOk() (int32, bool)
- func (o *Ruleset) GetUserId() int32
- func (o *Ruleset) HasActivate() bool
- func (o *Ruleset) HasActivatedAt() bool
- func (o *Ruleset) HasCampaignId() bool
- func (o *Ruleset) HasRbVersion() bool
- func (o *Ruleset) HasStrikethroughRules() bool
- func (o *Ruleset) HasTemplateId() bool
- func (o *Ruleset) SetActivate(v bool)
- func (o *Ruleset) SetActivatedAt(v time.Time)
- func (o *Ruleset) SetBindings(v []Binding)
- func (o *Ruleset) SetCampaignId(v int32)
- func (o *Ruleset) SetCreated(v time.Time)
- func (o *Ruleset) SetId(v int32)
- func (o *Ruleset) SetRbVersion(v string)
- func (o *Ruleset) SetRules(v []Rule)
- func (o *Ruleset) SetStrikethroughRules(v []Rule)
- func (o *Ruleset) SetTemplateId(v int32)
- func (o *Ruleset) SetUserId(v int32)
- type SamlConnection
- func (o *SamlConnection) GetAccountId() int32
- func (o *SamlConnection) GetAssertionConsumerServiceURL() string
- func (o *SamlConnection) GetAudienceURI() string
- func (o *SamlConnection) GetCreated() time.Time
- func (o *SamlConnection) GetEnabled() bool
- func (o *SamlConnection) GetId() int32
- func (o *SamlConnection) GetIssuer() string
- func (o *SamlConnection) GetMetadataURL() string
- func (o *SamlConnection) GetMetadataURLOk() (string, bool)
- func (o *SamlConnection) GetName() string
- func (o *SamlConnection) GetSignOnURL() string
- func (o *SamlConnection) GetSignOutURL() string
- func (o *SamlConnection) GetSignOutURLOk() (string, bool)
- func (o *SamlConnection) HasMetadataURL() bool
- func (o *SamlConnection) HasSignOutURL() bool
- func (o *SamlConnection) SetAccountId(v int32)
- func (o *SamlConnection) SetAssertionConsumerServiceURL(v string)
- func (o *SamlConnection) SetAudienceURI(v string)
- func (o *SamlConnection) SetCreated(v time.Time)
- func (o *SamlConnection) SetEnabled(v bool)
- func (o *SamlConnection) SetId(v int32)
- func (o *SamlConnection) SetIssuer(v string)
- func (o *SamlConnection) SetMetadataURL(v string)
- func (o *SamlConnection) SetName(v string)
- func (o *SamlConnection) SetSignOnURL(v string)
- func (o *SamlConnection) SetSignOutURL(v string)
- type SamlConnectionInternal
- type SamlConnectionMetadata
- func (o *SamlConnectionMetadata) GetAccountId() float32
- func (o *SamlConnectionMetadata) GetEnabled() bool
- func (o *SamlConnectionMetadata) GetMetadataDocument() string
- func (o *SamlConnectionMetadata) GetName() string
- func (o *SamlConnectionMetadata) SetAccountId(v float32)
- func (o *SamlConnectionMetadata) SetEnabled(v bool)
- func (o *SamlConnectionMetadata) SetMetadataDocument(v string)
- func (o *SamlConnectionMetadata) SetName(v string)
- type SamlLoginEndpoint
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Session
- type SetDiscountEffectProps
- func (o *SetDiscountEffectProps) GetDesiredValue() float32
- func (o *SetDiscountEffectProps) GetDesiredValueOk() (float32, bool)
- func (o *SetDiscountEffectProps) GetName() string
- func (o *SetDiscountEffectProps) GetScope() string
- func (o *SetDiscountEffectProps) GetScopeOk() (string, bool)
- func (o *SetDiscountEffectProps) GetValue() float32
- func (o *SetDiscountEffectProps) HasDesiredValue() bool
- func (o *SetDiscountEffectProps) HasScope() bool
- func (o *SetDiscountEffectProps) SetDesiredValue(v float32)
- func (o *SetDiscountEffectProps) SetName(v string)
- func (o *SetDiscountEffectProps) SetScope(v string)
- func (o *SetDiscountEffectProps) SetValue(v float32)
- type SetDiscountPerAdditionalCostEffectProps
- func (o *SetDiscountPerAdditionalCostEffectProps) GetAdditionalCost() string
- func (o *SetDiscountPerAdditionalCostEffectProps) GetAdditionalCostId() int32
- func (o *SetDiscountPerAdditionalCostEffectProps) GetDesiredValue() float32
- func (o *SetDiscountPerAdditionalCostEffectProps) GetDesiredValueOk() (float32, bool)
- func (o *SetDiscountPerAdditionalCostEffectProps) GetName() string
- func (o *SetDiscountPerAdditionalCostEffectProps) GetValue() float32
- func (o *SetDiscountPerAdditionalCostEffectProps) HasDesiredValue() bool
- func (o *SetDiscountPerAdditionalCostEffectProps) SetAdditionalCost(v string)
- func (o *SetDiscountPerAdditionalCostEffectProps) SetAdditionalCostId(v int32)
- func (o *SetDiscountPerAdditionalCostEffectProps) SetDesiredValue(v float32)
- func (o *SetDiscountPerAdditionalCostEffectProps) SetName(v string)
- func (o *SetDiscountPerAdditionalCostEffectProps) SetValue(v float32)
- type SetDiscountPerAdditionalCostPerItemEffectProps
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetAdditionalCost() string
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetAdditionalCostId() int32
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetDesiredValue() float32
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetDesiredValueOk() (float32, bool)
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetName() string
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetPosition() float32
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetSubPosition() float32
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetSubPositionOk() (float32, bool)
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) GetValue() float32
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) HasDesiredValue() bool
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) HasSubPosition() bool
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) SetAdditionalCost(v string)
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) SetAdditionalCostId(v int32)
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) SetDesiredValue(v float32)
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) SetName(v string)
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) SetPosition(v float32)
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) SetSubPosition(v float32)
- func (o *SetDiscountPerAdditionalCostPerItemEffectProps) SetValue(v float32)
- type SetDiscountPerItemEffectProps
- func (o *SetDiscountPerItemEffectProps) GetBundleIndex() int32
- func (o *SetDiscountPerItemEffectProps) GetBundleIndexOk() (int32, bool)
- func (o *SetDiscountPerItemEffectProps) GetBundleName() string
- func (o *SetDiscountPerItemEffectProps) GetBundleNameOk() (string, bool)
- func (o *SetDiscountPerItemEffectProps) GetDesiredTotalDiscount() float32
- func (o *SetDiscountPerItemEffectProps) GetDesiredTotalDiscountOk() (float32, bool)
- func (o *SetDiscountPerItemEffectProps) GetDesiredValue() float32
- func (o *SetDiscountPerItemEffectProps) GetDesiredValueOk() (float32, bool)
- func (o *SetDiscountPerItemEffectProps) GetName() string
- func (o *SetDiscountPerItemEffectProps) GetPosition() float32
- func (o *SetDiscountPerItemEffectProps) GetScope() string
- func (o *SetDiscountPerItemEffectProps) GetScopeOk() (string, bool)
- func (o *SetDiscountPerItemEffectProps) GetSubPosition() float32
- func (o *SetDiscountPerItemEffectProps) GetSubPositionOk() (float32, bool)
- func (o *SetDiscountPerItemEffectProps) GetTargetedItemPosition() float32
- func (o *SetDiscountPerItemEffectProps) GetTargetedItemPositionOk() (float32, bool)
- func (o *SetDiscountPerItemEffectProps) GetTargetedItemSubPosition() float32
- func (o *SetDiscountPerItemEffectProps) GetTargetedItemSubPositionOk() (float32, bool)
- func (o *SetDiscountPerItemEffectProps) GetTotalDiscount() float32
- func (o *SetDiscountPerItemEffectProps) GetTotalDiscountOk() (float32, bool)
- func (o *SetDiscountPerItemEffectProps) GetValue() float32
- func (o *SetDiscountPerItemEffectProps) HasBundleIndex() bool
- func (o *SetDiscountPerItemEffectProps) HasBundleName() bool
- func (o *SetDiscountPerItemEffectProps) HasDesiredTotalDiscount() bool
- func (o *SetDiscountPerItemEffectProps) HasDesiredValue() bool
- func (o *SetDiscountPerItemEffectProps) HasScope() bool
- func (o *SetDiscountPerItemEffectProps) HasSubPosition() bool
- func (o *SetDiscountPerItemEffectProps) HasTargetedItemPosition() bool
- func (o *SetDiscountPerItemEffectProps) HasTargetedItemSubPosition() bool
- func (o *SetDiscountPerItemEffectProps) HasTotalDiscount() bool
- func (o *SetDiscountPerItemEffectProps) SetBundleIndex(v int32)
- func (o *SetDiscountPerItemEffectProps) SetBundleName(v string)
- func (o *SetDiscountPerItemEffectProps) SetDesiredTotalDiscount(v float32)
- func (o *SetDiscountPerItemEffectProps) SetDesiredValue(v float32)
- func (o *SetDiscountPerItemEffectProps) SetName(v string)
- func (o *SetDiscountPerItemEffectProps) SetPosition(v float32)
- func (o *SetDiscountPerItemEffectProps) SetScope(v string)
- func (o *SetDiscountPerItemEffectProps) SetSubPosition(v float32)
- func (o *SetDiscountPerItemEffectProps) SetTargetedItemPosition(v float32)
- func (o *SetDiscountPerItemEffectProps) SetTargetedItemSubPosition(v float32)
- func (o *SetDiscountPerItemEffectProps) SetTotalDiscount(v float32)
- func (o *SetDiscountPerItemEffectProps) SetValue(v float32)
- type ShowBundleMetadataEffectProps
- func (o *ShowBundleMetadataEffectProps) GetBundleAttributes() []string
- func (o *ShowBundleMetadataEffectProps) GetDescription() string
- func (o *ShowBundleMetadataEffectProps) GetItemsIndices() []float32
- func (o *ShowBundleMetadataEffectProps) SetBundleAttributes(v []string)
- func (o *ShowBundleMetadataEffectProps) SetDescription(v string)
- func (o *ShowBundleMetadataEffectProps) SetItemsIndices(v []float32)
- type ShowNotificationEffectProps
- func (o *ShowNotificationEffectProps) GetBody() string
- func (o *ShowNotificationEffectProps) GetNotificationType() string
- func (o *ShowNotificationEffectProps) GetTitle() string
- func (o *ShowNotificationEffectProps) SetBody(v string)
- func (o *ShowNotificationEffectProps) SetNotificationType(v string)
- func (o *ShowNotificationEffectProps) SetTitle(v string)
- type SlotDef
- func (o *SlotDef) GetDescription() string
- func (o *SlotDef) GetDescriptionOk() (string, bool)
- func (o *SlotDef) GetHelp() string
- func (o *SlotDef) GetHelpOk() (string, bool)
- func (o *SlotDef) GetName() string
- func (o *SlotDef) GetTitle() string
- func (o *SlotDef) GetType() string
- func (o *SlotDef) GetWritable() bool
- func (o *SlotDef) HasDescription() bool
- func (o *SlotDef) HasHelp() bool
- func (o *SlotDef) SetDescription(v string)
- func (o *SlotDef) SetHelp(v string)
- func (o *SlotDef) SetName(v string)
- func (o *SlotDef) SetTitle(v string)
- func (o *SlotDef) SetType(v string)
- func (o *SlotDef) SetWritable(v bool)
- type SsoConfig
- type Store
- func (o *Store) GetApplicationId() int32
- func (o *Store) GetAttributes() map[string]interface{}
- func (o *Store) GetAttributesOk() (map[string]interface{}, bool)
- func (o *Store) GetCreated() time.Time
- func (o *Store) GetDescription() string
- func (o *Store) GetId() int32
- func (o *Store) GetIntegrationId() string
- func (o *Store) GetLinkedCampaignIds() []int32
- func (o *Store) GetLinkedCampaignIdsOk() ([]int32, bool)
- func (o *Store) GetName() string
- func (o *Store) GetUpdated() time.Time
- func (o *Store) HasAttributes() bool
- func (o *Store) HasLinkedCampaignIds() bool
- func (o *Store) SetApplicationId(v int32)
- func (o *Store) SetAttributes(v map[string]interface{})
- func (o *Store) SetCreated(v time.Time)
- func (o *Store) SetDescription(v string)
- func (o *Store) SetId(v int32)
- func (o *Store) SetIntegrationId(v string)
- func (o *Store) SetLinkedCampaignIds(v []int32)
- func (o *Store) SetName(v string)
- func (o *Store) SetUpdated(v time.Time)
- type StrikethroughChangedItem
- func (o *StrikethroughChangedItem) GetCatalogId() int32
- func (o *StrikethroughChangedItem) GetEffects() []StrikethroughEffect
- func (o *StrikethroughChangedItem) GetEffectsOk() ([]StrikethroughEffect, bool)
- func (o *StrikethroughChangedItem) GetEvaluatedAt() time.Time
- func (o *StrikethroughChangedItem) GetId() int32
- func (o *StrikethroughChangedItem) GetPrice() float32
- func (o *StrikethroughChangedItem) GetSku() string
- func (o *StrikethroughChangedItem) GetVersion() int32
- func (o *StrikethroughChangedItem) HasEffects() bool
- func (o *StrikethroughChangedItem) SetCatalogId(v int32)
- func (o *StrikethroughChangedItem) SetEffects(v []StrikethroughEffect)
- func (o *StrikethroughChangedItem) SetEvaluatedAt(v time.Time)
- func (o *StrikethroughChangedItem) SetId(v int32)
- func (o *StrikethroughChangedItem) SetPrice(v float32)
- func (o *StrikethroughChangedItem) SetSku(v string)
- func (o *StrikethroughChangedItem) SetVersion(v int32)
- type StrikethroughCustomEffectPerItemProps
- func (o *StrikethroughCustomEffectPerItemProps) GetEffectId() int32
- func (o *StrikethroughCustomEffectPerItemProps) GetName() string
- func (o *StrikethroughCustomEffectPerItemProps) GetPayload() map[string]interface{}
- func (o *StrikethroughCustomEffectPerItemProps) SetEffectId(v int32)
- func (o *StrikethroughCustomEffectPerItemProps) SetName(v string)
- func (o *StrikethroughCustomEffectPerItemProps) SetPayload(v map[string]interface{})
- type StrikethroughEffect
- func (o *StrikethroughEffect) GetCampaignId() int32
- func (o *StrikethroughEffect) GetProps() map[string]interface{}
- func (o *StrikethroughEffect) GetRuleIndex() int32
- func (o *StrikethroughEffect) GetRuleName() string
- func (o *StrikethroughEffect) GetRulesetId() int32
- func (o *StrikethroughEffect) GetType() string
- func (o *StrikethroughEffect) SetCampaignId(v int32)
- func (o *StrikethroughEffect) SetProps(v map[string]interface{})
- func (o *StrikethroughEffect) SetRuleIndex(v int32)
- func (o *StrikethroughEffect) SetRuleName(v string)
- func (o *StrikethroughEffect) SetRulesetId(v int32)
- func (o *StrikethroughEffect) SetType(v string)
- type StrikethroughLabelingNotification
- func (o *StrikethroughLabelingNotification) GetApplicationId() int32
- func (o *StrikethroughLabelingNotification) GetChangedItems() []StrikethroughChangedItem
- func (o *StrikethroughLabelingNotification) GetCurrentBatch() int32
- func (o *StrikethroughLabelingNotification) GetTotalBatches() int32
- func (o *StrikethroughLabelingNotification) GetTrigger() StrikethroughTrigger
- func (o *StrikethroughLabelingNotification) SetApplicationId(v int32)
- func (o *StrikethroughLabelingNotification) SetChangedItems(v []StrikethroughChangedItem)
- func (o *StrikethroughLabelingNotification) SetCurrentBatch(v int32)
- func (o *StrikethroughLabelingNotification) SetTotalBatches(v int32)
- func (o *StrikethroughLabelingNotification) SetTrigger(v StrikethroughTrigger)
- type StrikethroughSetDiscountPerItemEffectProps
- func (o *StrikethroughSetDiscountPerItemEffectProps) GetName() string
- func (o *StrikethroughSetDiscountPerItemEffectProps) GetValue() map[string]interface{}
- func (o *StrikethroughSetDiscountPerItemEffectProps) SetName(v string)
- func (o *StrikethroughSetDiscountPerItemEffectProps) SetValue(v map[string]interface{})
- type StrikethroughTrigger
- func (o *StrikethroughTrigger) GetId() int32
- func (o *StrikethroughTrigger) GetPayload() map[string]interface{}
- func (o *StrikethroughTrigger) GetTotalAffectedItems() int32
- func (o *StrikethroughTrigger) GetTriggeredAt() time.Time
- func (o *StrikethroughTrigger) GetType() string
- func (o *StrikethroughTrigger) SetId(v int32)
- func (o *StrikethroughTrigger) SetPayload(v map[string]interface{})
- func (o *StrikethroughTrigger) SetTotalAffectedItems(v int32)
- func (o *StrikethroughTrigger) SetTriggeredAt(v time.Time)
- func (o *StrikethroughTrigger) SetType(v string)
- type TalangAttribute
- func (o *TalangAttribute) GetCampaignsCount() int32
- func (o *TalangAttribute) GetDescription() string
- func (o *TalangAttribute) GetDescriptionOk() (string, bool)
- func (o *TalangAttribute) GetEntity() string
- func (o *TalangAttribute) GetEntityOk() (string, bool)
- func (o *TalangAttribute) GetExampleValue() []string
- func (o *TalangAttribute) GetExampleValueOk() ([]string, bool)
- func (o *TalangAttribute) GetKind() string
- func (o *TalangAttribute) GetName() string
- func (o *TalangAttribute) GetTitle() string
- func (o *TalangAttribute) GetTitleOk() (string, bool)
- func (o *TalangAttribute) GetType() string
- func (o *TalangAttribute) GetVisible() bool
- func (o *TalangAttribute) HasDescription() bool
- func (o *TalangAttribute) HasEntity() bool
- func (o *TalangAttribute) HasExampleValue() bool
- func (o *TalangAttribute) HasTitle() bool
- func (o *TalangAttribute) SetCampaignsCount(v int32)
- func (o *TalangAttribute) SetDescription(v string)
- func (o *TalangAttribute) SetEntity(v string)
- func (o *TalangAttribute) SetExampleValue(v []string)
- func (o *TalangAttribute) SetKind(v string)
- func (o *TalangAttribute) SetName(v string)
- func (o *TalangAttribute) SetTitle(v string)
- func (o *TalangAttribute) SetType(v string)
- func (o *TalangAttribute) SetVisible(v bool)
- type TalangAttributeVisibility
- func (o *TalangAttributeVisibility) GetInvisible() []string
- func (o *TalangAttributeVisibility) GetInvisibleOk() ([]string, bool)
- func (o *TalangAttributeVisibility) GetVisible() []string
- func (o *TalangAttributeVisibility) GetVisibleOk() ([]string, bool)
- func (o *TalangAttributeVisibility) HasInvisible() bool
- func (o *TalangAttributeVisibility) HasVisible() bool
- func (o *TalangAttributeVisibility) SetInvisible(v []string)
- func (o *TalangAttributeVisibility) SetVisible(v []string)
- type TemplateArgDef
- func (o *TemplateArgDef) GetDescription() string
- func (o *TemplateArgDef) GetDescriptionOk() (string, bool)
- func (o *TemplateArgDef) GetPicklistID() int32
- func (o *TemplateArgDef) GetPicklistIDOk() (int32, bool)
- func (o *TemplateArgDef) GetRestrictedByPicklist() bool
- func (o *TemplateArgDef) GetRestrictedByPicklistOk() (bool, bool)
- func (o *TemplateArgDef) GetTitle() string
- func (o *TemplateArgDef) GetType() string
- func (o *TemplateArgDef) GetUi() map[string]interface{}
- func (o *TemplateArgDef) HasDescription() bool
- func (o *TemplateArgDef) HasPicklistID() bool
- func (o *TemplateArgDef) HasRestrictedByPicklist() bool
- func (o *TemplateArgDef) SetDescription(v string)
- func (o *TemplateArgDef) SetPicklistID(v int32)
- func (o *TemplateArgDef) SetRestrictedByPicklist(v bool)
- func (o *TemplateArgDef) SetTitle(v string)
- func (o *TemplateArgDef) SetType(v string)
- func (o *TemplateArgDef) SetUi(v map[string]interface{})
- type TemplateDef
- func (o *TemplateDef) GetApplicationId() int32
- func (o *TemplateDef) GetArgs() []TemplateArgDef
- func (o *TemplateDef) GetCategory() string
- func (o *TemplateDef) GetCreated() time.Time
- func (o *TemplateDef) GetDescription() string
- func (o *TemplateDef) GetExpose() bool
- func (o *TemplateDef) GetExposeOk() (bool, bool)
- func (o *TemplateDef) GetExpr() []interface{}
- func (o *TemplateDef) GetHelp() string
- func (o *TemplateDef) GetId() int32
- func (o *TemplateDef) GetName() string
- func (o *TemplateDef) GetTitle() string
- func (o *TemplateDef) HasExpose() bool
- func (o *TemplateDef) SetApplicationId(v int32)
- func (o *TemplateDef) SetArgs(v []TemplateArgDef)
- func (o *TemplateDef) SetCategory(v string)
- func (o *TemplateDef) SetCreated(v time.Time)
- func (o *TemplateDef) SetDescription(v string)
- func (o *TemplateDef) SetExpose(v bool)
- func (o *TemplateDef) SetExpr(v []interface{})
- func (o *TemplateDef) SetHelp(v string)
- func (o *TemplateDef) SetId(v int32)
- func (o *TemplateDef) SetName(v string)
- func (o *TemplateDef) SetTitle(v string)
- type TemplateLimitConfig
- func (o *TemplateLimitConfig) GetAction() string
- func (o *TemplateLimitConfig) GetEntities() []string
- func (o *TemplateLimitConfig) GetLimit() float32
- func (o *TemplateLimitConfig) GetPeriod() string
- func (o *TemplateLimitConfig) GetPeriodOk() (string, bool)
- func (o *TemplateLimitConfig) HasPeriod() bool
- func (o *TemplateLimitConfig) SetAction(v string)
- func (o *TemplateLimitConfig) SetEntities(v []string)
- func (o *TemplateLimitConfig) SetLimit(v float32)
- func (o *TemplateLimitConfig) SetPeriod(v string)
- type Tier
- func (o *Tier) GetDowngradePolicy() string
- func (o *Tier) GetDowngradePolicyOk() (string, bool)
- func (o *Tier) GetExpiryDate() time.Time
- func (o *Tier) GetExpiryDateOk() (time.Time, bool)
- func (o *Tier) GetId() int32
- func (o *Tier) GetName() string
- func (o *Tier) HasDowngradePolicy() bool
- func (o *Tier) HasExpiryDate() bool
- func (o *Tier) SetDowngradePolicy(v string)
- func (o *Tier) SetExpiryDate(v time.Time)
- func (o *Tier) SetId(v int32)
- func (o *Tier) SetName(v string)
- type TierDowngradeNotificationPolicy
- func (o *TierDowngradeNotificationPolicy) GetBatchingEnabled() bool
- func (o *TierDowngradeNotificationPolicy) GetBatchingEnabledOk() (bool, bool)
- func (o *TierDowngradeNotificationPolicy) GetName() string
- func (o *TierDowngradeNotificationPolicy) HasBatchingEnabled() bool
- func (o *TierDowngradeNotificationPolicy) SetBatchingEnabled(v bool)
- func (o *TierDowngradeNotificationPolicy) SetName(v string)
- type TierUpgradeNotificationPolicy
- func (o *TierUpgradeNotificationPolicy) GetBatchingEnabled() bool
- func (o *TierUpgradeNotificationPolicy) GetBatchingEnabledOk() (bool, bool)
- func (o *TierUpgradeNotificationPolicy) GetName() string
- func (o *TierUpgradeNotificationPolicy) HasBatchingEnabled() bool
- func (o *TierUpgradeNotificationPolicy) SetBatchingEnabled(v bool)
- func (o *TierUpgradeNotificationPolicy) SetName(v string)
- type TierWillDowngradeNotificationPolicy
- func (o *TierWillDowngradeNotificationPolicy) GetBatchingEnabled() bool
- func (o *TierWillDowngradeNotificationPolicy) GetBatchingEnabledOk() (bool, bool)
- func (o *TierWillDowngradeNotificationPolicy) GetName() string
- func (o *TierWillDowngradeNotificationPolicy) GetTriggers() []TierWillDowngradeNotificationTrigger
- func (o *TierWillDowngradeNotificationPolicy) HasBatchingEnabled() bool
- func (o *TierWillDowngradeNotificationPolicy) SetBatchingEnabled(v bool)
- func (o *TierWillDowngradeNotificationPolicy) SetName(v string)
- func (o *TierWillDowngradeNotificationPolicy) SetTriggers(v []TierWillDowngradeNotificationTrigger)
- type TierWillDowngradeNotificationTrigger
- type TimePoint
- func (o *TimePoint) GetDayOfMonth() int32
- func (o *TimePoint) GetDayOfMonthOk() (int32, bool)
- func (o *TimePoint) GetDayOfWeek() int32
- func (o *TimePoint) GetDayOfWeekOk() (int32, bool)
- func (o *TimePoint) GetHour() int32
- func (o *TimePoint) GetMinute() int32
- func (o *TimePoint) GetMonth() int32
- func (o *TimePoint) GetMonthOk() (int32, bool)
- func (o *TimePoint) GetSecond() int32
- func (o *TimePoint) HasDayOfMonth() bool
- func (o *TimePoint) HasDayOfWeek() bool
- func (o *TimePoint) HasMonth() bool
- func (o *TimePoint) SetDayOfMonth(v int32)
- func (o *TimePoint) SetDayOfWeek(v int32)
- func (o *TimePoint) SetHour(v int32)
- func (o *TimePoint) SetMinute(v int32)
- func (o *TimePoint) SetMonth(v int32)
- func (o *TimePoint) SetSecond(v int32)
- type TrackEventV2Response
- func (o *TrackEventV2Response) GetAwardedGiveaways() []Giveaway
- func (o *TrackEventV2Response) GetAwardedGiveawaysOk() ([]Giveaway, bool)
- func (o *TrackEventV2Response) GetCreatedCoupons() []Coupon
- func (o *TrackEventV2Response) GetCreatedReferrals() []Referral
- func (o *TrackEventV2Response) GetCustomerProfile() CustomerProfile
- func (o *TrackEventV2Response) GetCustomerProfileOk() (CustomerProfile, bool)
- func (o *TrackEventV2Response) GetEffects() []Effect
- func (o *TrackEventV2Response) GetEvent() Event
- func (o *TrackEventV2Response) GetEventOk() (Event, bool)
- func (o *TrackEventV2Response) GetLoyalty() Loyalty
- func (o *TrackEventV2Response) GetLoyaltyOk() (Loyalty, bool)
- func (o *TrackEventV2Response) GetRuleFailureReasons() []RuleFailureReason
- func (o *TrackEventV2Response) GetRuleFailureReasonsOk() ([]RuleFailureReason, bool)
- func (o *TrackEventV2Response) GetTriggeredCampaigns() []Campaign
- func (o *TrackEventV2Response) GetTriggeredCampaignsOk() ([]Campaign, bool)
- func (o *TrackEventV2Response) HasAwardedGiveaways() bool
- func (o *TrackEventV2Response) HasCustomerProfile() bool
- func (o *TrackEventV2Response) HasEvent() bool
- func (o *TrackEventV2Response) HasLoyalty() bool
- func (o *TrackEventV2Response) HasRuleFailureReasons() bool
- func (o *TrackEventV2Response) HasTriggeredCampaigns() bool
- func (o *TrackEventV2Response) SetAwardedGiveaways(v []Giveaway)
- func (o *TrackEventV2Response) SetCreatedCoupons(v []Coupon)
- func (o *TrackEventV2Response) SetCreatedReferrals(v []Referral)
- func (o *TrackEventV2Response) SetCustomerProfile(v CustomerProfile)
- func (o *TrackEventV2Response) SetEffects(v []Effect)
- func (o *TrackEventV2Response) SetEvent(v Event)
- func (o *TrackEventV2Response) SetLoyalty(v Loyalty)
- func (o *TrackEventV2Response) SetRuleFailureReasons(v []RuleFailureReason)
- func (o *TrackEventV2Response) SetTriggeredCampaigns(v []Campaign)
- type TransferLoyaltyCard
- type TriggerWebhookEffectProps
- type TwoFaConfig
- type UpdateAccount
- func (o *UpdateAccount) GetAttributes() map[string]interface{}
- func (o *UpdateAccount) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateAccount) GetBillingEmail() string
- func (o *UpdateAccount) GetCompanyName() string
- func (o *UpdateAccount) GetPlanExpires() time.Time
- func (o *UpdateAccount) GetPlanExpiresOk() (time.Time, bool)
- func (o *UpdateAccount) GetState() string
- func (o *UpdateAccount) GetStateOk() (string, bool)
- func (o *UpdateAccount) HasAttributes() bool
- func (o *UpdateAccount) HasPlanExpires() bool
- func (o *UpdateAccount) HasState() bool
- func (o *UpdateAccount) SetAttributes(v map[string]interface{})
- func (o *UpdateAccount) SetBillingEmail(v string)
- func (o *UpdateAccount) SetCompanyName(v string)
- func (o *UpdateAccount) SetPlanExpires(v time.Time)
- func (o *UpdateAccount) SetState(v string)
- type UpdateAchievement
- func (o *UpdateAchievement) GetDescription() string
- func (o *UpdateAchievement) GetDescriptionOk() (string, bool)
- func (o *UpdateAchievement) GetName() string
- func (o *UpdateAchievement) GetNameOk() (string, bool)
- func (o *UpdateAchievement) GetPeriod() string
- func (o *UpdateAchievement) GetPeriodEndOverride() TimePoint
- func (o *UpdateAchievement) GetPeriodEndOverrideOk() (TimePoint, bool)
- func (o *UpdateAchievement) GetPeriodOk() (string, bool)
- func (o *UpdateAchievement) GetTarget() float32
- func (o *UpdateAchievement) GetTargetOk() (float32, bool)
- func (o *UpdateAchievement) GetTitle() string
- func (o *UpdateAchievement) GetTitleOk() (string, bool)
- func (o *UpdateAchievement) HasDescription() bool
- func (o *UpdateAchievement) HasName() bool
- func (o *UpdateAchievement) HasPeriod() bool
- func (o *UpdateAchievement) HasPeriodEndOverride() bool
- func (o *UpdateAchievement) HasTarget() bool
- func (o *UpdateAchievement) HasTitle() bool
- func (o *UpdateAchievement) SetDescription(v string)
- func (o *UpdateAchievement) SetName(v string)
- func (o *UpdateAchievement) SetPeriod(v string)
- func (o *UpdateAchievement) SetPeriodEndOverride(v TimePoint)
- func (o *UpdateAchievement) SetTarget(v float32)
- func (o *UpdateAchievement) SetTitle(v string)
- type UpdateApplication
- func (o *UpdateApplication) GetAttributes() map[string]interface{}
- func (o *UpdateApplication) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateApplication) GetAttributesSettings() AttributesSettings
- func (o *UpdateApplication) GetAttributesSettingsOk() (AttributesSettings, bool)
- func (o *UpdateApplication) GetCaseSensitivity() string
- func (o *UpdateApplication) GetCaseSensitivityOk() (string, bool)
- func (o *UpdateApplication) GetCurrency() string
- func (o *UpdateApplication) GetDefaultDiscountAdditionalCostPerItemScope() string
- func (o *UpdateApplication) GetDefaultDiscountAdditionalCostPerItemScopeOk() (string, bool)
- func (o *UpdateApplication) GetDefaultDiscountScope() string
- func (o *UpdateApplication) GetDefaultDiscountScopeOk() (string, bool)
- func (o *UpdateApplication) GetDefaultEvaluationGroupId() int32
- func (o *UpdateApplication) GetDefaultEvaluationGroupIdOk() (int32, bool)
- func (o *UpdateApplication) GetDescription() string
- func (o *UpdateApplication) GetDescriptionOk() (string, bool)
- func (o *UpdateApplication) GetEnableCascadingDiscounts() bool
- func (o *UpdateApplication) GetEnableCascadingDiscountsOk() (bool, bool)
- func (o *UpdateApplication) GetEnableFlattenedCartItems() bool
- func (o *UpdateApplication) GetEnableFlattenedCartItemsOk() (bool, bool)
- func (o *UpdateApplication) GetEnablePartialDiscounts() bool
- func (o *UpdateApplication) GetEnablePartialDiscountsOk() (bool, bool)
- func (o *UpdateApplication) GetLimits() []LimitConfig
- func (o *UpdateApplication) GetLimitsOk() ([]LimitConfig, bool)
- func (o *UpdateApplication) GetName() string
- func (o *UpdateApplication) GetSandbox() bool
- func (o *UpdateApplication) GetSandboxOk() (bool, bool)
- func (o *UpdateApplication) GetTimezone() string
- func (o *UpdateApplication) HasAttributes() bool
- func (o *UpdateApplication) HasAttributesSettings() bool
- func (o *UpdateApplication) HasCaseSensitivity() bool
- func (o *UpdateApplication) HasDefaultDiscountAdditionalCostPerItemScope() bool
- func (o *UpdateApplication) HasDefaultDiscountScope() bool
- func (o *UpdateApplication) HasDefaultEvaluationGroupId() bool
- func (o *UpdateApplication) HasDescription() bool
- func (o *UpdateApplication) HasEnableCascadingDiscounts() bool
- func (o *UpdateApplication) HasEnableFlattenedCartItems() bool
- func (o *UpdateApplication) HasEnablePartialDiscounts() bool
- func (o *UpdateApplication) HasLimits() bool
- func (o *UpdateApplication) HasSandbox() bool
- func (o *UpdateApplication) SetAttributes(v map[string]interface{})
- func (o *UpdateApplication) SetAttributesSettings(v AttributesSettings)
- func (o *UpdateApplication) SetCaseSensitivity(v string)
- func (o *UpdateApplication) SetCurrency(v string)
- func (o *UpdateApplication) SetDefaultDiscountAdditionalCostPerItemScope(v string)
- func (o *UpdateApplication) SetDefaultDiscountScope(v string)
- func (o *UpdateApplication) SetDefaultEvaluationGroupId(v int32)
- func (o *UpdateApplication) SetDescription(v string)
- func (o *UpdateApplication) SetEnableCascadingDiscounts(v bool)
- func (o *UpdateApplication) SetEnableFlattenedCartItems(v bool)
- func (o *UpdateApplication) SetEnablePartialDiscounts(v bool)
- func (o *UpdateApplication) SetLimits(v []LimitConfig)
- func (o *UpdateApplication) SetName(v string)
- func (o *UpdateApplication) SetSandbox(v bool)
- func (o *UpdateApplication) SetTimezone(v string)
- type UpdateApplicationApiKey
- type UpdateAttributeEffectProps
- type UpdateAudience
- type UpdateCampaign
- func (o *UpdateCampaign) GetActiveRulesetId() int32
- func (o *UpdateCampaign) GetActiveRulesetIdOk() (int32, bool)
- func (o *UpdateCampaign) GetAttributes() map[string]interface{}
- func (o *UpdateCampaign) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateCampaign) GetCampaignGroups() []int32
- func (o *UpdateCampaign) GetCampaignGroupsOk() ([]int32, bool)
- func (o *UpdateCampaign) GetCouponSettings() CodeGeneratorSettings
- func (o *UpdateCampaign) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *UpdateCampaign) GetDescription() string
- func (o *UpdateCampaign) GetDescriptionOk() (string, bool)
- func (o *UpdateCampaign) GetEndTime() time.Time
- func (o *UpdateCampaign) GetEndTimeOk() (time.Time, bool)
- func (o *UpdateCampaign) GetEvaluationGroupId() int32
- func (o *UpdateCampaign) GetEvaluationGroupIdOk() (int32, bool)
- func (o *UpdateCampaign) GetFeatures() []string
- func (o *UpdateCampaign) GetLimits() []LimitConfig
- func (o *UpdateCampaign) GetLinkedStoreIds() []int32
- func (o *UpdateCampaign) GetLinkedStoreIdsOk() ([]int32, bool)
- func (o *UpdateCampaign) GetName() string
- func (o *UpdateCampaign) GetReferralSettings() CodeGeneratorSettings
- func (o *UpdateCampaign) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *UpdateCampaign) GetStartTime() time.Time
- func (o *UpdateCampaign) GetStartTimeOk() (time.Time, bool)
- func (o *UpdateCampaign) GetState() string
- func (o *UpdateCampaign) GetStateOk() (string, bool)
- func (o *UpdateCampaign) GetTags() []string
- func (o *UpdateCampaign) GetType() string
- func (o *UpdateCampaign) GetTypeOk() (string, bool)
- func (o *UpdateCampaign) HasActiveRulesetId() bool
- func (o *UpdateCampaign) HasAttributes() bool
- func (o *UpdateCampaign) HasCampaignGroups() bool
- func (o *UpdateCampaign) HasCouponSettings() bool
- func (o *UpdateCampaign) HasDescription() bool
- func (o *UpdateCampaign) HasEndTime() bool
- func (o *UpdateCampaign) HasEvaluationGroupId() bool
- func (o *UpdateCampaign) HasLinkedStoreIds() bool
- func (o *UpdateCampaign) HasReferralSettings() bool
- func (o *UpdateCampaign) HasStartTime() bool
- func (o *UpdateCampaign) HasState() bool
- func (o *UpdateCampaign) HasType() bool
- func (o *UpdateCampaign) SetActiveRulesetId(v int32)
- func (o *UpdateCampaign) SetAttributes(v map[string]interface{})
- func (o *UpdateCampaign) SetCampaignGroups(v []int32)
- func (o *UpdateCampaign) SetCouponSettings(v CodeGeneratorSettings)
- func (o *UpdateCampaign) SetDescription(v string)
- func (o *UpdateCampaign) SetEndTime(v time.Time)
- func (o *UpdateCampaign) SetEvaluationGroupId(v int32)
- func (o *UpdateCampaign) SetFeatures(v []string)
- func (o *UpdateCampaign) SetLimits(v []LimitConfig)
- func (o *UpdateCampaign) SetLinkedStoreIds(v []int32)
- func (o *UpdateCampaign) SetName(v string)
- func (o *UpdateCampaign) SetReferralSettings(v CodeGeneratorSettings)
- func (o *UpdateCampaign) SetStartTime(v time.Time)
- func (o *UpdateCampaign) SetState(v string)
- func (o *UpdateCampaign) SetTags(v []string)
- func (o *UpdateCampaign) SetType(v string)
- type UpdateCampaignCollection
- type UpdateCampaignEvaluationGroup
- func (o *UpdateCampaignEvaluationGroup) GetDescription() string
- func (o *UpdateCampaignEvaluationGroup) GetDescriptionOk() (string, bool)
- func (o *UpdateCampaignEvaluationGroup) GetEvaluationMode() string
- func (o *UpdateCampaignEvaluationGroup) GetEvaluationScope() string
- func (o *UpdateCampaignEvaluationGroup) GetLocked() bool
- func (o *UpdateCampaignEvaluationGroup) GetName() string
- func (o *UpdateCampaignEvaluationGroup) GetParentId() int32
- func (o *UpdateCampaignEvaluationGroup) HasDescription() bool
- func (o *UpdateCampaignEvaluationGroup) SetDescription(v string)
- func (o *UpdateCampaignEvaluationGroup) SetEvaluationMode(v string)
- func (o *UpdateCampaignEvaluationGroup) SetEvaluationScope(v string)
- func (o *UpdateCampaignEvaluationGroup) SetLocked(v bool)
- func (o *UpdateCampaignEvaluationGroup) SetName(v string)
- func (o *UpdateCampaignEvaluationGroup) SetParentId(v int32)
- type UpdateCampaignGroup
- func (o *UpdateCampaignGroup) GetCampaignIds() []int32
- func (o *UpdateCampaignGroup) GetCampaignIdsOk() ([]int32, bool)
- func (o *UpdateCampaignGroup) GetDescription() string
- func (o *UpdateCampaignGroup) GetDescriptionOk() (string, bool)
- func (o *UpdateCampaignGroup) GetName() string
- func (o *UpdateCampaignGroup) GetSubscribedApplicationsIds() []int32
- func (o *UpdateCampaignGroup) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *UpdateCampaignGroup) HasCampaignIds() bool
- func (o *UpdateCampaignGroup) HasDescription() bool
- func (o *UpdateCampaignGroup) HasSubscribedApplicationsIds() bool
- func (o *UpdateCampaignGroup) SetCampaignIds(v []int32)
- func (o *UpdateCampaignGroup) SetDescription(v string)
- func (o *UpdateCampaignGroup) SetName(v string)
- func (o *UpdateCampaignGroup) SetSubscribedApplicationsIds(v []int32)
- type UpdateCampaignTemplate
- func (o *UpdateCampaignTemplate) GetActiveRulesetId() int32
- func (o *UpdateCampaignTemplate) GetActiveRulesetIdOk() (int32, bool)
- func (o *UpdateCampaignTemplate) GetApplicationsIds() []int32
- func (o *UpdateCampaignTemplate) GetCampaignAttributes() map[string]interface{}
- func (o *UpdateCampaignTemplate) GetCampaignAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateCampaignTemplate) GetCampaignCollections() []CampaignTemplateCollection
- func (o *UpdateCampaignTemplate) GetCampaignCollectionsOk() ([]CampaignTemplateCollection, bool)
- func (o *UpdateCampaignTemplate) GetCampaignType() string
- func (o *UpdateCampaignTemplate) GetCampaignTypeOk() (string, bool)
- func (o *UpdateCampaignTemplate) GetCouponAttributes() map[string]interface{}
- func (o *UpdateCampaignTemplate) GetCouponAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateCampaignTemplate) GetCouponSettings() CodeGeneratorSettings
- func (o *UpdateCampaignTemplate) GetCouponSettingsOk() (CodeGeneratorSettings, bool)
- func (o *UpdateCampaignTemplate) GetDefaultCampaignGroupId() int32
- func (o *UpdateCampaignTemplate) GetDefaultCampaignGroupIdOk() (int32, bool)
- func (o *UpdateCampaignTemplate) GetDescription() string
- func (o *UpdateCampaignTemplate) GetFeatures() []string
- func (o *UpdateCampaignTemplate) GetFeaturesOk() ([]string, bool)
- func (o *UpdateCampaignTemplate) GetInstructions() string
- func (o *UpdateCampaignTemplate) GetLimits() []TemplateLimitConfig
- func (o *UpdateCampaignTemplate) GetLimitsOk() ([]TemplateLimitConfig, bool)
- func (o *UpdateCampaignTemplate) GetName() string
- func (o *UpdateCampaignTemplate) GetReferralSettings() CodeGeneratorSettings
- func (o *UpdateCampaignTemplate) GetReferralSettingsOk() (CodeGeneratorSettings, bool)
- func (o *UpdateCampaignTemplate) GetState() string
- func (o *UpdateCampaignTemplate) GetTags() []string
- func (o *UpdateCampaignTemplate) GetTagsOk() ([]string, bool)
- func (o *UpdateCampaignTemplate) GetTemplateParams() []CampaignTemplateParams
- func (o *UpdateCampaignTemplate) GetTemplateParamsOk() ([]CampaignTemplateParams, bool)
- func (o *UpdateCampaignTemplate) HasActiveRulesetId() bool
- func (o *UpdateCampaignTemplate) HasCampaignAttributes() bool
- func (o *UpdateCampaignTemplate) HasCampaignCollections() bool
- func (o *UpdateCampaignTemplate) HasCampaignType() bool
- func (o *UpdateCampaignTemplate) HasCouponAttributes() bool
- func (o *UpdateCampaignTemplate) HasCouponSettings() bool
- func (o *UpdateCampaignTemplate) HasDefaultCampaignGroupId() bool
- func (o *UpdateCampaignTemplate) HasFeatures() bool
- func (o *UpdateCampaignTemplate) HasLimits() bool
- func (o *UpdateCampaignTemplate) HasReferralSettings() bool
- func (o *UpdateCampaignTemplate) HasTags() bool
- func (o *UpdateCampaignTemplate) HasTemplateParams() bool
- func (o *UpdateCampaignTemplate) SetActiveRulesetId(v int32)
- func (o *UpdateCampaignTemplate) SetApplicationsIds(v []int32)
- func (o *UpdateCampaignTemplate) SetCampaignAttributes(v map[string]interface{})
- func (o *UpdateCampaignTemplate) SetCampaignCollections(v []CampaignTemplateCollection)
- func (o *UpdateCampaignTemplate) SetCampaignType(v string)
- func (o *UpdateCampaignTemplate) SetCouponAttributes(v map[string]interface{})
- func (o *UpdateCampaignTemplate) SetCouponSettings(v CodeGeneratorSettings)
- func (o *UpdateCampaignTemplate) SetDefaultCampaignGroupId(v int32)
- func (o *UpdateCampaignTemplate) SetDescription(v string)
- func (o *UpdateCampaignTemplate) SetFeatures(v []string)
- func (o *UpdateCampaignTemplate) SetInstructions(v string)
- func (o *UpdateCampaignTemplate) SetLimits(v []TemplateLimitConfig)
- func (o *UpdateCampaignTemplate) SetName(v string)
- func (o *UpdateCampaignTemplate) SetReferralSettings(v CodeGeneratorSettings)
- func (o *UpdateCampaignTemplate) SetState(v string)
- func (o *UpdateCampaignTemplate) SetTags(v []string)
- func (o *UpdateCampaignTemplate) SetTemplateParams(v []CampaignTemplateParams)
- type UpdateCatalog
- func (o *UpdateCatalog) GetDescription() string
- func (o *UpdateCatalog) GetDescriptionOk() (string, bool)
- func (o *UpdateCatalog) GetName() string
- func (o *UpdateCatalog) GetNameOk() (string, bool)
- func (o *UpdateCatalog) GetSubscribedApplicationsIds() []int32
- func (o *UpdateCatalog) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *UpdateCatalog) HasDescription() bool
- func (o *UpdateCatalog) HasName() bool
- func (o *UpdateCatalog) HasSubscribedApplicationsIds() bool
- func (o *UpdateCatalog) SetDescription(v string)
- func (o *UpdateCatalog) SetName(v string)
- func (o *UpdateCatalog) SetSubscribedApplicationsIds(v []int32)
- type UpdateCollection
- func (o *UpdateCollection) GetDescription() string
- func (o *UpdateCollection) GetDescriptionOk() (string, bool)
- func (o *UpdateCollection) GetSubscribedApplicationsIds() []int32
- func (o *UpdateCollection) GetSubscribedApplicationsIdsOk() ([]int32, bool)
- func (o *UpdateCollection) HasDescription() bool
- func (o *UpdateCollection) HasSubscribedApplicationsIds() bool
- func (o *UpdateCollection) SetDescription(v string)
- func (o *UpdateCollection) SetSubscribedApplicationsIds(v []int32)
- type UpdateCoupon
- func (o *UpdateCoupon) GetAttributes() map[string]interface{}
- func (o *UpdateCoupon) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateCoupon) GetDiscountLimit() float32
- func (o *UpdateCoupon) GetDiscountLimitOk() (float32, bool)
- func (o *UpdateCoupon) GetExpiryDate() time.Time
- func (o *UpdateCoupon) GetExpiryDateOk() (time.Time, bool)
- func (o *UpdateCoupon) GetImplicitlyReserved() bool
- func (o *UpdateCoupon) GetImplicitlyReservedOk() (bool, bool)
- func (o *UpdateCoupon) GetIsReservationMandatory() bool
- func (o *UpdateCoupon) GetIsReservationMandatoryOk() (bool, bool)
- func (o *UpdateCoupon) GetLimits() []LimitConfig
- func (o *UpdateCoupon) GetLimitsOk() ([]LimitConfig, bool)
- func (o *UpdateCoupon) GetRecipientIntegrationId() string
- func (o *UpdateCoupon) GetRecipientIntegrationIdOk() (string, bool)
- func (o *UpdateCoupon) GetReservationLimit() int32
- func (o *UpdateCoupon) GetReservationLimitOk() (int32, bool)
- func (o *UpdateCoupon) GetStartDate() time.Time
- func (o *UpdateCoupon) GetStartDateOk() (time.Time, bool)
- func (o *UpdateCoupon) GetUsageLimit() int32
- func (o *UpdateCoupon) GetUsageLimitOk() (int32, bool)
- func (o *UpdateCoupon) HasAttributes() bool
- func (o *UpdateCoupon) HasDiscountLimit() bool
- func (o *UpdateCoupon) HasExpiryDate() bool
- func (o *UpdateCoupon) HasImplicitlyReserved() bool
- func (o *UpdateCoupon) HasIsReservationMandatory() bool
- func (o *UpdateCoupon) HasLimits() bool
- func (o *UpdateCoupon) HasRecipientIntegrationId() bool
- func (o *UpdateCoupon) HasReservationLimit() bool
- func (o *UpdateCoupon) HasStartDate() bool
- func (o *UpdateCoupon) HasUsageLimit() bool
- func (o *UpdateCoupon) SetAttributes(v map[string]interface{})
- func (o *UpdateCoupon) SetDiscountLimit(v float32)
- func (o *UpdateCoupon) SetExpiryDate(v time.Time)
- func (o *UpdateCoupon) SetImplicitlyReserved(v bool)
- func (o *UpdateCoupon) SetIsReservationMandatory(v bool)
- func (o *UpdateCoupon) SetLimits(v []LimitConfig)
- func (o *UpdateCoupon) SetRecipientIntegrationId(v string)
- func (o *UpdateCoupon) SetReservationLimit(v int32)
- func (o *UpdateCoupon) SetStartDate(v time.Time)
- func (o *UpdateCoupon) SetUsageLimit(v int32)
- type UpdateCouponBatch
- func (o *UpdateCouponBatch) GetAttributes() map[string]interface{}
- func (o *UpdateCouponBatch) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateCouponBatch) GetBatchID() string
- func (o *UpdateCouponBatch) GetBatchIDOk() (string, bool)
- func (o *UpdateCouponBatch) GetDiscountLimit() float32
- func (o *UpdateCouponBatch) GetDiscountLimitOk() (float32, bool)
- func (o *UpdateCouponBatch) GetExpiryDate() time.Time
- func (o *UpdateCouponBatch) GetExpiryDateOk() (time.Time, bool)
- func (o *UpdateCouponBatch) GetReservationLimit() int32
- func (o *UpdateCouponBatch) GetReservationLimitOk() (int32, bool)
- func (o *UpdateCouponBatch) GetStartDate() time.Time
- func (o *UpdateCouponBatch) GetStartDateOk() (time.Time, bool)
- func (o *UpdateCouponBatch) GetUsageLimit() int32
- func (o *UpdateCouponBatch) GetUsageLimitOk() (int32, bool)
- func (o *UpdateCouponBatch) HasAttributes() bool
- func (o *UpdateCouponBatch) HasBatchID() bool
- func (o *UpdateCouponBatch) HasDiscountLimit() bool
- func (o *UpdateCouponBatch) HasExpiryDate() bool
- func (o *UpdateCouponBatch) HasReservationLimit() bool
- func (o *UpdateCouponBatch) HasStartDate() bool
- func (o *UpdateCouponBatch) HasUsageLimit() bool
- func (o *UpdateCouponBatch) SetAttributes(v map[string]interface{})
- func (o *UpdateCouponBatch) SetBatchID(v string)
- func (o *UpdateCouponBatch) SetDiscountLimit(v float32)
- func (o *UpdateCouponBatch) SetExpiryDate(v time.Time)
- func (o *UpdateCouponBatch) SetReservationLimit(v int32)
- func (o *UpdateCouponBatch) SetStartDate(v time.Time)
- func (o *UpdateCouponBatch) SetUsageLimit(v int32)
- type UpdateCustomEffect
- func (o *UpdateCustomEffect) GetApplicationIds() []int32
- func (o *UpdateCustomEffect) GetDescription() string
- func (o *UpdateCustomEffect) GetDescriptionOk() (string, bool)
- func (o *UpdateCustomEffect) GetEnabled() bool
- func (o *UpdateCustomEffect) GetIsPerItem() bool
- func (o *UpdateCustomEffect) GetIsPerItemOk() (bool, bool)
- func (o *UpdateCustomEffect) GetName() string
- func (o *UpdateCustomEffect) GetParams() []TemplateArgDef
- func (o *UpdateCustomEffect) GetParamsOk() ([]TemplateArgDef, bool)
- func (o *UpdateCustomEffect) GetPayload() string
- func (o *UpdateCustomEffect) GetTitle() string
- func (o *UpdateCustomEffect) HasDescription() bool
- func (o *UpdateCustomEffect) HasIsPerItem() bool
- func (o *UpdateCustomEffect) HasParams() bool
- func (o *UpdateCustomEffect) SetApplicationIds(v []int32)
- func (o *UpdateCustomEffect) SetDescription(v string)
- func (o *UpdateCustomEffect) SetEnabled(v bool)
- func (o *UpdateCustomEffect) SetIsPerItem(v bool)
- func (o *UpdateCustomEffect) SetName(v string)
- func (o *UpdateCustomEffect) SetParams(v []TemplateArgDef)
- func (o *UpdateCustomEffect) SetPayload(v string)
- func (o *UpdateCustomEffect) SetTitle(v string)
- type UpdateLoyaltyCard
- type UpdateLoyaltyProgram
- func (o *UpdateLoyaltyProgram) GetAllowSubledger() bool
- func (o *UpdateLoyaltyProgram) GetAllowSubledgerOk() (bool, bool)
- func (o *UpdateLoyaltyProgram) GetDefaultPending() string
- func (o *UpdateLoyaltyProgram) GetDefaultPendingOk() (string, bool)
- func (o *UpdateLoyaltyProgram) GetDefaultValidity() string
- func (o *UpdateLoyaltyProgram) GetDefaultValidityOk() (string, bool)
- func (o *UpdateLoyaltyProgram) GetDescription() string
- func (o *UpdateLoyaltyProgram) GetDescriptionOk() (string, bool)
- func (o *UpdateLoyaltyProgram) GetProgramJoinPolicy() string
- func (o *UpdateLoyaltyProgram) GetProgramJoinPolicyOk() (string, bool)
- func (o *UpdateLoyaltyProgram) GetSandbox() bool
- func (o *UpdateLoyaltyProgram) GetSandboxOk() (bool, bool)
- func (o *UpdateLoyaltyProgram) GetSubscribedApplications() []int32
- func (o *UpdateLoyaltyProgram) GetSubscribedApplicationsOk() ([]int32, bool)
- func (o *UpdateLoyaltyProgram) GetTiers() []NewLoyaltyTier
- func (o *UpdateLoyaltyProgram) GetTiersDowngradePolicy() string
- func (o *UpdateLoyaltyProgram) GetTiersDowngradePolicyOk() (string, bool)
- func (o *UpdateLoyaltyProgram) GetTiersExpirationPolicy() string
- func (o *UpdateLoyaltyProgram) GetTiersExpirationPolicyOk() (string, bool)
- func (o *UpdateLoyaltyProgram) GetTiersExpireIn() string
- func (o *UpdateLoyaltyProgram) GetTiersExpireInOk() (string, bool)
- func (o *UpdateLoyaltyProgram) GetTiersOk() ([]NewLoyaltyTier, bool)
- func (o *UpdateLoyaltyProgram) GetTitle() string
- func (o *UpdateLoyaltyProgram) GetTitleOk() (string, bool)
- func (o *UpdateLoyaltyProgram) GetUsersPerCardLimit() int32
- func (o *UpdateLoyaltyProgram) GetUsersPerCardLimitOk() (int32, bool)
- func (o *UpdateLoyaltyProgram) HasAllowSubledger() bool
- func (o *UpdateLoyaltyProgram) HasDefaultPending() bool
- func (o *UpdateLoyaltyProgram) HasDefaultValidity() bool
- func (o *UpdateLoyaltyProgram) HasDescription() bool
- func (o *UpdateLoyaltyProgram) HasProgramJoinPolicy() bool
- func (o *UpdateLoyaltyProgram) HasSandbox() bool
- func (o *UpdateLoyaltyProgram) HasSubscribedApplications() bool
- func (o *UpdateLoyaltyProgram) HasTiers() bool
- func (o *UpdateLoyaltyProgram) HasTiersDowngradePolicy() bool
- func (o *UpdateLoyaltyProgram) HasTiersExpirationPolicy() bool
- func (o *UpdateLoyaltyProgram) HasTiersExpireIn() bool
- func (o *UpdateLoyaltyProgram) HasTitle() bool
- func (o *UpdateLoyaltyProgram) HasUsersPerCardLimit() bool
- func (o *UpdateLoyaltyProgram) SetAllowSubledger(v bool)
- func (o *UpdateLoyaltyProgram) SetDefaultPending(v string)
- func (o *UpdateLoyaltyProgram) SetDefaultValidity(v string)
- func (o *UpdateLoyaltyProgram) SetDescription(v string)
- func (o *UpdateLoyaltyProgram) SetProgramJoinPolicy(v string)
- func (o *UpdateLoyaltyProgram) SetSandbox(v bool)
- func (o *UpdateLoyaltyProgram) SetSubscribedApplications(v []int32)
- func (o *UpdateLoyaltyProgram) SetTiers(v []NewLoyaltyTier)
- func (o *UpdateLoyaltyProgram) SetTiersDowngradePolicy(v string)
- func (o *UpdateLoyaltyProgram) SetTiersExpirationPolicy(v string)
- func (o *UpdateLoyaltyProgram) SetTiersExpireIn(v string)
- func (o *UpdateLoyaltyProgram) SetTitle(v string)
- func (o *UpdateLoyaltyProgram) SetUsersPerCardLimit(v int32)
- type UpdatePicklist
- type UpdateReferral
- func (o *UpdateReferral) GetAttributes() map[string]interface{}
- func (o *UpdateReferral) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateReferral) GetExpiryDate() time.Time
- func (o *UpdateReferral) GetExpiryDateOk() (time.Time, bool)
- func (o *UpdateReferral) GetFriendProfileIntegrationId() string
- func (o *UpdateReferral) GetFriendProfileIntegrationIdOk() (string, bool)
- func (o *UpdateReferral) GetStartDate() time.Time
- func (o *UpdateReferral) GetStartDateOk() (time.Time, bool)
- func (o *UpdateReferral) GetUsageLimit() int32
- func (o *UpdateReferral) GetUsageLimitOk() (int32, bool)
- func (o *UpdateReferral) HasAttributes() bool
- func (o *UpdateReferral) HasExpiryDate() bool
- func (o *UpdateReferral) HasFriendProfileIntegrationId() bool
- func (o *UpdateReferral) HasStartDate() bool
- func (o *UpdateReferral) HasUsageLimit() bool
- func (o *UpdateReferral) SetAttributes(v map[string]interface{})
- func (o *UpdateReferral) SetExpiryDate(v time.Time)
- func (o *UpdateReferral) SetFriendProfileIntegrationId(v string)
- func (o *UpdateReferral) SetStartDate(v time.Time)
- func (o *UpdateReferral) SetUsageLimit(v int32)
- type UpdateReferralBatch
- func (o *UpdateReferralBatch) GetAttributes() map[string]interface{}
- func (o *UpdateReferralBatch) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateReferralBatch) GetBatchID() string
- func (o *UpdateReferralBatch) GetExpiryDate() time.Time
- func (o *UpdateReferralBatch) GetExpiryDateOk() (time.Time, bool)
- func (o *UpdateReferralBatch) GetStartDate() time.Time
- func (o *UpdateReferralBatch) GetStartDateOk() (time.Time, bool)
- func (o *UpdateReferralBatch) GetUsageLimit() int32
- func (o *UpdateReferralBatch) GetUsageLimitOk() (int32, bool)
- func (o *UpdateReferralBatch) HasAttributes() bool
- func (o *UpdateReferralBatch) HasExpiryDate() bool
- func (o *UpdateReferralBatch) HasStartDate() bool
- func (o *UpdateReferralBatch) HasUsageLimit() bool
- func (o *UpdateReferralBatch) SetAttributes(v map[string]interface{})
- func (o *UpdateReferralBatch) SetBatchID(v string)
- func (o *UpdateReferralBatch) SetExpiryDate(v time.Time)
- func (o *UpdateReferralBatch) SetStartDate(v time.Time)
- func (o *UpdateReferralBatch) SetUsageLimit(v int32)
- type UpdateRole
- func (o *UpdateRole) GetAcl() string
- func (o *UpdateRole) GetAclOk() (string, bool)
- func (o *UpdateRole) GetDescription() string
- func (o *UpdateRole) GetDescriptionOk() (string, bool)
- func (o *UpdateRole) GetMembers() []int32
- func (o *UpdateRole) GetMembersOk() ([]int32, bool)
- func (o *UpdateRole) GetName() string
- func (o *UpdateRole) GetNameOk() (string, bool)
- func (o *UpdateRole) HasAcl() bool
- func (o *UpdateRole) HasDescription() bool
- func (o *UpdateRole) HasMembers() bool
- func (o *UpdateRole) HasName() bool
- func (o *UpdateRole) SetAcl(v string)
- func (o *UpdateRole) SetDescription(v string)
- func (o *UpdateRole) SetMembers(v []int32)
- func (o *UpdateRole) SetName(v string)
- type UpdateRoleV2
- type UpdateStore
- func (o *UpdateStore) GetAttributes() map[string]interface{}
- func (o *UpdateStore) GetAttributesOk() (map[string]interface{}, bool)
- func (o *UpdateStore) GetDescription() string
- func (o *UpdateStore) GetName() string
- func (o *UpdateStore) HasAttributes() bool
- func (o *UpdateStore) SetAttributes(v map[string]interface{})
- func (o *UpdateStore) SetDescription(v string)
- func (o *UpdateStore) SetName(v string)
- type UpdateUser
- func (o *UpdateUser) GetApplicationNotificationSubscriptions() map[string]interface{}
- func (o *UpdateUser) GetApplicationNotificationSubscriptionsOk() (map[string]interface{}, bool)
- func (o *UpdateUser) GetIsAdmin() bool
- func (o *UpdateUser) GetIsAdminOk() (bool, bool)
- func (o *UpdateUser) GetName() string
- func (o *UpdateUser) GetNameOk() (string, bool)
- func (o *UpdateUser) GetPolicy() string
- func (o *UpdateUser) GetPolicyOk() (string, bool)
- func (o *UpdateUser) GetRoles() []int32
- func (o *UpdateUser) GetRolesOk() ([]int32, bool)
- func (o *UpdateUser) GetState() string
- func (o *UpdateUser) GetStateOk() (string, bool)
- func (o *UpdateUser) HasApplicationNotificationSubscriptions() bool
- func (o *UpdateUser) HasIsAdmin() bool
- func (o *UpdateUser) HasName() bool
- func (o *UpdateUser) HasPolicy() bool
- func (o *UpdateUser) HasRoles() bool
- func (o *UpdateUser) HasState() bool
- func (o *UpdateUser) SetApplicationNotificationSubscriptions(v map[string]interface{})
- func (o *UpdateUser) SetIsAdmin(v bool)
- func (o *UpdateUser) SetName(v string)
- func (o *UpdateUser) SetPolicy(v string)
- func (o *UpdateUser) SetRoles(v []int32)
- func (o *UpdateUser) SetState(v string)
- type UpdateUserLatestFeedTimestamp
- type User
- func (o *User) GetAccountId() int32
- func (o *User) GetApplicationNotificationSubscriptions() map[string]interface{}
- func (o *User) GetApplicationNotificationSubscriptionsOk() (map[string]interface{}, bool)
- func (o *User) GetAuthMethod() string
- func (o *User) GetAuthMethodOk() (string, bool)
- func (o *User) GetCreated() time.Time
- func (o *User) GetEmail() string
- func (o *User) GetId() int32
- func (o *User) GetInviteToken() string
- func (o *User) GetIsAdmin() bool
- func (o *User) GetIsAdminOk() (bool, bool)
- func (o *User) GetLastAccessed() time.Time
- func (o *User) GetLastAccessedOk() (time.Time, bool)
- func (o *User) GetLastSignedIn() time.Time
- func (o *User) GetLastSignedInOk() (time.Time, bool)
- func (o *User) GetLatestFeedTimestamp() time.Time
- func (o *User) GetLatestFeedTimestampOk() (time.Time, bool)
- func (o *User) GetModified() time.Time
- func (o *User) GetName() string
- func (o *User) GetPolicy() map[string]interface{}
- func (o *User) GetRoles() []int32
- func (o *User) GetRolesOk() ([]int32, bool)
- func (o *User) GetState() string
- func (o *User) HasApplicationNotificationSubscriptions() bool
- func (o *User) HasAuthMethod() bool
- func (o *User) HasIsAdmin() bool
- func (o *User) HasLastAccessed() bool
- func (o *User) HasLastSignedIn() bool
- func (o *User) HasLatestFeedTimestamp() bool
- func (o *User) HasRoles() bool
- func (o *User) SetAccountId(v int32)
- func (o *User) SetApplicationNotificationSubscriptions(v map[string]interface{})
- func (o *User) SetAuthMethod(v string)
- func (o *User) SetCreated(v time.Time)
- func (o *User) SetEmail(v string)
- func (o *User) SetId(v int32)
- func (o *User) SetInviteToken(v string)
- func (o *User) SetIsAdmin(v bool)
- func (o *User) SetLastAccessed(v time.Time)
- func (o *User) SetLastSignedIn(v time.Time)
- func (o *User) SetLatestFeedTimestamp(v time.Time)
- func (o *User) SetModified(v time.Time)
- func (o *User) SetName(v string)
- func (o *User) SetPolicy(v map[string]interface{})
- func (o *User) SetRoles(v []int32)
- func (o *User) SetState(v string)
- type UserEntity
- type UserFeedNotifications
- type Webhook
- func (o *Webhook) GetApplicationIds() []int32
- func (o *Webhook) GetCreated() time.Time
- func (o *Webhook) GetEnabled() bool
- func (o *Webhook) GetHeaders() []string
- func (o *Webhook) GetId() int32
- func (o *Webhook) GetModified() time.Time
- func (o *Webhook) GetParams() []TemplateArgDef
- func (o *Webhook) GetPayload() string
- func (o *Webhook) GetPayloadOk() (string, bool)
- func (o *Webhook) GetTitle() string
- func (o *Webhook) GetUrl() string
- func (o *Webhook) GetVerb() string
- func (o *Webhook) HasPayload() bool
- func (o *Webhook) SetApplicationIds(v []int32)
- func (o *Webhook) SetCreated(v time.Time)
- func (o *Webhook) SetEnabled(v bool)
- func (o *Webhook) SetHeaders(v []string)
- func (o *Webhook) SetId(v int32)
- func (o *Webhook) SetModified(v time.Time)
- func (o *Webhook) SetParams(v []TemplateArgDef)
- func (o *Webhook) SetPayload(v string)
- func (o *Webhook) SetTitle(v string)
- func (o *Webhook) SetUrl(v string)
- func (o *Webhook) SetVerb(v string)
- type WebhookActivationLogEntry
- func (o *WebhookActivationLogEntry) GetApplicationId() int32
- func (o *WebhookActivationLogEntry) GetCampaignId() int32
- func (o *WebhookActivationLogEntry) GetCreated() time.Time
- func (o *WebhookActivationLogEntry) GetIntegrationRequestUuid() string
- func (o *WebhookActivationLogEntry) GetWebhookId() int32
- func (o *WebhookActivationLogEntry) SetApplicationId(v int32)
- func (o *WebhookActivationLogEntry) SetCampaignId(v int32)
- func (o *WebhookActivationLogEntry) SetCreated(v time.Time)
- func (o *WebhookActivationLogEntry) SetIntegrationRequestUuid(v string)
- func (o *WebhookActivationLogEntry) SetWebhookId(v int32)
- type WebhookLogEntry
- func (o *WebhookLogEntry) GetApplicationId() int32
- func (o *WebhookLogEntry) GetApplicationIdOk() (int32, bool)
- func (o *WebhookLogEntry) GetId() string
- func (o *WebhookLogEntry) GetIntegrationRequestUuid() string
- func (o *WebhookLogEntry) GetRequest() string
- func (o *WebhookLogEntry) GetRequestTime() time.Time
- func (o *WebhookLogEntry) GetResponse() string
- func (o *WebhookLogEntry) GetResponseOk() (string, bool)
- func (o *WebhookLogEntry) GetResponseTime() time.Time
- func (o *WebhookLogEntry) GetResponseTimeOk() (time.Time, bool)
- func (o *WebhookLogEntry) GetStatus() int32
- func (o *WebhookLogEntry) GetStatusOk() (int32, bool)
- func (o *WebhookLogEntry) GetUrl() string
- func (o *WebhookLogEntry) GetWebhookId() int32
- func (o *WebhookLogEntry) HasApplicationId() bool
- func (o *WebhookLogEntry) HasResponse() bool
- func (o *WebhookLogEntry) HasResponseTime() bool
- func (o *WebhookLogEntry) HasStatus() bool
- func (o *WebhookLogEntry) SetApplicationId(v int32)
- func (o *WebhookLogEntry) SetId(v string)
- func (o *WebhookLogEntry) SetIntegrationRequestUuid(v string)
- func (o *WebhookLogEntry) SetRequest(v string)
- func (o *WebhookLogEntry) SetRequestTime(v time.Time)
- func (o *WebhookLogEntry) SetResponse(v string)
- func (o *WebhookLogEntry) SetResponseTime(v time.Time)
- func (o *WebhookLogEntry) SetStatus(v int32)
- func (o *WebhookLogEntry) SetUrl(v string)
- func (o *WebhookLogEntry) SetWebhookId(v int32)
- type WebhookWithOutgoingIntegrationDetails
- func (o *WebhookWithOutgoingIntegrationDetails) GetApplicationIds() []int32
- func (o *WebhookWithOutgoingIntegrationDetails) GetCreated() time.Time
- func (o *WebhookWithOutgoingIntegrationDetails) GetEnabled() bool
- func (o *WebhookWithOutgoingIntegrationDetails) GetHeaders() []string
- func (o *WebhookWithOutgoingIntegrationDetails) GetId() int32
- func (o *WebhookWithOutgoingIntegrationDetails) GetModified() time.Time
- func (o *WebhookWithOutgoingIntegrationDetails) GetOutgoingIntegrationTemplateId() int32
- func (o *WebhookWithOutgoingIntegrationDetails) GetOutgoingIntegrationTemplateIdOk() (int32, bool)
- func (o *WebhookWithOutgoingIntegrationDetails) GetOutgoingIntegrationTypeId() int32
- func (o *WebhookWithOutgoingIntegrationDetails) GetOutgoingIntegrationTypeIdOk() (int32, bool)
- func (o *WebhookWithOutgoingIntegrationDetails) GetOutgoingIntegrationTypeName() string
- func (o *WebhookWithOutgoingIntegrationDetails) GetOutgoingIntegrationTypeNameOk() (string, bool)
- func (o *WebhookWithOutgoingIntegrationDetails) GetParams() []TemplateArgDef
- func (o *WebhookWithOutgoingIntegrationDetails) GetPayload() string
- func (o *WebhookWithOutgoingIntegrationDetails) GetPayloadOk() (string, bool)
- func (o *WebhookWithOutgoingIntegrationDetails) GetTitle() string
- func (o *WebhookWithOutgoingIntegrationDetails) GetUrl() string
- func (o *WebhookWithOutgoingIntegrationDetails) GetVerb() string
- func (o *WebhookWithOutgoingIntegrationDetails) HasOutgoingIntegrationTemplateId() bool
- func (o *WebhookWithOutgoingIntegrationDetails) HasOutgoingIntegrationTypeId() bool
- func (o *WebhookWithOutgoingIntegrationDetails) HasOutgoingIntegrationTypeName() bool
- func (o *WebhookWithOutgoingIntegrationDetails) HasPayload() bool
- func (o *WebhookWithOutgoingIntegrationDetails) SetApplicationIds(v []int32)
- func (o *WebhookWithOutgoingIntegrationDetails) SetCreated(v time.Time)
- func (o *WebhookWithOutgoingIntegrationDetails) SetEnabled(v bool)
- func (o *WebhookWithOutgoingIntegrationDetails) SetHeaders(v []string)
- func (o *WebhookWithOutgoingIntegrationDetails) SetId(v int32)
- func (o *WebhookWithOutgoingIntegrationDetails) SetModified(v time.Time)
- func (o *WebhookWithOutgoingIntegrationDetails) SetOutgoingIntegrationTemplateId(v int32)
- func (o *WebhookWithOutgoingIntegrationDetails) SetOutgoingIntegrationTypeId(v int32)
- func (o *WebhookWithOutgoingIntegrationDetails) SetOutgoingIntegrationTypeName(v string)
- func (o *WebhookWithOutgoingIntegrationDetails) SetParams(v []TemplateArgDef)
- func (o *WebhookWithOutgoingIntegrationDetails) SetPayload(v string)
- func (o *WebhookWithOutgoingIntegrationDetails) SetTitle(v string)
- func (o *WebhookWithOutgoingIntegrationDetails) SetUrl(v string)
- func (o *WebhookWithOutgoingIntegrationDetails) SetVerb(v string)
- type WillAwardGiveawayEffectProps
- func (o *WillAwardGiveawayEffectProps) GetPoolId() int32
- func (o *WillAwardGiveawayEffectProps) GetPoolName() string
- func (o *WillAwardGiveawayEffectProps) GetRecipientIntegrationId() string
- func (o *WillAwardGiveawayEffectProps) SetPoolId(v int32)
- func (o *WillAwardGiveawayEffectProps) SetPoolName(v string)
- func (o *WillAwardGiveawayEffectProps) SetRecipientIntegrationId(v string)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var ErrInvalidNullable = errors.New("nullable cannot have non-zero Value and ExplicitNull simultaneously")
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
IntegrationApi *IntegrationApiService
ManagementApi *ManagementApiService
// contains filtered or unexported fields
}
APIClient manages communication with the Talon.One API API v In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResonse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AcceptCouponEffectProps ¶
type AcceptCouponEffectProps struct {
// The coupon code that was accepted.
Value string `json:"value"`
}
AcceptCouponEffectProps The properties specific to the \"acceptCoupon\" effect. This gets triggered whenever the coupon is valid and all other conditions in the rules of its campaign are met.
func (*AcceptCouponEffectProps) GetValue ¶
func (o *AcceptCouponEffectProps) GetValue() string
GetValue returns the Value field value
func (*AcceptCouponEffectProps) SetValue ¶
func (o *AcceptCouponEffectProps) SetValue(v string)
SetValue sets field value
type AcceptReferralEffectProps ¶
type AcceptReferralEffectProps struct {
// The referral code that was accepted.
Value string `json:"value"`
}
AcceptReferralEffectProps The properties specific to the \"acceptReferral\" effect. TThis gets triggered whenever the referral code is valid and all other conditions in the rules of its campaign are met.
func (*AcceptReferralEffectProps) GetValue ¶
func (o *AcceptReferralEffectProps) GetValue() string
GetValue returns the Value field value
func (*AcceptReferralEffectProps) SetValue ¶
func (o *AcceptReferralEffectProps) SetValue(v string)
SetValue sets field value
type AccessLogEntry ¶
type AccessLogEntry struct {
// UUID reference of request.
Uuid string `json:"uuid"`
// HTTP status code of response.
Status int32 `json:"status"`
// HTTP method of request.
Method string `json:"method"`
// target URI of request
RequestUri string `json:"requestUri"`
// timestamp of request
Time time.Time `json:"time"`
// payload of request
RequestPayload string `json:"requestPayload"`
// payload of response
ResponsePayload string `json:"responsePayload"`
}
AccessLogEntry Log of application accesses.
func (*AccessLogEntry) GetMethod ¶
func (o *AccessLogEntry) GetMethod() string
GetMethod returns the Method field value
func (*AccessLogEntry) GetRequestPayload ¶
func (o *AccessLogEntry) GetRequestPayload() string
GetRequestPayload returns the RequestPayload field value
func (*AccessLogEntry) GetRequestUri ¶
func (o *AccessLogEntry) GetRequestUri() string
GetRequestUri returns the RequestUri field value
func (*AccessLogEntry) GetResponsePayload ¶
func (o *AccessLogEntry) GetResponsePayload() string
GetResponsePayload returns the ResponsePayload field value
func (*AccessLogEntry) GetStatus ¶
func (o *AccessLogEntry) GetStatus() int32
GetStatus returns the Status field value
func (*AccessLogEntry) GetTime ¶
func (o *AccessLogEntry) GetTime() time.Time
GetTime returns the Time field value
func (*AccessLogEntry) GetUuid ¶
func (o *AccessLogEntry) GetUuid() string
GetUuid returns the Uuid field value
func (*AccessLogEntry) SetMethod ¶
func (o *AccessLogEntry) SetMethod(v string)
SetMethod sets field value
func (*AccessLogEntry) SetRequestPayload ¶
func (o *AccessLogEntry) SetRequestPayload(v string)
SetRequestPayload sets field value
func (*AccessLogEntry) SetRequestUri ¶
func (o *AccessLogEntry) SetRequestUri(v string)
SetRequestUri sets field value
func (*AccessLogEntry) SetResponsePayload ¶
func (o *AccessLogEntry) SetResponsePayload(v string)
SetResponsePayload sets field value
func (*AccessLogEntry) SetStatus ¶
func (o *AccessLogEntry) SetStatus(v int32)
SetStatus sets field value
func (*AccessLogEntry) SetTime ¶
func (o *AccessLogEntry) SetTime(v time.Time)
SetTime sets field value
func (*AccessLogEntry) SetUuid ¶
func (o *AccessLogEntry) SetUuid(v string)
SetUuid sets field value
type Account ¶
type Account struct {
// Internal ID of this entity.
Id int32 `json:"id"`
// The time this entity was created.
Created time.Time `json:"created"`
// The time this entity was last modified.
Modified time.Time `json:"modified"`
CompanyName string `json:"companyName"`
// Subdomain Name for yourcompany.talon.one.
DomainName string `json:"domainName"`
// State of the account (active, deactivated).
State string `json:"state"`
// The billing email address associated with your company account.
BillingEmail string `json:"billingEmail"`
// The name of your booked plan.
PlanName *string `json:"planName,omitempty"`
// The point in time at which your current plan expires.
PlanExpires *time.Time `json:"planExpires,omitempty"`
// The maximum number of Applications covered by your plan.
ApplicationLimit *int32 `json:"applicationLimit,omitempty"`
// The maximum number of Campaign Manager Users covered by your plan.
UserLimit *int32 `json:"userLimit,omitempty"`
// The maximum number of Campaigns covered by your plan.
CampaignLimit *int32 `json:"campaignLimit,omitempty"`
// The maximum number of Integration API calls covered by your plan per billing period.
ApiLimit *int32 `json:"apiLimit,omitempty"`
// The current number of Applications in your account.
ApplicationCount int32 `json:"applicationCount"`
// The current number of Campaign Manager Users in your account.
UserCount int32 `json:"userCount"`
// The current number of active Campaigns in your account.
CampaignsActiveCount int32 `json:"campaignsActiveCount"`
// The current number of inactive Campaigns in your account.
CampaignsInactiveCount int32 `json:"campaignsInactiveCount"`
// Arbitrary properties associated with this campaign.
Attributes *map[string]interface{} `json:"attributes,omitempty"`
}
Account
func (*Account) GetApiLimit ¶
GetApiLimit returns the ApiLimit field value if set, zero value otherwise.
func (*Account) GetApiLimitOk ¶
GetApiLimitOk returns a tuple with the ApiLimit field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Account) GetApplicationCount ¶
GetApplicationCount returns the ApplicationCount field value
func (*Account) GetApplicationLimit ¶
GetApplicationLimit returns the ApplicationLimit field value if set, zero value otherwise.
func (*Account) GetApplicationLimitOk ¶
GetApplicationLimitOk returns a tuple with the ApplicationLimit field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Account) GetAttributes ¶
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Account) GetAttributesOk ¶
GetAttributesOk returns a tuple with the Attributes field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Account) GetBillingEmail ¶
GetBillingEmail returns the BillingEmail field value
func (*Account) GetCampaignLimit ¶
GetCampaignLimit returns the CampaignLimit field value if set, zero value otherwise.
func (*Account) GetCampaignLimitOk ¶
GetCampaignLimitOk returns a tuple with the CampaignLimit field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Account) GetCampaignsActiveCount ¶
GetCampaignsActiveCount returns the CampaignsActiveCount field value
func (*Account) GetCampaignsInactiveCount ¶
GetCampaignsInactiveCount returns the CampaignsInactiveCount field value
func (*Account) GetCompanyName ¶
GetCompanyName returns the CompanyName field value
func (*Account) GetCreated ¶
GetCreated returns the Created field value
func (*Account) GetDomainName ¶
GetDomainName returns the DomainName field value
func (*Account) GetModified ¶
GetModified returns the Modified field value
func (*Account) GetPlanExpires ¶
GetPlanExpires returns the PlanExpires field value if set, zero value otherwise.
func (*Account) GetPlanExpiresOk ¶
GetPlanExpiresOk returns a tuple with the PlanExpires field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Account) GetPlanName ¶
GetPlanName returns the PlanName field value if set, zero value otherwise.
func (*Account) GetPlanNameOk ¶
GetPlanNameOk returns a tuple with the PlanName field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Account) GetUserCount ¶
GetUserCount returns the UserCount field value
func (*Account) GetUserLimit ¶
GetUserLimit returns the UserLimit field value if set, zero value otherwise.
func (*Account) GetUserLimitOk ¶
GetUserLimitOk returns a tuple with the UserLimit field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Account) HasApiLimit ¶
HasApiLimit returns a boolean if a field has been set.
func (*Account) HasApplicationLimit ¶
HasApplicationLimit returns a boolean if a field has been set.
func (*Account) HasAttributes ¶
HasAttributes returns a boolean if a field has been set.
func (*Account) HasCampaignLimit ¶
HasCampaignLimit returns a boolean if a field has been set.
func (*Account) HasPlanExpires ¶
HasPlanExpires returns a boolean if a field has been set.
func (*Account) HasPlanName ¶
HasPlanName returns a boolean if a field has been set.
func (*Account) HasUserLimit ¶
HasUserLimit returns a boolean if a field has been set.
func (*Account) SetApiLimit ¶
SetApiLimit gets a reference to the given int32 and assigns it to the ApiLimit field.
func (*Account) SetApplicationCount ¶
SetApplicationCount sets field value
func (*Account) SetApplicationLimit ¶
SetApplicationLimit gets a reference to the given int32 and assigns it to the ApplicationLimit field.
func (*Account) SetAttributes ¶
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*Account) SetBillingEmail ¶
SetBillingEmail sets field value
func (*Account) SetCampaignLimit ¶
SetCampaignLimit gets a reference to the given int32 and assigns it to the CampaignLimit field.
func (*Account) SetCampaignsActiveCount ¶
SetCampaignsActiveCount sets field value
func (*Account) SetCampaignsInactiveCount ¶
SetCampaignsInactiveCount sets field value
func (*Account) SetCompanyName ¶
SetCompanyName sets field value
func (*Account) SetDomainName ¶
SetDomainName sets field value
func (*Account) SetModified ¶
SetModified sets field value
func (*Account) SetPlanExpires ¶
SetPlanExpires gets a reference to the given time.Time and assigns it to the PlanExpires field.
func (*Account) SetPlanName ¶
SetPlanName gets a reference to the given string and assigns it to the PlanName field.
func (*Account) SetUserCount ¶
SetUserCount sets field value
func (*Account) SetUserLimit ¶
SetUserLimit gets a reference to the given int32 and assigns it to the UserLimit field.
type AccountAdditionalCost ¶
type AccountAdditionalCost struct {
// Internal ID of this entity.
Id int32 `json:"id"`
// The time this entity was created.
Created time.Time `json:"created"`
// The ID of the account that owns this entity.
AccountId int32 `json:"accountId"`
// The internal name used in API requests.
Name string `json:"name"`
// The human-readable name for the additional cost that will be shown in the Campaign Manager. Like `name`, the combination of entity and title must also be unique.
Title string `json:"title"`
// A description of this additional cost.
Description string `json:"description"`
// A list of the IDs of the applications that are subscribed to this additional cost.
SubscribedApplicationsIds *[]int32 `json:"subscribedApplicationsIds,omitempty"`
// The type of additional cost. Possible value: - `session`: Additional cost will be added per session. - `item`: Additional cost will be added per item. - `both`: Additional cost will be added per item and session.
Type *string `json:"type,omitempty"`
}
AccountAdditionalCost
func (*AccountAdditionalCost) GetAccountId ¶
func (o *AccountAdditionalCost) GetAccountId() int32
GetAccountId returns the AccountId field value
func (*AccountAdditionalCost) GetCreated ¶
func (o *AccountAdditionalCost) GetCreated() time.Time
GetCreated returns the Created field value
func (*AccountAdditionalCost) GetDescription ¶
func (o *AccountAdditionalCost) GetDescription() string
GetDescription returns the Description field value
func (*AccountAdditionalCost) GetId ¶
func (o *AccountAdditionalCost) GetId() int32
GetId returns the Id field value
func (*AccountAdditionalCost) GetName ¶
func (o *AccountAdditionalCost) GetName() string
GetName returns the Name field value
func (*AccountAdditionalCost) GetSubscribedApplicationsIds ¶
func (o *AccountAdditionalCost) GetSubscribedApplicationsIds() []int32
GetSubscribedApplicationsIds returns the SubscribedApplicationsIds field value if set, zero value otherwise.
func (*AccountAdditionalCost) GetSubscribedApplicationsIdsOk ¶
func (o *AccountAdditionalCost) GetSubscribedApplicationsIdsOk() ([]int32, bool)
GetSubscribedApplicationsIdsOk returns a tuple with the SubscribedApplicationsIds field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AccountAdditionalCost) GetTitle ¶
func (o *AccountAdditionalCost) GetTitle() string
GetTitle returns the Title field value
func (*AccountAdditionalCost) GetType ¶
func (o *AccountAdditionalCost) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*AccountAdditionalCost) GetTypeOk ¶
func (o *AccountAdditionalCost) GetTypeOk() (string, bool)
GetTypeOk returns a tuple with the Type field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AccountAdditionalCost) HasSubscribedApplicationsIds ¶
func (o *AccountAdditionalCost) HasSubscribedApplicationsIds() bool
HasSubscribedApplicationsIds returns a boolean if a field has been set.
func (*AccountAdditionalCost) HasType ¶
func (o *AccountAdditionalCost) HasType() bool
HasType returns a boolean if a field has been set.
func (*AccountAdditionalCost) SetAccountId ¶
func (o *AccountAdditionalCost) SetAccountId(v int32)
SetAccountId sets field value
func (*AccountAdditionalCost) SetCreated ¶
func (o *AccountAdditionalCost) SetCreated(v time.Time)
SetCreated sets field value
func (*AccountAdditionalCost) SetDescription ¶
func (o *AccountAdditionalCost) SetDescription(v string)
SetDescription sets field value
func (*AccountAdditionalCost) SetId ¶
func (o *AccountAdditionalCost) SetId(v int32)
SetId sets field value
func (*AccountAdditionalCost) SetName ¶
func (o *AccountAdditionalCost) SetName(v string)
SetName sets field value
func (*AccountAdditionalCost) SetSubscribedApplicationsIds ¶
func (o *AccountAdditionalCost) SetSubscribedApplicationsIds(v []int32)
SetSubscribedApplicationsIds gets a reference to the given []int32 and assigns it to the SubscribedApplicationsIds field.
func (*AccountAdditionalCost) SetTitle ¶
func (o *AccountAdditionalCost) SetTitle(v string)
SetTitle sets field value
func (*AccountAdditionalCost) SetType ¶
func (o *AccountAdditionalCost) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type AccountAnalytics ¶
type AccountAnalytics struct {
// Total number of applications in the account.
Applications int32 `json:"applications"`
// Total number of live applications in the account.
LiveApplications int32 `json:"liveApplications"`
// Total number of sandbox applications in the account.
SandboxApplications int32 `json:"sandboxApplications"`
// Total number of campaigns in the account.
Campaigns int32 `json:"campaigns"`
// Total number of active campaigns in the account.
ActiveCampaigns int32 `json:"activeCampaigns"`
// Total number of active campaigns in live applications in the account.
LiveActiveCampaigns int32 `json:"liveActiveCampaigns"`
// Total number of coupons in the account.
Coupons int32 `json:"coupons"`
// Total number of active coupons in the account.
ActiveCoupons int32 `json:"activeCoupons"`
// Total number of expired coupons in the account.
ExpiredCoupons int32 `json:"expiredCoupons"`
// Total number of referral codes in the account.
ReferralCodes int32 `json:"referralCodes"`
// Total number of active referral codes in the account.
ActiveReferralCodes int32 `json:"activeReferralCodes"`
// Total number of expired referral codes in the account.
ExpiredReferralCodes int32 `json:"expiredReferralCodes"`
// Total number of active rules in the account.
ActiveRules int32 `json:"activeRules"`
// Total number of users in the account.
Users int32 `json:"users"`
// Total number of roles in the account.
Roles int32 `json:"roles"`
// Total number of custom attributes in the account.
CustomAttributes int32 `json:"customAttributes"`
// Total number of webhooks in the account.
Webhooks int32 `json:"webhooks"`
// Total number of all loyalty programs in the account.
LoyaltyPrograms int32 `json:"loyaltyPrograms"`
// Total number of live loyalty programs in the account.
LiveLoyaltyPrograms int32 `json:"liveLoyaltyPrograms"`
// The point in time when the analytics numbers were updated last.
LastUpdatedAt time.Time `json:"lastUpdatedAt"`
}
AccountAnalytics struct for AccountAnalytics
func (*AccountAnalytics) GetActiveCampaigns ¶
func (o *AccountAnalytics) GetActiveCampaigns() int32
GetActiveCampaigns returns the ActiveCampaigns field value
func (*AccountAnalytics) GetActiveCoupons ¶
func (o *AccountAnalytics) GetActiveCoupons() int32
GetActiveCoupons returns the ActiveCoupons field value
func (*AccountAnalytics) GetActiveReferralCodes ¶
func (o *AccountAnalytics) GetActiveReferralCodes() int32
GetActiveReferralCodes returns the ActiveReferralCodes field value
func (*AccountAnalytics) GetActiveRules ¶
func (o *AccountAnalytics) GetActiveRules() int32
GetActiveRules returns the ActiveRules field value
func (*AccountAnalytics) GetApplications ¶
func (o *AccountAnalytics) GetApplications() int32
GetApplications returns the Applications field value
func (*AccountAnalytics) GetCampaigns ¶
func (o *AccountAnalytics) GetCampaigns() int32
GetCampaigns returns the Campaigns field value
func (*AccountAnalytics) GetCoupons ¶
func (o *AccountAnalytics) GetCoupons() int32
GetCoupons returns the Coupons field value
func (*AccountAnalytics) GetCustomAttributes ¶
func (o *AccountAnalytics) GetCustomAttributes() int32
GetCustomAttributes returns the CustomAttributes field value
func (*AccountAnalytics) GetExpiredCoupons ¶
func (o *AccountAnalytics) GetExpiredCoupons() int32
GetExpiredCoupons returns the ExpiredCoupons field value
func (*AccountAnalytics) GetExpiredReferralCodes ¶
func (o *AccountAnalytics) GetExpiredReferralCodes() int32
GetExpiredReferralCodes returns the ExpiredReferralCodes field value
func (*AccountAnalytics) GetLastUpdatedAt ¶
func (o *AccountAnalytics) GetLastUpdatedAt() time.Time
GetLastUpdatedAt returns the LastUpdatedAt field value
func (*AccountAnalytics) GetLiveActiveCampaigns ¶
func (o *AccountAnalytics) GetLiveActiveCampaigns() int32
GetLiveActiveCampaigns returns the LiveActiveCampaigns field value
func (*AccountAnalytics) GetLiveApplications ¶
func (o *AccountAnalytics) GetLiveApplications() int32
GetLiveApplications returns the LiveApplications field value
func (*AccountAnalytics) GetLiveLoyaltyPrograms ¶
func (o *AccountAnalytics) GetLiveLoyaltyPrograms() int32
GetLiveLoyaltyPrograms returns the LiveLoyaltyPrograms field value
func (*AccountAnalytics) GetLoyaltyPrograms ¶
func (o *AccountAnalytics) GetLoyaltyPrograms() int32
GetLoyaltyPrograms returns the LoyaltyPrograms field value
func (*AccountAnalytics) GetReferralCodes ¶
func (o *AccountAnalytics) GetReferralCodes() int32
GetReferralCodes returns the ReferralCodes field value
func (*AccountAnalytics) GetRoles ¶
func (o *AccountAnalytics) GetRoles() int32
GetRoles returns the Roles field value
func (*AccountAnalytics) GetSandboxApplications ¶
func (o *AccountAnalytics) GetSandboxApplications() int32
GetSandboxApplications returns the SandboxApplications field value
func (*AccountAnalytics) GetUsers ¶
func (o *AccountAnalytics) GetUsers() int32
GetUsers returns the Users field value
func (*AccountAnalytics) GetWebhooks ¶
func (o *AccountAnalytics) GetWebhooks() int32
GetWebhooks returns the Webhooks field value
func (*AccountAnalytics) SetActiveCampaigns ¶
func (o *AccountAnalytics) SetActiveCampaigns(v int32)
SetActiveCampaigns sets field value
func (*AccountAnalytics) SetActiveCoupons ¶
func (o *AccountAnalytics) SetActiveCoupons(v int32)
SetActiveCoupons sets field value
func (*AccountAnalytics) SetActiveReferralCodes ¶
func (o *AccountAnalytics) SetActiveReferralCodes(v int32)
SetActiveReferralCodes sets field value
func (*AccountAnalytics) SetActiveRules ¶
func (o *AccountAnalytics) SetActiveRules(v int32)
SetActiveRules sets field value
func (*AccountAnalytics) SetApplications ¶
func (o *AccountAnalytics) SetApplications(v int32)
SetApplications sets field value
func (*AccountAnalytics) SetCampaigns ¶
func (o *AccountAnalytics) SetCampaigns(v int32)
SetCampaigns sets field value
func (*AccountAnalytics) SetCoupons ¶
func (o *AccountAnalytics) SetCoupons(v int32)
SetCoupons sets field value
func (*AccountAnalytics) SetCustomAttributes ¶
func (o *AccountAnalytics) SetCustomAttributes(v int32)
SetCustomAttributes sets field value
func (*AccountAnalytics) SetExpiredCoupons ¶
func (o *AccountAnalytics) SetExpiredCoupons(v int32)
SetExpiredCoupons sets field value
func (*AccountAnalytics) SetExpiredReferralCodes ¶
func (o *AccountAnalytics) SetExpiredReferralCodes(v int32)
SetExpiredReferralCodes sets field value
func (*AccountAnalytics) SetLastUpdatedAt ¶
func (o *AccountAnalytics) SetLastUpdatedAt(v time.Time)
SetLastUpdatedAt sets field value
func (*AccountAnalytics) SetLiveActiveCampaigns ¶
func (o *AccountAnalytics) SetLiveActiveCampaigns(v int32)
SetLiveActiveCampaigns sets field value
func (*AccountAnalytics) SetLiveApplications ¶
func (o *AccountAnalytics) SetLiveApplications(v int32)
SetLiveApplications sets field value
func (*AccountAnalytics) SetLiveLoyaltyPrograms ¶
func (o *AccountAnalytics) SetLiveLoyaltyPrograms(v int32)
SetLiveLoyaltyPrograms sets field value
func (*AccountAnalytics) SetLoyaltyPrograms ¶
func (o *AccountAnalytics) SetLoyaltyPrograms(v int32)
SetLoyaltyPrograms sets field value
func (*AccountAnalytics) SetReferralCodes ¶
func (o *AccountAnalytics) SetReferralCodes(v int32)
SetReferralCodes sets field value
func (*AccountAnalytics) SetRoles ¶
func (o *AccountAnalytics) SetRoles(v int32)
SetRoles sets field value
func (*AccountAnalytics) SetSandboxApplications ¶
func (o *AccountAnalytics) SetSandboxApplications(v int32)
SetSandboxApplications sets field value
func (*AccountAnalytics) SetUsers ¶
func (o *AccountAnalytics) SetUsers(v int32)
SetUsers sets field value
func (*AccountAnalytics) SetWebhooks ¶
func (o *AccountAnalytics) SetWebhooks(v int32)
SetWebhooks sets field value
type AccountDashboardStatistic ¶
type AccountDashboardStatistic struct {
// Aggregated statistic for account revenue.
Revenue *[]AccountDashboardStatisticRevenue `json:"revenue,omitempty"`
// Aggregated statistic for account discount.
Discounts *[]AccountDashboardStatisticDiscount `json:"discounts,omitempty"`
// Aggregated statistic for account loyalty points.
LoyaltyPoints *[]AccountDashboardStatisticLoyaltyPoints `json:"loyaltyPoints,omitempty"`
// Aggregated statistic for account referrals.
Referrals *[]AccountDashboardStatisticReferrals `json:"referrals,omitempty"`
Campaigns AccountDashboardStatisticCampaigns `json:"campaigns"`
}
AccountDashboardStatistic struct for AccountDashboardStatistic
func (*AccountDashboardStatistic) GetCampaigns ¶
func (o *AccountDashboardStatistic) GetCampaigns() AccountDashboardStatisticCampaigns
GetCampaigns returns the Campaigns field value
func (*AccountDashboardStatistic) GetDiscounts ¶
func (o *AccountDashboardStatistic) GetDiscounts() []AccountDashboardStatisticDiscount
GetDiscounts returns the Discounts field value if set, zero value otherwise.
func (*AccountDashboardStatistic) GetDiscountsOk ¶
func (o *AccountDashboardStatistic) GetDiscountsOk() ([]AccountDashboardStatisticDiscount, bool)
GetDiscountsOk returns a tuple with the Discounts field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AccountDashboardStatistic) GetLoyaltyPoints ¶
func (o *AccountDashboardStatistic) GetLoyaltyPoints() []AccountDashboardStatisticLoyaltyPoints
GetLoyaltyPoints returns the LoyaltyPoints field value if set, zero value otherwise.
func (*AccountDashboardStatistic) GetLoyaltyPointsOk ¶
func (o *AccountDashboardStatistic) GetLoyaltyPointsOk() ([]AccountDashboardStatisticLoyaltyPoints, bool)
GetLoyaltyPointsOk returns a tuple with the LoyaltyPoints field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AccountDashboardStatistic) GetReferrals ¶
func (o *AccountDashboardStatistic) GetReferrals() []AccountDashboardStatisticReferrals
GetReferrals returns the Referrals field value if set, zero value otherwise.
func (*AccountDashboardStatistic) GetReferralsOk ¶
func (o *AccountDashboardStatistic) GetReferralsOk() ([]AccountDashboardStatisticReferrals, bool)
GetReferralsOk returns a tuple with the Referrals field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AccountDashboardStatistic) GetRevenue ¶
func (o *AccountDashboardStatistic) GetRevenue() []AccountDashboardStatisticRevenue
GetRevenue returns the Revenue field value if set, zero value otherwise.
func (*AccountDashboardStatistic) GetRevenueOk ¶
func (o *AccountDashboardStatistic) GetRevenueOk() ([]AccountDashboardStatisticRevenue, bool)
GetRevenueOk returns a tuple with the Revenue field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AccountDashboardStatistic) HasDiscounts ¶
func (o *AccountDashboardStatistic) HasDiscounts() bool
HasDiscounts returns a boolean if a field has been set.
func (*AccountDashboardStatistic) HasLoyaltyPoints ¶
func (o *AccountDashboardStatistic) HasLoyaltyPoints() bool
HasLoyaltyPoints returns a boolean if a field has been set.
func (*AccountDashboardStatistic) HasReferrals ¶
func (o *AccountDashboardStatistic) HasReferrals() bool
HasReferrals returns a boolean if a field has been set.
func (*AccountDashboardStatistic) HasRevenue ¶
func (o *AccountDashboardStatistic) HasRevenue() bool
HasRevenue returns a boolean if a field has been set.
func (*AccountDashboardStatistic) SetCampaigns ¶
func (o *AccountDashboardStatistic) SetCampaigns(v AccountDashboardStatisticCampaigns)
SetCampaigns sets field value
func (*AccountDashboardStatistic) SetDiscounts ¶
func (o *AccountDashboardStatistic) SetDiscounts(v []AccountDashboardStatisticDiscount)
SetDiscounts gets a reference to the given []AccountDashboardStatisticDiscount and assigns it to the Discounts field.
func (*AccountDashboardStatistic) SetLoyaltyPoints ¶
func (o *AccountDashboardStatistic) SetLoyaltyPoints(v []AccountDashboardStatisticLoyaltyPoints)
SetLoyaltyPoints gets a reference to the given []AccountDashboardStatisticLoyaltyPoints and assigns it to the LoyaltyPoints field.
func (*AccountDashboardStatistic) SetReferrals ¶
func (o *AccountDashboardStatistic) SetReferrals(v []AccountDashboardStatisticReferrals)
SetReferrals gets a reference to the given []AccountDashboardStatisticReferrals and assigns it to the Referrals field.
func (*AccountDashboardStatistic) SetRevenue ¶
func (o *AccountDashboardStatistic) SetRevenue(v []AccountDashboardStatisticRevenue)
SetRevenue gets a reference to the given []AccountDashboardStatisticRevenue and assigns it to the Revenue field.
type AccountDashboardStatisticApiCalls ¶
type AccountDashboardStatisticApiCalls struct {
// Total number of API calls received.
Total float32 `json:"total"`
// Values aggregated for the specified date.
Datetime time.Time `json:"datetime"`
}
AccountDashboardStatisticApiCalls struct for AccountDashboardStatisticApiCalls
func (*AccountDashboardStatisticApiCalls) GetDatetime ¶
func (o *AccountDashboardStatisticApiCalls) GetDatetime() time.Time
GetDatetime returns the Datetime field value
func (*AccountDashboardStatisticApiCalls) GetTotal ¶
func (o *AccountDashboardStatisticApiCalls) GetTotal() float32
GetTotal returns the Total field value
func (*AccountDashboardStatisticApiCalls) SetDatetime ¶
func (o *AccountDashboardStatisticApiCalls) SetDatetime(v time.Time)
SetDatetime sets field value
func (*AccountDashboardStatisticApiCalls) SetTotal ¶
func (o *AccountDashboardStatisticApiCalls) SetTotal(v float32)
SetTotal sets field value
type AccountDashboardStatisticCampaigns ¶
type AccountDashboardStatisticCampaigns struct {
// Number of campaigns that are active and live (across all Applications).
Live int32 `json:"live"`
// Campaigns scheduled to expire sometime in the next 7 days.
EndingSoon int32 `json:"endingSoon"`
// Campaigns with less than 10% of budget left.
LowOnBudget int32 `json:"lowOnBudget"`
}
AccountDashboardStatisticCampaigns struct for AccountDashboardStatisticCampaigns
func (*AccountDashboardStatisticCampaigns) GetEndingSoon ¶
func (o *AccountDashboardStatisticCampaigns) GetEndingSoon() int32
GetEndingSoon returns the EndingSoon field value
func (*AccountDashboardStatisticCampaigns) GetLive ¶
func (o *AccountDashboardStatisticCampaigns) GetLive() int32
GetLive returns the Live field value
func (*AccountDashboardStatisticCampaigns) GetLowOnBudget ¶
func (o *AccountDashboardStatisticCampaigns) GetLowOnBudget() int32
GetLowOnBudget returns the LowOnBudget field value
func (*AccountDashboardStatisticCampaigns) SetEndingSoon ¶
func (o *AccountDashboardStatisticCampaigns) SetEndingSoon(v int32)
SetEndingSoon sets field value
func (*AccountDashboardStatisticCampaigns) SetLive ¶
func (o *AccountDashboardStatisticCampaigns) SetLive(v int32)
SetLive sets field value
func (*AccountDashboardStatisticCampaigns) SetLowOnBudget ¶
func (o *AccountDashboardStatisticCampaigns) SetLowOnBudget(v int32)
SetLowOnBudget sets field value
type AccountDashboardStatisticDiscount ¶
type AccountDashboardStatisticDiscount struct {
// Total discount value redeemed by users.
Total float32 `json:"total"`
// Average discount percentage.
Average float32 `json:"average"`
// Values aggregated for the specified date.
Datetime time.Time `json:"datetime"`
}
AccountDashboardStatisticDiscount struct for AccountDashboardStatisticDiscount
func (*AccountDashboardStatisticDiscount) GetAverage ¶
func (o *AccountDashboardStatisticDiscount) GetAverage() float32
GetAverage returns the Average field value
func (*AccountDashboardStatisticDiscount) GetDatetime ¶
func (o *AccountDashboardStatisticDiscount) GetDatetime() time.Time
GetDatetime returns the Datetime field value
func (*AccountDashboardStatisticDiscount) GetTotal ¶
func (o *AccountDashboardStatisticDiscount) GetTotal() float32
GetTotal returns the Total field value
func (*AccountDashboardStatisticDiscount) SetAverage ¶
func (o *AccountDashboardStatisticDiscount) SetAverage(v float32)
SetAverage sets field value
func (*AccountDashboardStatisticDiscount) SetDatetime ¶
func (o *AccountDashboardStatisticDiscount) SetDatetime(v time.Time)
SetDatetime sets field value
func (*AccountDashboardStatisticDiscount) SetTotal ¶
func (o *AccountDashboardStatisticDiscount) SetTotal(v float32)
SetTotal sets field value
type AccountDashboardStatisticLoyaltyPoints ¶
type AccountDashboardStatisticLoyaltyPoints struct {
// Total loyalty points earned by users.
Total float32 `json:"total"`
// Values aggregated for the specified date.
Datetime time.Time `json:"datetime"`
}
AccountDashboardStatisticLoyaltyPoints struct for AccountDashboardStatisticLoyaltyPoints
func (*AccountDashboardStatisticLoyaltyPoints) GetDatetime ¶
func (o *AccountDashboardStatisticLoyaltyPoints) GetDatetime() time.Time
GetDatetime returns the Datetime field value
func (*AccountDashboardStatisticLoyaltyPoints) GetTotal ¶
func (o *AccountDashboardStatisticLoyaltyPoints) GetTotal() float32
GetTotal returns the Total field value
func (*AccountDashboardStatisticLoyaltyPoints) SetDatetime ¶
func (o *AccountDashboardStatisticLoyaltyPoints) SetDatetime(v time.Time)
SetDatetime sets field value
func (*AccountDashboardStatisticLoyaltyPoints) SetTotal ¶
func (o *AccountDashboardStatisticLoyaltyPoints) SetTotal(v float32)
SetTotal sets field value
type AccountDashboardStatisticReferrals ¶
type AccountDashboardStatisticReferrals struct {
// Total number of referrals initiated by users.
Total float32 `json:"total"`
// Values aggregated for the specified date.
Datetime time.Time `json:"datetime"`
}
AccountDashboardStatisticReferrals struct for AccountDashboardStatisticReferrals
func (*AccountDashboardStatisticReferrals) GetDatetime ¶
func (o *AccountDashboardStatisticReferrals) GetDatetime() time.Time
GetDatetime returns the Datetime field value
func (*AccountDashboardStatisticReferrals) GetTotal ¶
func (o *AccountDashboardStatisticReferrals) GetTotal() float32
GetTotal returns the Total field value
func (*AccountDashboardStatisticReferrals) SetDatetime ¶
func (o *AccountDashboardStatisticReferrals) SetDatetime(v time.Time)
SetDatetime sets field value
func (*AccountDashboardStatisticReferrals) SetTotal ¶
func (o *AccountDashboardStatisticReferrals) SetTotal(v float32)
SetTotal sets field value
type AccountDashboardStatisticRevenue ¶
type AccountDashboardStatisticRevenue struct {
// All revenue that went through the client's shop (including purchases that didn’t trigger an effect).
Total float32 `json:"total"`
// The revenue that was created by a purchase that triggered an effect (excluding web hooks, notifications).
Influenced float32 `json:"influenced"`
// Values aggregated for the specified date.
Datetime time.Time `json:"datetime"`
}
AccountDashboardStatisticRevenue struct for AccountDashboardStatisticRevenue
func (*AccountDashboardStatisticRevenue) GetDatetime ¶
func (o *AccountDashboardStatisticRevenue) GetDatetime() time.Time
GetDatetime returns the Datetime field value
func (*AccountDashboardStatisticRevenue) GetInfluenced ¶
func (o *AccountDashboardStatisticRevenue) GetInfluenced() float32
GetInfluenced returns the Influenced field value
func (*AccountDashboardStatisticRevenue) GetTotal ¶
func (o *AccountDashboardStatisticRevenue) GetTotal() float32
GetTotal returns the Total field value
func (*AccountDashboardStatisticRevenue) SetDatetime ¶
func (o *AccountDashboardStatisticRevenue) SetDatetime(v time.Time)
SetDatetime sets field value
func (*AccountDashboardStatisticRevenue) SetInfluenced ¶
func (o *AccountDashboardStatisticRevenue) SetInfluenced(v float32)
SetInfluenced sets field value
func (*AccountDashboardStatisticRevenue) SetTotal ¶
func (o *AccountDashboardStatisticRevenue) SetTotal(v float32)
SetTotal sets field value
type AccountEntity ¶
type AccountEntity struct {
// The ID of the account that owns this entity.
AccountId int32 `json:"accountId"`
}
AccountEntity struct for AccountEntity
func (*AccountEntity) GetAccountId ¶
func (o *AccountEntity) GetAccountId() int32
GetAccountId returns the AccountId field value
func (*AccountEntity) SetAccountId ¶
func (o *AccountEntity) SetAccountId(v int32)
SetAccountId sets field value
type AccountLimits ¶
type AccountLimits struct {
// Total number of allowed live applications in the account.
LiveApplications int32 `json:"liveApplications"`
// Total number of allowed sandbox applications in the account.
SandboxApplications int32 `json:"sandboxApplications"`
// Total number of allowed active campaigns in live applications in the account.
ActiveCampaigns int32 `json:"activeCampaigns"`
// Total number of allowed coupons in the account.
Coupons int32 `json:"coupons"`
// Total number of allowed referral codes in the account.
ReferralCodes int32 `json:"referralCodes"`
// Total number of allowed active rulesets in the account.
ActiveRules int32 `json:"activeRules"`
// Total number of allowed live loyalty programs in the account.
LiveLoyaltyPrograms int32 `json:"liveLoyaltyPrograms"`
// Total number of allowed sandbox loyalty programs in the account.
SandboxLoyaltyPrograms int32 `json:"sandboxLoyaltyPrograms"`
// Total number of allowed webhooks in the account.
Webhooks int32 `json:"webhooks"`
// Total number of allowed users in the account.
Users int32 `json:"users"`
// Allowed volume of API requests to the account.
ApiVolume int32 `json:"apiVolume"`
// Array of promotion types that are employed in the account.
PromotionTypes []string `json:"promotionTypes"`
}
AccountLimits struct for AccountLimits
func (*AccountLimits) GetActiveCampaigns ¶
func (o *AccountLimits) GetActiveCampaigns() int32
GetActiveCampaigns returns the ActiveCampaigns field value
func (*AccountLimits) GetActiveRules ¶
func (o *AccountLimits) GetActiveRules() int32
GetActiveRules returns the ActiveRules field value
func (*AccountLimits) GetApiVolume ¶
func (o *AccountLimits) GetApiVolume() int32
GetApiVolume returns the ApiVolume field value
func (*AccountLimits) GetCoupons ¶
func (o *AccountLimits) GetCoupons() int32
GetCoupons returns the Coupons field value
func (*AccountLimits) GetLiveApplications ¶
func (o *AccountLimits) GetLiveApplications() int32
GetLiveApplications returns the LiveApplications field value
func (*AccountLimits) GetLiveLoyaltyPrograms ¶
func (o *AccountLimits) GetLiveLoyaltyPrograms() int32
GetLiveLoyaltyPrograms returns the LiveLoyaltyPrograms field value
func (*AccountLimits) GetPromotionTypes ¶
func (o *AccountLimits) GetPromotionTypes() []string
GetPromotionTypes returns the PromotionTypes field value
func (*AccountLimits) GetReferralCodes ¶
func (o *AccountLimits) GetReferralCodes() int32
GetReferralCodes returns the ReferralCodes field value
func (*AccountLimits) GetSandboxApplications ¶
func (o *AccountLimits) GetSandboxApplications() int32
GetSandboxApplications returns the SandboxApplications field value
func (*AccountLimits) GetSandboxLoyaltyPrograms ¶
func (o *AccountLimits) GetSandboxLoyaltyPrograms() int32
GetSandboxLoyaltyPrograms returns the SandboxLoyaltyPrograms field value
func (*AccountLimits) GetUsers ¶
func (o *AccountLimits) GetUsers() int32
GetUsers returns the Users field value
func (*AccountLimits) GetWebhooks ¶
func (o *AccountLimits) GetWebhooks() int32
GetWebhooks returns the Webhooks field value
func (*AccountLimits) SetActiveCampaigns ¶
func (o *AccountLimits) SetActiveCampaigns(v int32)
SetActiveCampaigns sets field value
func (*AccountLimits) SetActiveRules ¶
func (o *AccountLimits) SetActiveRules(v int32)
SetActiveRules sets field value
func (*AccountLimits) SetApiVolume ¶
func (o *AccountLimits) SetApiVolume(v int32)
SetApiVolume sets field value
func (*AccountLimits) SetCoupons ¶
func (o *AccountLimits) SetCoupons(v int32)
SetCoupons sets field value
func (*AccountLimits) SetLiveApplications ¶
func (o *AccountLimits) SetLiveApplications(v int32)
SetLiveApplications sets field value
func (*AccountLimits) SetLiveLoyaltyPrograms ¶
func (o *AccountLimits) SetLiveLoyaltyPrograms(v int32)
SetLiveLoyaltyPrograms sets field value
func (*AccountLimits) SetPromotionTypes ¶
func (o *AccountLimits) SetPromotionTypes(v []string)
SetPromotionTypes sets field value
func (*AccountLimits) SetReferralCodes ¶
func (o *AccountLimits) SetReferralCodes(v int32)
SetReferralCodes sets field value
func (*AccountLimits) SetSandboxApplications ¶
func (o *AccountLimits) SetSandboxApplications(v int32)
SetSandboxApplications sets field value
func (*AccountLimits) SetSandboxLoyaltyPrograms ¶
func (o *AccountLimits) SetSandboxLoyaltyPrograms(v int32)
SetSandboxLoyaltyPrograms sets field value
func (*AccountLimits) SetUsers ¶
func (o *AccountLimits) SetUsers(v int32)
SetUsers sets field value
func (*AccountLimits) SetWebhooks ¶
func (o *AccountLimits) SetWebhooks(v int32)
SetWebhooks sets field value
type Achievement ¶
type Achievement struct {
// Internal ID of this entity.
Id int32 `json:"id"`
// The time this entity was created.
Created time.Time `json:"created"`
// The internal name of the achievement used in API requests. **Note**: The name should start with a letter. This cannot be changed after the achievement has been created.
Name string `json:"name"`
// The display name for the achievement in the Campaign Manager.
Title string `json:"title"`
// A description of the achievement.
Description string `json:"description"`
// The required number of actions or the transactional milestone to complete the achievement.
Target float32 `json:"target"`
// The relative duration after which the achievement ends and resets for a particular customer profile. **Note**: The `period` does not start when the achievement is created. The period is a **positive real number** followed by one letter indicating the time unit. Examples: `30s`, `40m`, `1h`, `5D`, `7W`, `10M`, `15Y`. Available units: - `s`: seconds - `m`: minutes - `h`: hours - `D`: days - `W`: weeks - `M`: months - `Y`: years You can also round certain units down to the beginning of period and up to the end of period.: - `_D` for rounding down days only. Signifies the start of the day. Example: `30D_D` - `_U` for rounding up days, weeks, months and years. Signifies the end of the day, week, month or year. Example: `23W_U` **Note**: You can either use the round down and round up option or set an absolute period.
Period string `json:"period"`
PeriodEndOverride *TimePoint `json:"periodEndOverride,omitempty"`
// ID of the campaign, to which the achievement belongs to
CampaignId int32 `json:"campaignId"`
// ID of the user that created this achievement.
UserId int32 `json:"userId"`
// Name of the user that created the achievement. **Note**: This is not available if the user has been deleted.
CreatedBy string `json:"createdBy"`
// Indicates if a customer has made progress in the achievement.
HasProgress *bool `json:"hasProgress,omitempty"`
}
Achievement
func (*Achievement) GetCampaignId ¶
func (o *Achievement) GetCampaignId() int32
GetCampaignId returns the CampaignId field value
func (*Achievement) GetCreated ¶
func (o *Achievement) GetCreated() time.Time
GetCreated returns the Created field value
func (*Achievement) GetCreatedBy ¶
func (o *Achievement) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*Achievement) GetDescription ¶
func (o *Achievement) GetDescription() string
GetDescription returns the Description field value
func (*Achievement) GetHasProgress ¶
func (o *Achievement) GetHasProgress() bool
GetHasProgress returns the HasProgress field value if set, zero value otherwise.
func (*Achievement) GetHasProgressOk ¶
func (o *Achievement) GetHasProgressOk() (bool, bool)
GetHasProgressOk returns a tuple with the HasProgress field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Achievement) GetName ¶
func (o *Achievement) GetName() string
GetName returns the Name field value
func (*Achievement) GetPeriod ¶
func (o *Achievement) GetPeriod() string
GetPeriod returns the Period field value
func (*Achievement) GetPeriodEndOverride ¶
func (o *Achievement) GetPeriodEndOverride() TimePoint
GetPeriodEndOverride returns the PeriodEndOverride field value if set, zero value otherwise.
func (*Achievement) GetPeriodEndOverrideOk ¶
func (o *Achievement) GetPeriodEndOverrideOk() (TimePoint, bool)
GetPeriodEndOverrideOk returns a tuple with the PeriodEndOverride field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Achievement) GetTarget ¶
func (o *Achievement) GetTarget() float32
GetTarget returns the Target field value
func (*Achievement) GetTitle ¶
func (o *Achievement) GetTitle() string
GetTitle returns the Title field value
func (*Achievement) GetUserId ¶
func (o *Achievement) GetUserId() int32
GetUserId returns the UserId field value
func (*Achievement) HasHasProgress ¶
func (o *Achievement) HasHasProgress() bool
HasHasProgress returns a boolean if a field has been set.
func (*Achievement) HasPeriodEndOverride ¶
func (o *Achievement) HasPeriodEndOverride() bool
HasPeriodEndOverride returns a boolean if a field has been set.
func (*Achievement) SetCampaignId ¶
func (o *Achievement) SetCampaignId(v int32)
SetCampaignId sets field value
func (*Achievement) SetCreated ¶
func (o *Achievement) SetCreated(v time.Time)
SetCreated sets field value
func (*Achievement) SetCreatedBy ¶
func (o *Achievement) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*Achievement) SetDescription ¶
func (o *Achievement) SetDescription(v string)
SetDescription sets field value
func (*Achievement) SetHasProgress ¶
func (o *Achievement) SetHasProgress(v bool)
SetHasProgress gets a reference to the given bool and assigns it to the HasProgress field.
func (*Achievement) SetPeriod ¶
func (o *Achievement) SetPeriod(v string)
SetPeriod sets field value
func (*Achievement) SetPeriodEndOverride ¶
func (o *Achievement) SetPeriodEndOverride(v TimePoint)
SetPeriodEndOverride gets a reference to the given TimePoint and assigns it to the PeriodEndOverride field.
func (*Achievement) SetTarget ¶
func (o *Achievement) SetTarget(v float32)
SetTarget sets field value
type AchievementAdditionalProperties ¶
type AchievementAdditionalProperties struct {
// ID of the campaign, to which the achievement belongs to
CampaignId int32 `json:"campaignId"`
// ID of the user that created this achievement.
UserId int32 `json:"userId"`
// Name of the user that created the achievement. **Note**: This is not available if the user has been deleted.
CreatedBy string `json:"createdBy"`
// Indicates if a customer has made progress in the achievement.
HasProgress *bool `json:"hasProgress,omitempty"`
}
AchievementAdditionalProperties struct for AchievementAdditionalProperties
func (*AchievementAdditionalProperties) GetCampaignId ¶
func (o *AchievementAdditionalProperties) GetCampaignId() int32
GetCampaignId returns the CampaignId field value
func (*AchievementAdditionalProperties) GetCreatedBy ¶
func (o *AchievementAdditionalProperties) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*AchievementAdditionalProperties) GetHasProgress ¶
func (o *AchievementAdditionalProperties) GetHasProgress() bool
GetHasProgress returns the HasProgress field value if set, zero value otherwise.
func (*AchievementAdditionalProperties) GetHasProgressOk ¶
func (o *AchievementAdditionalProperties) GetHasProgressOk() (bool, bool)
GetHasProgressOk returns a tuple with the HasProgress field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AchievementAdditionalProperties) GetUserId ¶
func (o *AchievementAdditionalProperties) GetUserId() int32
GetUserId returns the UserId field value
func (*AchievementAdditionalProperties) HasHasProgress ¶
func (o *AchievementAdditionalProperties) HasHasProgress() bool
HasHasProgress returns a boolean if a field has been set.
func (*AchievementAdditionalProperties) SetCampaignId ¶
func (o *AchievementAdditionalProperties) SetCampaignId(v int32)
SetCampaignId sets field value
func (*AchievementAdditionalProperties) SetCreatedBy ¶
func (o *AchievementAdditionalProperties) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*AchievementAdditionalProperties) SetHasProgress ¶
func (o *AchievementAdditionalProperties) SetHasProgress(v bool)
SetHasProgress gets a reference to the given bool and assigns it to the HasProgress field.
func (*AchievementAdditionalProperties) SetUserId ¶
func (o *AchievementAdditionalProperties) SetUserId(v int32)
SetUserId sets field value
type AchievementProgress ¶
type AchievementProgress struct {
// The internal ID of the achievement.
AchievementId int32 `json:"achievementId"`
// The internal name of the achievement used in API requests.
Name string `json:"name"`
// The display name of the achievement in the Campaign Manager.
Title string `json:"title"`
// The ID of the campaign the achievement belongs to.
CampaignId int32 `json:"campaignId"`
// The status of the achievement.
Status string `json:"status"`
// The required number of actions or the transactional milestone to complete the achievement.
Target *float32 `json:"target,omitempty"`
// The current progress of the customer in the achievement.
Progress float32 `json:"progress"`
// Timestamp at which the customer started the achievement.
StartDate time.Time `json:"startDate"`
// Timestamp at which point the customer completed the achievement.
CompletionDate *time.Time `json:"completionDate,omitempty"`
// Timestamp at which point the achievement ends and resets for the customer.
EndDate time.Time `json:"endDate"`
}
AchievementProgress struct for AchievementProgress
func (*AchievementProgress) GetAchievementId ¶
func (o *AchievementProgress) GetAchievementId() int32
GetAchievementId returns the AchievementId field value
func (*AchievementProgress) GetCampaignId ¶
func (o *AchievementProgress) GetCampaignId() int32
GetCampaignId returns the CampaignId field value
func (*AchievementProgress) GetCompletionDate ¶
func (o *AchievementProgress) GetCompletionDate() time.Time
GetCompletionDate returns the CompletionDate field value if set, zero value otherwise.
func (*AchievementProgress) GetCompletionDateOk ¶
func (o *AchievementProgress) GetCompletionDateOk() (time.Time, bool)
GetCompletionDateOk returns a tuple with the CompletionDate field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AchievementProgress) GetEndDate ¶
func (o *AchievementProgress) GetEndDate() time.Time
GetEndDate returns the EndDate field value
func (*AchievementProgress) GetName ¶
func (o *AchievementProgress) GetName() string
GetName returns the Name field value
func (*AchievementProgress) GetProgress ¶
func (o *AchievementProgress) GetProgress() float32
GetProgress returns the Progress field value
func (*AchievementProgress) GetStartDate ¶
func (o *AchievementProgress) GetStartDate() time.Time
GetStartDate returns the StartDate field value
func (*AchievementProgress) GetStatus ¶
func (o *AchievementProgress) GetStatus() string
GetStatus returns the Status field value
func (*AchievementProgress) GetTarget ¶
func (o *AchievementProgress) GetTarget() float32
GetTarget returns the Target field value if set, zero value otherwise.
func (*AchievementProgress) GetTargetOk ¶
func (o *AchievementProgress) GetTargetOk() (float32, bool)
GetTargetOk returns a tuple with the Target field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AchievementProgress) GetTitle ¶
func (o *AchievementProgress) GetTitle() string
GetTitle returns the Title field value
func (*AchievementProgress) HasCompletionDate ¶
func (o *AchievementProgress) HasCompletionDate() bool
HasCompletionDate returns a boolean if a field has been set.
func (*AchievementProgress) HasTarget ¶
func (o *AchievementProgress) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (*AchievementProgress) SetAchievementId ¶
func (o *AchievementProgress) SetAchievementId(v int32)
SetAchievementId sets field value
func (*AchievementProgress) SetCampaignId ¶
func (o *AchievementProgress) SetCampaignId(v int32)
SetCampaignId sets field value
func (*AchievementProgress) SetCompletionDate ¶
func (o *AchievementProgress) SetCompletionDate(v time.Time)
SetCompletionDate gets a reference to the given time.Time and assigns it to the CompletionDate field.
func (*AchievementProgress) SetEndDate ¶
func (o *AchievementProgress) SetEndDate(v time.Time)
SetEndDate sets field value
func (*AchievementProgress) SetName ¶
func (o *AchievementProgress) SetName(v string)
SetName sets field value
func (*AchievementProgress) SetProgress ¶
func (o *AchievementProgress) SetProgress(v float32)
SetProgress sets field value
func (*AchievementProgress) SetStartDate ¶
func (o *AchievementProgress) SetStartDate(v time.Time)
SetStartDate sets field value
func (*AchievementProgress) SetStatus ¶
func (o *AchievementProgress) SetStatus(v string)
SetStatus sets field value
func (*AchievementProgress) SetTarget ¶
func (o *AchievementProgress) SetTarget(v float32)
SetTarget gets a reference to the given float32 and assigns it to the Target field.
func (*AchievementProgress) SetTitle ¶
func (o *AchievementProgress) SetTitle(v string)
SetTitle sets field value
type ActivateUserRequest ¶
type ActivateUserRequest struct {
// The email address associated with the user profile.
Email string `json:"email"`
}
ActivateUserRequest
func (*ActivateUserRequest) GetEmail ¶
func (o *ActivateUserRequest) GetEmail() string
GetEmail returns the Email field value
func (*ActivateUserRequest) SetEmail ¶
func (o *ActivateUserRequest) SetEmail(v string)
SetEmail sets field value
type AddFreeItemEffectProps ¶
type AddFreeItemEffectProps struct {
// SKU of the item that needs to be added.
Sku string `json:"sku"`
// The name / description of the effect
Name string `json:"name"`
}
AddFreeItemEffectProps The properties specific to the \"addFreeItem\" effect. This gets triggered whenever a validated rule contained an \"add free item\" effect.
func (*AddFreeItemEffectProps) GetName ¶
func (o *AddFreeItemEffectProps) GetName() string
GetName returns the Name field value
func (*AddFreeItemEffectProps) GetSku ¶
func (o *AddFreeItemEffectProps) GetSku() string
GetSku returns the Sku field value
func (*AddFreeItemEffectProps) SetName ¶
func (o *AddFreeItemEffectProps) SetName(v string)
SetName sets field value
func (*AddFreeItemEffectProps) SetSku ¶
func (o *AddFreeItemEffectProps) SetSku(v string)
SetSku sets field value
type AddItemCatalogAction ¶
type AddItemCatalogAction struct {
// The unique SKU of the item to add.
Sku string `json:"sku"`
// Price of the item.
Price *float32 `json:"price,omitempty"`
// The attributes of the item to add.
Attributes *map[string]interface{} `json:"attributes,omitempty"`
Product *Product `json:"product,omitempty"`
// Indicates whether to replace the attributes of the item if the same SKU exists. **Note**: When set to `true`: - If you do not provide a new `price` value, the existing `price` value is retained. - If you do not provide a new `product` value, the `product` value is set to `null`.
ReplaceIfExists *bool `json:"replaceIfExists,omitempty"`
}
AddItemCatalogAction The specific properties of the \"ADD\" catalog sync action.
func (*AddItemCatalogAction) GetAttributes ¶
func (o *AddItemCatalogAction) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*AddItemCatalogAction) GetAttributesOk ¶
func (o *AddItemCatalogAction) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddItemCatalogAction) GetPrice ¶
func (o *AddItemCatalogAction) GetPrice() float32
GetPrice returns the Price field value if set, zero value otherwise.
func (*AddItemCatalogAction) GetPriceOk ¶
func (o *AddItemCatalogAction) GetPriceOk() (float32, bool)
GetPriceOk returns a tuple with the Price field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddItemCatalogAction) GetProduct ¶
func (o *AddItemCatalogAction) GetProduct() Product
GetProduct returns the Product field value if set, zero value otherwise.
func (*AddItemCatalogAction) GetProductOk ¶
func (o *AddItemCatalogAction) GetProductOk() (Product, bool)
GetProductOk returns a tuple with the Product field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddItemCatalogAction) GetReplaceIfExists ¶
func (o *AddItemCatalogAction) GetReplaceIfExists() bool
GetReplaceIfExists returns the ReplaceIfExists field value if set, zero value otherwise.
func (*AddItemCatalogAction) GetReplaceIfExistsOk ¶
func (o *AddItemCatalogAction) GetReplaceIfExistsOk() (bool, bool)
GetReplaceIfExistsOk returns a tuple with the ReplaceIfExists field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddItemCatalogAction) GetSku ¶
func (o *AddItemCatalogAction) GetSku() string
GetSku returns the Sku field value
func (*AddItemCatalogAction) HasAttributes ¶
func (o *AddItemCatalogAction) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*AddItemCatalogAction) HasPrice ¶
func (o *AddItemCatalogAction) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*AddItemCatalogAction) HasProduct ¶
func (o *AddItemCatalogAction) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (*AddItemCatalogAction) HasReplaceIfExists ¶
func (o *AddItemCatalogAction) HasReplaceIfExists() bool
HasReplaceIfExists returns a boolean if a field has been set.
func (*AddItemCatalogAction) SetAttributes ¶
func (o *AddItemCatalogAction) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*AddItemCatalogAction) SetPrice ¶
func (o *AddItemCatalogAction) SetPrice(v float32)
SetPrice gets a reference to the given float32 and assigns it to the Price field.
func (*AddItemCatalogAction) SetProduct ¶
func (o *AddItemCatalogAction) SetProduct(v Product)
SetProduct gets a reference to the given Product and assigns it to the Product field.
func (*AddItemCatalogAction) SetReplaceIfExists ¶
func (o *AddItemCatalogAction) SetReplaceIfExists(v bool)
SetReplaceIfExists gets a reference to the given bool and assigns it to the ReplaceIfExists field.
func (*AddItemCatalogAction) SetSku ¶
func (o *AddItemCatalogAction) SetSku(v string)
SetSku sets field value
type AddLoyaltyPoints ¶
type AddLoyaltyPoints struct {
// Amount of loyalty points.
Points float32 `json:"points"`
// Name / reason for the point addition.
Name *string `json:"name,omitempty"`
// The time format is either: - `immediate` or, - an **integer** followed by one letter indicating the time unit. Examples: `immediate`, `30s`, `40m`, `1h`, `5D`, `7W`, `10M`, `15Y`. Available units: - `s`: seconds - `m`: minutes - `h`: hours - `D`: days - `W`: weeks - `M`: months - `Y`: years You can round certain units up or down: - `_D` for rounding down days only. Signifies the start of the day. - `_U` for rounding up days, weeks, months and years. Signifies the end of the day, week, month or year. If passed, `validUntil` should be omitted.
ValidityDuration *string `json:"validityDuration,omitempty"`
// Date and time when points should expire. The value should be provided in RFC 3339 format. If passed, `validityDuration` should be omitted.
ValidUntil *time.Time `json:"validUntil,omitempty"`
// The amount of time before the points are considered valid. The time format is either: - `immediate` or, - an **integer** followed by one letter indicating the time unit. Examples: `immediate`, `30s`, `40m`, `1h`, `5D`, `7W`, `10M`, `15Y`. Available units: - `s`: seconds - `m`: minutes - `h`: hours - `D`: days - `W`: weeks - `M`: months - `Y`: years You can round certain units up or down: - `_D` for rounding down days only. Signifies the start of the day. - `_U` for rounding up days, weeks, months and years. Signifies the end of the day, week, month or year.
PendingDuration *string `json:"pendingDuration,omitempty"`
// Date and time after the points are considered valid. The value should be provided in RFC 3339 format. If passed, `pendingDuration` should be omitted.
PendingUntil *time.Time `json:"pendingUntil,omitempty"`
// ID of the subledger the points are added to. If there is no existing subledger with this ID, the subledger is created automatically.
SubledgerId *string `json:"subledgerId,omitempty"`
// ID of the Application that is connected to the loyalty program. It is displayed in your Talon.One deployment URL.
ApplicationId *int32 `json:"applicationId,omitempty"`
}
AddLoyaltyPoints Points to add.
func (*AddLoyaltyPoints) GetApplicationId ¶
func (o *AddLoyaltyPoints) GetApplicationId() int32
GetApplicationId returns the ApplicationId field value if set, zero value otherwise.
func (*AddLoyaltyPoints) GetApplicationIdOk ¶
func (o *AddLoyaltyPoints) GetApplicationIdOk() (int32, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPoints) GetName ¶
func (o *AddLoyaltyPoints) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AddLoyaltyPoints) GetNameOk ¶
func (o *AddLoyaltyPoints) GetNameOk() (string, bool)
GetNameOk returns a tuple with the Name field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPoints) GetPendingDuration ¶
func (o *AddLoyaltyPoints) GetPendingDuration() string
GetPendingDuration returns the PendingDuration field value if set, zero value otherwise.
func (*AddLoyaltyPoints) GetPendingDurationOk ¶
func (o *AddLoyaltyPoints) GetPendingDurationOk() (string, bool)
GetPendingDurationOk returns a tuple with the PendingDuration field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPoints) GetPendingUntil ¶
func (o *AddLoyaltyPoints) GetPendingUntil() time.Time
GetPendingUntil returns the PendingUntil field value if set, zero value otherwise.
func (*AddLoyaltyPoints) GetPendingUntilOk ¶
func (o *AddLoyaltyPoints) GetPendingUntilOk() (time.Time, bool)
GetPendingUntilOk returns a tuple with the PendingUntil field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPoints) GetPoints ¶
func (o *AddLoyaltyPoints) GetPoints() float32
GetPoints returns the Points field value
func (*AddLoyaltyPoints) GetSubledgerId ¶
func (o *AddLoyaltyPoints) GetSubledgerId() string
GetSubledgerId returns the SubledgerId field value if set, zero value otherwise.
func (*AddLoyaltyPoints) GetSubledgerIdOk ¶
func (o *AddLoyaltyPoints) GetSubledgerIdOk() (string, bool)
GetSubledgerIdOk returns a tuple with the SubledgerId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPoints) GetValidUntil ¶
func (o *AddLoyaltyPoints) GetValidUntil() time.Time
GetValidUntil returns the ValidUntil field value if set, zero value otherwise.
func (*AddLoyaltyPoints) GetValidUntilOk ¶
func (o *AddLoyaltyPoints) GetValidUntilOk() (time.Time, bool)
GetValidUntilOk returns a tuple with the ValidUntil field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPoints) GetValidityDuration ¶
func (o *AddLoyaltyPoints) GetValidityDuration() string
GetValidityDuration returns the ValidityDuration field value if set, zero value otherwise.
func (*AddLoyaltyPoints) GetValidityDurationOk ¶
func (o *AddLoyaltyPoints) GetValidityDurationOk() (string, bool)
GetValidityDurationOk returns a tuple with the ValidityDuration field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPoints) HasApplicationId ¶
func (o *AddLoyaltyPoints) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (*AddLoyaltyPoints) HasName ¶
func (o *AddLoyaltyPoints) HasName() bool
HasName returns a boolean if a field has been set.
func (*AddLoyaltyPoints) HasPendingDuration ¶
func (o *AddLoyaltyPoints) HasPendingDuration() bool
HasPendingDuration returns a boolean if a field has been set.
func (*AddLoyaltyPoints) HasPendingUntil ¶
func (o *AddLoyaltyPoints) HasPendingUntil() bool
HasPendingUntil returns a boolean if a field has been set.
func (*AddLoyaltyPoints) HasSubledgerId ¶
func (o *AddLoyaltyPoints) HasSubledgerId() bool
HasSubledgerId returns a boolean if a field has been set.
func (*AddLoyaltyPoints) HasValidUntil ¶
func (o *AddLoyaltyPoints) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set.
func (*AddLoyaltyPoints) HasValidityDuration ¶
func (o *AddLoyaltyPoints) HasValidityDuration() bool
HasValidityDuration returns a boolean if a field has been set.
func (*AddLoyaltyPoints) SetApplicationId ¶
func (o *AddLoyaltyPoints) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (*AddLoyaltyPoints) SetName ¶
func (o *AddLoyaltyPoints) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AddLoyaltyPoints) SetPendingDuration ¶
func (o *AddLoyaltyPoints) SetPendingDuration(v string)
SetPendingDuration gets a reference to the given string and assigns it to the PendingDuration field.
func (*AddLoyaltyPoints) SetPendingUntil ¶
func (o *AddLoyaltyPoints) SetPendingUntil(v time.Time)
SetPendingUntil gets a reference to the given time.Time and assigns it to the PendingUntil field.
func (*AddLoyaltyPoints) SetPoints ¶
func (o *AddLoyaltyPoints) SetPoints(v float32)
SetPoints sets field value
func (*AddLoyaltyPoints) SetSubledgerId ¶
func (o *AddLoyaltyPoints) SetSubledgerId(v string)
SetSubledgerId gets a reference to the given string and assigns it to the SubledgerId field.
func (*AddLoyaltyPoints) SetValidUntil ¶
func (o *AddLoyaltyPoints) SetValidUntil(v time.Time)
SetValidUntil gets a reference to the given time.Time and assigns it to the ValidUntil field.
func (*AddLoyaltyPoints) SetValidityDuration ¶
func (o *AddLoyaltyPoints) SetValidityDuration(v string)
SetValidityDuration gets a reference to the given string and assigns it to the ValidityDuration field.
type AddLoyaltyPointsEffectProps ¶
type AddLoyaltyPointsEffectProps struct {
// The name / description of this loyalty point addition.
Name string `json:"name"`
// The ID of the loyalty program where these points were added.
ProgramId int32 `json:"programId"`
// The ID of the subledger within the loyalty program where these points were added.
SubLedgerId string `json:"subLedgerId"`
// The amount of points that were added.
Value float32 `json:"value"`
// The original amount of loyalty points to be awarded.
DesiredValue *float32 `json:"desiredValue,omitempty"`
// The user for whom these points were added.
RecipientIntegrationId string `json:"recipientIntegrationId"`
// Date after which points will be valid.
StartDate *time.Time `json:"startDate,omitempty"`
// Date after which points will expire.
ExpiryDate *time.Time `json:"expiryDate,omitempty"`
// The identifier of this addition in the loyalty ledger.
TransactionUUID string `json:"transactionUUID"`
// The index of the item in the cart items list on which the loyal points addition should be applied.
CartItemPosition *float32 `json:"cartItemPosition,omitempty"`
// For cart items with `quantity` > 1, the sub position indicates to which item the loyalty points addition is applied.
CartItemSubPosition *float32 `json:"cartItemSubPosition,omitempty"`
// The alphanumeric identifier of the loyalty card.
CardIdentifier *string `json:"cardIdentifier,omitempty"`
// The position of the bundle in a list of item bundles created from the same bundle definition.
BundleIndex *int32 `json:"bundleIndex,omitempty"`
// The name of the bundle definition.
BundleName *string `json:"bundleName,omitempty"`
}
AddLoyaltyPointsEffectProps The properties specific to the \"addLoyaltyPoints\" effect. This gets triggered whenever a validated rule contained an \"add loyalty\" effect. These points are automatically stored and managed inside Talon.One.
func (*AddLoyaltyPointsEffectProps) GetBundleIndex ¶
func (o *AddLoyaltyPointsEffectProps) GetBundleIndex() int32
GetBundleIndex returns the BundleIndex field value if set, zero value otherwise.
func (*AddLoyaltyPointsEffectProps) GetBundleIndexOk ¶
func (o *AddLoyaltyPointsEffectProps) GetBundleIndexOk() (int32, bool)
GetBundleIndexOk returns a tuple with the BundleIndex field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPointsEffectProps) GetBundleName ¶
func (o *AddLoyaltyPointsEffectProps) GetBundleName() string
GetBundleName returns the BundleName field value if set, zero value otherwise.
func (*AddLoyaltyPointsEffectProps) GetBundleNameOk ¶
func (o *AddLoyaltyPointsEffectProps) GetBundleNameOk() (string, bool)
GetBundleNameOk returns a tuple with the BundleName field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPointsEffectProps) GetCardIdentifier ¶
func (o *AddLoyaltyPointsEffectProps) GetCardIdentifier() string
GetCardIdentifier returns the CardIdentifier field value if set, zero value otherwise.
func (*AddLoyaltyPointsEffectProps) GetCardIdentifierOk ¶
func (o *AddLoyaltyPointsEffectProps) GetCardIdentifierOk() (string, bool)
GetCardIdentifierOk returns a tuple with the CardIdentifier field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPointsEffectProps) GetCartItemPosition ¶
func (o *AddLoyaltyPointsEffectProps) GetCartItemPosition() float32
GetCartItemPosition returns the CartItemPosition field value if set, zero value otherwise.
func (*AddLoyaltyPointsEffectProps) GetCartItemPositionOk ¶
func (o *AddLoyaltyPointsEffectProps) GetCartItemPositionOk() (float32, bool)
GetCartItemPositionOk returns a tuple with the CartItemPosition field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPointsEffectProps) GetCartItemSubPosition ¶
func (o *AddLoyaltyPointsEffectProps) GetCartItemSubPosition() float32
GetCartItemSubPosition returns the CartItemSubPosition field value if set, zero value otherwise.
func (*AddLoyaltyPointsEffectProps) GetCartItemSubPositionOk ¶
func (o *AddLoyaltyPointsEffectProps) GetCartItemSubPositionOk() (float32, bool)
GetCartItemSubPositionOk returns a tuple with the CartItemSubPosition field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPointsEffectProps) GetDesiredValue ¶
func (o *AddLoyaltyPointsEffectProps) GetDesiredValue() float32
GetDesiredValue returns the DesiredValue field value if set, zero value otherwise.
func (*AddLoyaltyPointsEffectProps) GetDesiredValueOk ¶
func (o *AddLoyaltyPointsEffectProps) GetDesiredValueOk() (float32, bool)
GetDesiredValueOk returns a tuple with the DesiredValue field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPointsEffectProps) GetExpiryDate ¶
func (o *AddLoyaltyPointsEffectProps) GetExpiryDate() time.Time
GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise.
func (*AddLoyaltyPointsEffectProps) GetExpiryDateOk ¶
func (o *AddLoyaltyPointsEffectProps) GetExpiryDateOk() (time.Time, bool)
GetExpiryDateOk returns a tuple with the ExpiryDate field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPointsEffectProps) GetName ¶
func (o *AddLoyaltyPointsEffectProps) GetName() string
GetName returns the Name field value
func (*AddLoyaltyPointsEffectProps) GetProgramId ¶
func (o *AddLoyaltyPointsEffectProps) GetProgramId() int32
GetProgramId returns the ProgramId field value
func (*AddLoyaltyPointsEffectProps) GetRecipientIntegrationId ¶
func (o *AddLoyaltyPointsEffectProps) GetRecipientIntegrationId() string
GetRecipientIntegrationId returns the RecipientIntegrationId field value
func (*AddLoyaltyPointsEffectProps) GetStartDate ¶
func (o *AddLoyaltyPointsEffectProps) GetStartDate() time.Time
GetStartDate returns the StartDate field value if set, zero value otherwise.
func (*AddLoyaltyPointsEffectProps) GetStartDateOk ¶
func (o *AddLoyaltyPointsEffectProps) GetStartDateOk() (time.Time, bool)
GetStartDateOk returns a tuple with the StartDate field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddLoyaltyPointsEffectProps) GetSubLedgerId ¶
func (o *AddLoyaltyPointsEffectProps) GetSubLedgerId() string
GetSubLedgerId returns the SubLedgerId field value
func (*AddLoyaltyPointsEffectProps) GetTransactionUUID ¶
func (o *AddLoyaltyPointsEffectProps) GetTransactionUUID() string
GetTransactionUUID returns the TransactionUUID field value
func (*AddLoyaltyPointsEffectProps) GetValue ¶
func (o *AddLoyaltyPointsEffectProps) GetValue() float32
GetValue returns the Value field value
func (*AddLoyaltyPointsEffectProps) HasBundleIndex ¶
func (o *AddLoyaltyPointsEffectProps) HasBundleIndex() bool
HasBundleIndex returns a boolean if a field has been set.
func (*AddLoyaltyPointsEffectProps) HasBundleName ¶
func (o *AddLoyaltyPointsEffectProps) HasBundleName() bool
HasBundleName returns a boolean if a field has been set.
func (*AddLoyaltyPointsEffectProps) HasCardIdentifier ¶
func (o *AddLoyaltyPointsEffectProps) HasCardIdentifier() bool
HasCardIdentifier returns a boolean if a field has been set.
func (*AddLoyaltyPointsEffectProps) HasCartItemPosition ¶
func (o *AddLoyaltyPointsEffectProps) HasCartItemPosition() bool
HasCartItemPosition returns a boolean if a field has been set.
func (*AddLoyaltyPointsEffectProps) HasCartItemSubPosition ¶
func (o *AddLoyaltyPointsEffectProps) HasCartItemSubPosition() bool
HasCartItemSubPosition returns a boolean if a field has been set.
func (*AddLoyaltyPointsEffectProps) HasDesiredValue ¶
func (o *AddLoyaltyPointsEffectProps) HasDesiredValue() bool
HasDesiredValue returns a boolean if a field has been set.
func (*AddLoyaltyPointsEffectProps) HasExpiryDate ¶
func (o *AddLoyaltyPointsEffectProps) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.
func (*AddLoyaltyPointsEffectProps) HasStartDate ¶
func (o *AddLoyaltyPointsEffectProps) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (*AddLoyaltyPointsEffectProps) SetBundleIndex ¶
func (o *AddLoyaltyPointsEffectProps) SetBundleIndex(v int32)
SetBundleIndex gets a reference to the given int32 and assigns it to the BundleIndex field.
func (*AddLoyaltyPointsEffectProps) SetBundleName ¶
func (o *AddLoyaltyPointsEffectProps) SetBundleName(v string)
SetBundleName gets a reference to the given string and assigns it to the BundleName field.
func (*AddLoyaltyPointsEffectProps) SetCardIdentifier ¶
func (o *AddLoyaltyPointsEffectProps) SetCardIdentifier(v string)
SetCardIdentifier gets a reference to the given string and assigns it to the CardIdentifier field.
func (*AddLoyaltyPointsEffectProps) SetCartItemPosition ¶
func (o *AddLoyaltyPointsEffectProps) SetCartItemPosition(v float32)
SetCartItemPosition gets a reference to the given float32 and assigns it to the CartItemPosition field.
func (*AddLoyaltyPointsEffectProps) SetCartItemSubPosition ¶
func (o *AddLoyaltyPointsEffectProps) SetCartItemSubPosition(v float32)
SetCartItemSubPosition gets a reference to the given float32 and assigns it to the CartItemSubPosition field.
func (*AddLoyaltyPointsEffectProps) SetDesiredValue ¶
func (o *AddLoyaltyPointsEffectProps) SetDesiredValue(v float32)
SetDesiredValue gets a reference to the given float32 and assigns it to the DesiredValue field.
func (*AddLoyaltyPointsEffectProps) SetExpiryDate ¶
func (o *AddLoyaltyPointsEffectProps) SetExpiryDate(v time.Time)
SetExpiryDate gets a reference to the given time.Time and assigns it to the ExpiryDate field.
func (*AddLoyaltyPointsEffectProps) SetName ¶
func (o *AddLoyaltyPointsEffectProps) SetName(v string)
SetName sets field value
func (*AddLoyaltyPointsEffectProps) SetProgramId ¶
func (o *AddLoyaltyPointsEffectProps) SetProgramId(v int32)
SetProgramId sets field value
func (*AddLoyaltyPointsEffectProps) SetRecipientIntegrationId ¶
func (o *AddLoyaltyPointsEffectProps) SetRecipientIntegrationId(v string)
SetRecipientIntegrationId sets field value
func (*AddLoyaltyPointsEffectProps) SetStartDate ¶
func (o *AddLoyaltyPointsEffectProps) SetStartDate(v time.Time)
SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.
func (*AddLoyaltyPointsEffectProps) SetSubLedgerId ¶
func (o *AddLoyaltyPointsEffectProps) SetSubLedgerId(v string)
SetSubLedgerId sets field value
func (*AddLoyaltyPointsEffectProps) SetTransactionUUID ¶
func (o *AddLoyaltyPointsEffectProps) SetTransactionUUID(v string)
SetTransactionUUID sets field value
func (*AddLoyaltyPointsEffectProps) SetValue ¶
func (o *AddLoyaltyPointsEffectProps) SetValue(v float32)
SetValue sets field value
type AddToAudienceEffectProps ¶
type AddToAudienceEffectProps struct {
// The internal ID of the audience.
AudienceId *int32 `json:"audienceId,omitempty"`
// The name of the audience.
AudienceName *string `json:"audienceName,omitempty"`
// The ID of the customer profile in the third-party integration platform.
ProfileIntegrationId *string `json:"profileIntegrationId,omitempty"`
// The internal ID of the customer profile.
ProfileId *int32 `json:"profileId,omitempty"`
}
AddToAudienceEffectProps The properties specific to the \"addToAudience\" effect. This gets triggered whenever a validated rule contains an \"addToAudience\" effect.
func (*AddToAudienceEffectProps) GetAudienceId ¶
func (o *AddToAudienceEffectProps) GetAudienceId() int32
GetAudienceId returns the AudienceId field value if set, zero value otherwise.
func (*AddToAudienceEffectProps) GetAudienceIdOk ¶
func (o *AddToAudienceEffectProps) GetAudienceIdOk() (int32, bool)
GetAudienceIdOk returns a tuple with the AudienceId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddToAudienceEffectProps) GetAudienceName ¶
func (o *AddToAudienceEffectProps) GetAudienceName() string
GetAudienceName returns the AudienceName field value if set, zero value otherwise.
func (*AddToAudienceEffectProps) GetAudienceNameOk ¶
func (o *AddToAudienceEffectProps) GetAudienceNameOk() (string, bool)
GetAudienceNameOk returns a tuple with the AudienceName field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddToAudienceEffectProps) GetProfileId ¶
func (o *AddToAudienceEffectProps) GetProfileId() int32
GetProfileId returns the ProfileId field value if set, zero value otherwise.
func (*AddToAudienceEffectProps) GetProfileIdOk ¶
func (o *AddToAudienceEffectProps) GetProfileIdOk() (int32, bool)
GetProfileIdOk returns a tuple with the ProfileId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddToAudienceEffectProps) GetProfileIntegrationId ¶
func (o *AddToAudienceEffectProps) GetProfileIntegrationId() string
GetProfileIntegrationId returns the ProfileIntegrationId field value if set, zero value otherwise.
func (*AddToAudienceEffectProps) GetProfileIntegrationIdOk ¶
func (o *AddToAudienceEffectProps) GetProfileIntegrationIdOk() (string, bool)
GetProfileIntegrationIdOk returns a tuple with the ProfileIntegrationId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AddToAudienceEffectProps) HasAudienceId ¶
func (o *AddToAudienceEffectProps) HasAudienceId() bool
HasAudienceId returns a boolean if a field has been set.
func (*AddToAudienceEffectProps) HasAudienceName ¶
func (o *AddToAudienceEffectProps) HasAudienceName() bool
HasAudienceName returns a boolean if a field has been set.
func (*AddToAudienceEffectProps) HasProfileId ¶
func (o *AddToAudienceEffectProps) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (*AddToAudienceEffectProps) HasProfileIntegrationId ¶
func (o *AddToAudienceEffectProps) HasProfileIntegrationId() bool
HasProfileIntegrationId returns a boolean if a field has been set.
func (*AddToAudienceEffectProps) SetAudienceId ¶
func (o *AddToAudienceEffectProps) SetAudienceId(v int32)
SetAudienceId gets a reference to the given int32 and assigns it to the AudienceId field.
func (*AddToAudienceEffectProps) SetAudienceName ¶
func (o *AddToAudienceEffectProps) SetAudienceName(v string)
SetAudienceName gets a reference to the given string and assigns it to the AudienceName field.
func (*AddToAudienceEffectProps) SetProfileId ¶
func (o *AddToAudienceEffectProps) SetProfileId(v int32)
SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.
func (*AddToAudienceEffectProps) SetProfileIntegrationId ¶
func (o *AddToAudienceEffectProps) SetProfileIntegrationId(v string)
SetProfileIntegrationId gets a reference to the given string and assigns it to the ProfileIntegrationId field.
type AddedDeductedPointsNotificationPolicy ¶
type AddedDeductedPointsNotificationPolicy struct {
// Notification name.
Name string `json:"name"`
Scopes []string `json:"scopes"`
}
AddedDeductedPointsNotificationPolicy struct for AddedDeductedPointsNotificationPolicy
func (*AddedDeductedPointsNotificationPolicy) GetName ¶
func (o *AddedDeductedPointsNotificationPolicy) GetName() string
GetName returns the Name field value
func (*AddedDeductedPointsNotificationPolicy) GetScopes ¶
func (o *AddedDeductedPointsNotificationPolicy) GetScopes() []string
GetScopes returns the Scopes field value
func (*AddedDeductedPointsNotificationPolicy) SetName ¶
func (o *AddedDeductedPointsNotificationPolicy) SetName(v string)
SetName sets field value
func (*AddedDeductedPointsNotificationPolicy) SetScopes ¶
func (o *AddedDeductedPointsNotificationPolicy) SetScopes(v []string)
SetScopes sets field value
type AdditionalCampaignProperties ¶
type AdditionalCampaignProperties struct {
// A list of all the budgets that are defined by this campaign and their usage. **Note:** Budgets that are not defined do not appear in this list and their usage is not counted until they are defined.
Budgets []CampaignBudget `json:"budgets"`
// This property is **deprecated**. The count should be available under *budgets* property. Number of coupons redeemed in the campaign.
CouponRedemptionCount *int32 `json:"couponRedemptionCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Number of referral codes redeemed in the campaign.
ReferralRedemptionCount *int32 `json:"referralRedemptionCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total amount of discounts redeemed in the campaign.
DiscountCount *float32 `json:"discountCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of times discounts were redeemed in this campaign.
DiscountEffectCount *int32 `json:"discountEffectCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of coupons created by rules in this campaign.
CouponCreationCount *int32 `json:"couponCreationCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of custom effects triggered by rules in this campaign.
CustomEffectCount *int32 `json:"customEffectCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of referrals created by rules in this campaign.
ReferralCreationCount *int32 `json:"referralCreationCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of times the [add free item effect](https://docs.talon.one/docs/dev/integration-api/api-effects#addfreeitem) can be triggered in this campaign.
AddFreeItemEffectCount *int32 `json:"addFreeItemEffectCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of giveaways awarded by rules in this campaign.
AwardedGiveawaysCount *int32 `json:"awardedGiveawaysCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of loyalty points created by rules in this campaign.
CreatedLoyaltyPointsCount *float32 `json:"createdLoyaltyPointsCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of loyalty point creation effects triggered by rules in this campaign.
CreatedLoyaltyPointsEffectCount *int32 `json:"createdLoyaltyPointsEffectCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of loyalty points redeemed by rules in this campaign.
RedeemedLoyaltyPointsCount *float32 `json:"redeemedLoyaltyPointsCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of loyalty point redemption effects triggered by rules in this campaign.
RedeemedLoyaltyPointsEffectCount *int32 `json:"redeemedLoyaltyPointsEffectCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of webhooks triggered by rules in this campaign.
CallApiEffectCount *int32 `json:"callApiEffectCount,omitempty"`
// This property is **deprecated**. The count should be available under *budgets* property. Total number of reserve coupon effects triggered by rules in this campaign.
ReservecouponEffectCount *int32 `json:"reservecouponEffectCount,omitempty"`
// Timestamp of the most recent event received by this campaign.
LastActivity *time.Time `json:"lastActivity,omitempty"`
// Timestamp of the most recent update to the campaign's property. Updates to external entities used in this campaign are **not** registered by this property, such as collection or coupon updates.
Updated *time.Time `json:"updated,omitempty"`
// Name of the user who created this campaign if available.
CreatedBy *string `json:"createdBy,omitempty"`
// Name of the user who last updated this campaign if available.
UpdatedBy *string `json:"updatedBy,omitempty"`
// The ID of the Campaign Template this Campaign was created from.
TemplateId *int32 `json:"templateId,omitempty"`
// A campaign state described exactly as in the Campaign Manager.
FrontendState string `json:"frontendState"`
}
AdditionalCampaignProperties struct for AdditionalCampaignProperties
func (*AdditionalCampaignProperties) GetAddFreeItemEffectCount ¶
func (o *AdditionalCampaignProperties) GetAddFreeItemEffectCount() int32
GetAddFreeItemEffectCount returns the AddFreeItemEffectCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetAddFreeItemEffectCountOk ¶
func (o *AdditionalCampaignProperties) GetAddFreeItemEffectCountOk() (int32, bool)
GetAddFreeItemEffectCountOk returns a tuple with the AddFreeItemEffectCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetAwardedGiveawaysCount ¶
func (o *AdditionalCampaignProperties) GetAwardedGiveawaysCount() int32
GetAwardedGiveawaysCount returns the AwardedGiveawaysCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetAwardedGiveawaysCountOk ¶
func (o *AdditionalCampaignProperties) GetAwardedGiveawaysCountOk() (int32, bool)
GetAwardedGiveawaysCountOk returns a tuple with the AwardedGiveawaysCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetBudgets ¶
func (o *AdditionalCampaignProperties) GetBudgets() []CampaignBudget
GetBudgets returns the Budgets field value
func (*AdditionalCampaignProperties) GetCallApiEffectCount ¶
func (o *AdditionalCampaignProperties) GetCallApiEffectCount() int32
GetCallApiEffectCount returns the CallApiEffectCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetCallApiEffectCountOk ¶
func (o *AdditionalCampaignProperties) GetCallApiEffectCountOk() (int32, bool)
GetCallApiEffectCountOk returns a tuple with the CallApiEffectCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetCouponCreationCount ¶
func (o *AdditionalCampaignProperties) GetCouponCreationCount() int32
GetCouponCreationCount returns the CouponCreationCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetCouponCreationCountOk ¶
func (o *AdditionalCampaignProperties) GetCouponCreationCountOk() (int32, bool)
GetCouponCreationCountOk returns a tuple with the CouponCreationCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetCouponRedemptionCount ¶
func (o *AdditionalCampaignProperties) GetCouponRedemptionCount() int32
GetCouponRedemptionCount returns the CouponRedemptionCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetCouponRedemptionCountOk ¶
func (o *AdditionalCampaignProperties) GetCouponRedemptionCountOk() (int32, bool)
GetCouponRedemptionCountOk returns a tuple with the CouponRedemptionCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetCreatedBy ¶
func (o *AdditionalCampaignProperties) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetCreatedByOk ¶
func (o *AdditionalCampaignProperties) GetCreatedByOk() (string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetCreatedLoyaltyPointsCount ¶
func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsCount() float32
GetCreatedLoyaltyPointsCount returns the CreatedLoyaltyPointsCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetCreatedLoyaltyPointsCountOk ¶
func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsCountOk() (float32, bool)
GetCreatedLoyaltyPointsCountOk returns a tuple with the CreatedLoyaltyPointsCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetCreatedLoyaltyPointsEffectCount ¶
func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsEffectCount() int32
GetCreatedLoyaltyPointsEffectCount returns the CreatedLoyaltyPointsEffectCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetCreatedLoyaltyPointsEffectCountOk ¶
func (o *AdditionalCampaignProperties) GetCreatedLoyaltyPointsEffectCountOk() (int32, bool)
GetCreatedLoyaltyPointsEffectCountOk returns a tuple with the CreatedLoyaltyPointsEffectCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetCustomEffectCount ¶
func (o *AdditionalCampaignProperties) GetCustomEffectCount() int32
GetCustomEffectCount returns the CustomEffectCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetCustomEffectCountOk ¶
func (o *AdditionalCampaignProperties) GetCustomEffectCountOk() (int32, bool)
GetCustomEffectCountOk returns a tuple with the CustomEffectCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetDiscountCount ¶
func (o *AdditionalCampaignProperties) GetDiscountCount() float32
GetDiscountCount returns the DiscountCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetDiscountCountOk ¶
func (o *AdditionalCampaignProperties) GetDiscountCountOk() (float32, bool)
GetDiscountCountOk returns a tuple with the DiscountCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetDiscountEffectCount ¶
func (o *AdditionalCampaignProperties) GetDiscountEffectCount() int32
GetDiscountEffectCount returns the DiscountEffectCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetDiscountEffectCountOk ¶
func (o *AdditionalCampaignProperties) GetDiscountEffectCountOk() (int32, bool)
GetDiscountEffectCountOk returns a tuple with the DiscountEffectCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetFrontendState ¶
func (o *AdditionalCampaignProperties) GetFrontendState() string
GetFrontendState returns the FrontendState field value
func (*AdditionalCampaignProperties) GetLastActivity ¶
func (o *AdditionalCampaignProperties) GetLastActivity() time.Time
GetLastActivity returns the LastActivity field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetLastActivityOk ¶
func (o *AdditionalCampaignProperties) GetLastActivityOk() (time.Time, bool)
GetLastActivityOk returns a tuple with the LastActivity field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetRedeemedLoyaltyPointsCount ¶
func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsCount() float32
GetRedeemedLoyaltyPointsCount returns the RedeemedLoyaltyPointsCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetRedeemedLoyaltyPointsCountOk ¶
func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsCountOk() (float32, bool)
GetRedeemedLoyaltyPointsCountOk returns a tuple with the RedeemedLoyaltyPointsCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetRedeemedLoyaltyPointsEffectCount ¶
func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsEffectCount() int32
GetRedeemedLoyaltyPointsEffectCount returns the RedeemedLoyaltyPointsEffectCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetRedeemedLoyaltyPointsEffectCountOk ¶
func (o *AdditionalCampaignProperties) GetRedeemedLoyaltyPointsEffectCountOk() (int32, bool)
GetRedeemedLoyaltyPointsEffectCountOk returns a tuple with the RedeemedLoyaltyPointsEffectCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetReferralCreationCount ¶
func (o *AdditionalCampaignProperties) GetReferralCreationCount() int32
GetReferralCreationCount returns the ReferralCreationCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetReferralCreationCountOk ¶
func (o *AdditionalCampaignProperties) GetReferralCreationCountOk() (int32, bool)
GetReferralCreationCountOk returns a tuple with the ReferralCreationCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetReferralRedemptionCount ¶
func (o *AdditionalCampaignProperties) GetReferralRedemptionCount() int32
GetReferralRedemptionCount returns the ReferralRedemptionCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetReferralRedemptionCountOk ¶
func (o *AdditionalCampaignProperties) GetReferralRedemptionCountOk() (int32, bool)
GetReferralRedemptionCountOk returns a tuple with the ReferralRedemptionCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetReservecouponEffectCount ¶
func (o *AdditionalCampaignProperties) GetReservecouponEffectCount() int32
GetReservecouponEffectCount returns the ReservecouponEffectCount field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetReservecouponEffectCountOk ¶
func (o *AdditionalCampaignProperties) GetReservecouponEffectCountOk() (int32, bool)
GetReservecouponEffectCountOk returns a tuple with the ReservecouponEffectCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetTemplateId ¶
func (o *AdditionalCampaignProperties) GetTemplateId() int32
GetTemplateId returns the TemplateId field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetTemplateIdOk ¶
func (o *AdditionalCampaignProperties) GetTemplateIdOk() (int32, bool)
GetTemplateIdOk returns a tuple with the TemplateId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetUpdated ¶
func (o *AdditionalCampaignProperties) GetUpdated() time.Time
GetUpdated returns the Updated field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetUpdatedBy ¶
func (o *AdditionalCampaignProperties) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field value if set, zero value otherwise.
func (*AdditionalCampaignProperties) GetUpdatedByOk ¶
func (o *AdditionalCampaignProperties) GetUpdatedByOk() (string, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) GetUpdatedOk ¶
func (o *AdditionalCampaignProperties) GetUpdatedOk() (time.Time, bool)
GetUpdatedOk returns a tuple with the Updated field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*AdditionalCampaignProperties) HasAddFreeItemEffectCount ¶
func (o *AdditionalCampaignProperties) HasAddFreeItemEffectCount() bool
HasAddFreeItemEffectCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasAwardedGiveawaysCount ¶
func (o *AdditionalCampaignProperties) HasAwardedGiveawaysCount() bool
HasAwardedGiveawaysCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasCallApiEffectCount ¶
func (o *AdditionalCampaignProperties) HasCallApiEffectCount() bool
HasCallApiEffectCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasCouponCreationCount ¶
func (o *AdditionalCampaignProperties) HasCouponCreationCount() bool
HasCouponCreationCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasCouponRedemptionCount ¶
func (o *AdditionalCampaignProperties) HasCouponRedemptionCount() bool
HasCouponRedemptionCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasCreatedBy ¶
func (o *AdditionalCampaignProperties) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasCreatedLoyaltyPointsCount ¶
func (o *AdditionalCampaignProperties) HasCreatedLoyaltyPointsCount() bool
HasCreatedLoyaltyPointsCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasCreatedLoyaltyPointsEffectCount ¶
func (o *AdditionalCampaignProperties) HasCreatedLoyaltyPointsEffectCount() bool
HasCreatedLoyaltyPointsEffectCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasCustomEffectCount ¶
func (o *AdditionalCampaignProperties) HasCustomEffectCount() bool
HasCustomEffectCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasDiscountCount ¶
func (o *AdditionalCampaignProperties) HasDiscountCount() bool
HasDiscountCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasDiscountEffectCount ¶
func (o *AdditionalCampaignProperties) HasDiscountEffectCount() bool
HasDiscountEffectCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasLastActivity ¶
func (o *AdditionalCampaignProperties) HasLastActivity() bool
HasLastActivity returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasRedeemedLoyaltyPointsCount ¶
func (o *AdditionalCampaignProperties) HasRedeemedLoyaltyPointsCount() bool
HasRedeemedLoyaltyPointsCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasRedeemedLoyaltyPointsEffectCount ¶
func (o *AdditionalCampaignProperties) HasRedeemedLoyaltyPointsEffectCount() bool
HasRedeemedLoyaltyPointsEffectCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasReferralCreationCount ¶
func (o *AdditionalCampaignProperties) HasReferralCreationCount() bool
HasReferralCreationCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasReferralRedemptionCount ¶
func (o *AdditionalCampaignProperties) HasReferralRedemptionCount() bool
HasReferralRedemptionCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasReservecouponEffectCount ¶
func (o *AdditionalCampaignProperties) HasReservecouponEffectCount() bool
HasReservecouponEffectCount returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasTemplateId ¶
func (o *AdditionalCampaignProperties) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasUpdated ¶
func (o *AdditionalCampaignProperties) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) HasUpdatedBy ¶
func (o *AdditionalCampaignProperties) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (*AdditionalCampaignProperties) SetAddFreeItemEffectCount ¶
func (o *AdditionalCampaignProperties) SetAddFreeItemEffectCount(v int32)
SetAddFreeItemEffectCount gets a reference to the given int32 and assigns it to the AddFreeItemEffectCount field.
func (*AdditionalCampaignProperties) SetAwardedGiveawaysCount ¶
func (o *AdditionalCampaignProperties) SetAwardedGiveawaysCount(v int32)
SetAwardedGiveawaysCount gets a reference to the given int32 and assigns it to the AwardedGiveawaysCount field.
func (*AdditionalCampaignProperties) SetBudgets ¶
func (o *AdditionalCampaignProperties) SetBudgets(v []CampaignBudget)
SetBudgets sets field value
func (*AdditionalCampaignProperties) SetCallApiEffectCount ¶
func (o *AdditionalCampaignProperties) SetCallApiEffectCount(v int32)
SetCallApiEffectCount gets a reference to the given int32 and assigns it to the CallApiEffectCount field.
func (*AdditionalCampaignProperties) SetCouponCreationCount ¶
func (o *AdditionalCampaignProperties) SetCouponCreationCount(v int32)
SetCouponCreationCount gets a reference to the given int32 and assigns it to the CouponCreationCount field.
func (*AdditionalCampaignProperties) SetCouponRedemptionCount ¶
func (o *AdditionalCampaignProperties) SetCouponRedemptionCount(v int32)
SetCouponRedemptionCount gets a reference to the given int32 and assigns it to the CouponRedemptionCount field.
func (*AdditionalCampaignProperties) SetCreatedBy ¶
func (o *AdditionalCampaignProperties) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*AdditionalCampaignProperties) SetCreatedLoyaltyPointsCount ¶
func (o *AdditionalCampaignProperties) SetCreatedLoyaltyPointsCount(v float32)
SetCreatedLoyaltyPointsCount gets a reference to the given float32 and assigns it to the CreatedLoyaltyPointsCount field.
func (*AdditionalCampaignProperties) SetCreatedLoyaltyPointsEffectCount ¶
func (o *AdditionalCampaignProperties) SetCreatedLoyaltyPointsEffectCount(v int32)
SetCreatedLoyaltyPointsEffectCount gets a reference to the given int32 and assigns it to the CreatedLoyaltyPointsEffectCount field.
func (*AdditionalCampaignProperties) SetCustomEffectCount ¶
func (o *AdditionalCampaignProperties) SetCustomEffectCount(v int32)
SetCustomEffectCount gets a reference to the given int32 and assigns it to the CustomEffectCount field.
func (*AdditionalCampaignProperties) SetDiscountCount ¶
func (o *AdditionalCampaignProperties) SetDiscountCount(v float32)
SetDiscountCount gets a reference to the given float32 and assigns it to the DiscountCount field.
func (*AdditionalCampaignProperties) SetDiscountEffectCount ¶
func (o *AdditionalCampaignProperties) SetDiscountEffectCount(v int32)
SetDiscountEffectCount gets a reference to the given int32 and assigns it to the DiscountEffectCount field.
func (*AdditionalCampaignProperties) SetFrontendState ¶
func (o *AdditionalCampaignProperties) SetFrontendState(v string)
SetFrontendState sets field value
func (*AdditionalCampaignProperties) SetLastActivity ¶
func (o *AdditionalCampaignProperties) SetLastActivity(v time.Time)
SetLastActivity gets a reference to the given time.Time and assigns it to the LastActivity field.
func (*AdditionalCampaignProperties) SetRedeemedLoyaltyPointsCount ¶
func (o *AdditionalCampaignProperties) SetRedeemedLoyaltyPointsCount(v float32)
SetRedeemedLoyaltyPointsCount gets a reference to the given float32 and assigns it to the RedeemedLoyaltyPointsCount field.
func (*AdditionalCampaignProperties) SetRedeemedLoyaltyPointsEffectCount ¶
func (o *AdditionalCampaignProperties) SetRedeemedLoyaltyPointsEffectCount(v int32)
SetRedeemedLoyaltyPointsEffectCount gets a reference to the given int32 and assigns it to the RedeemedLoyaltyPointsEffectCount field.
func (*AdditionalCampaignProperties) SetReferralCreationCount ¶
func (o *AdditionalCampaignProperties) SetReferralCreationCount(v int32)
SetReferralCreationCount gets a reference to the given int32 and assigns it to the ReferralCreationCount field.
func (*AdditionalCampaignProperties) SetReferralRedemptionCount ¶
func (o *AdditionalCampaignProperties) SetReferralRedemptionCount(v int32)
SetReferralRedemptionCount gets a reference to the given int32 and assigns it to the ReferralRedemptionCount field.
func (*AdditionalCampaignProperties) SetReservecouponEffectCount ¶
func (o *AdditionalCampaignProperties) SetReservecouponEffectCount(v int32)
SetReservecouponEffectCount gets a reference to the given int32 and assigns it to the ReservecouponEffectCount field.
func (*AdditionalCampaignProperties) SetTemplateId ¶
func (o *AdditionalCampaignProperties) SetTemplateId(v int32)
SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.
func (*AdditionalCampaignProperties) SetUpdated ¶
func (o *AdditionalCampaignProperties) SetUpdated(v time.Time)
SetUpdated gets a reference to the given time.Time and assigns it to the Updated field.
func (*AdditionalCampaignProperties) SetUpdatedBy ¶
func (o *AdditionalCampaignProperties) SetUpdatedBy(v string)
SetUpdatedBy gets a reference to the given string and assigns it to the UpdatedBy field.
type AdditionalCost ¶
type AdditionalCost struct {
Price float32 `json:"price"`
}
AdditionalCost struct for AdditionalCost
func (*AdditionalCost) GetPrice ¶
func (o *AdditionalCost) GetPrice() float32
GetPrice returns the Price field value
func (*AdditionalCost) SetPrice ¶
func (o *AdditionalCost) SetPrice(v float32)
SetPrice sets field value
type ApiError ¶
type ApiError struct {
// Short description of the problem.
Title string `json:"title"`
// Longer description of this specific instance of the problem.
Details *string `json:"details,omitempty"`
Source ErrorSource `json:"source"`
}
ApiError struct for ApiError
func (*ApiError) GetDetails ¶
GetDetails returns the Details field value if set, zero value otherwise.
func (*ApiError) GetDetailsOk ¶
GetDetailsOk returns a tuple with the Details field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApiError) GetSource ¶
func (o *ApiError) GetSource() ErrorSource
GetSource returns the Source field value
func (*ApiError) HasDetails ¶
HasDetails returns a boolean if a field has been set.
func (*ApiError) SetDetails ¶
SetDetails gets a reference to the given string and assigns it to the Details field.
type Application ¶
type Application struct {
// Internal ID of this entity.
Id int32 `json:"id"`
// The time this entity was created.
Created time.Time `json:"created"`
// The time this entity was last modified.
Modified time.Time `json:"modified"`
// The ID of the account that owns this entity.
AccountId int32 `json:"accountId"`
// The name of this application.
Name string `json:"name"`
// A longer description of the application.
Description *string `json:"description,omitempty"`
// A string containing an IANA timezone descriptor.
Timezone string `json:"timezone"`
// The default currency for new customer sessions.
Currency string `json:"currency"`
// The case sensitivity behavior to check coupon codes in the campaigns of this Application.
CaseSensitivity *string `json:"caseSensitivity,omitempty"`
// Arbitrary properties associated with this campaign.
Attributes *map[string]interface{} `json:"attributes,omitempty"`
// Default limits for campaigns created in this application.
Limits *[]LimitConfig `json:"limits,omitempty"`
// The default scope to apply `setDiscount` effects on if no scope was provided with the effect.
DefaultDiscountScope *string `json:"defaultDiscountScope,omitempty"`
// Indicates if discounts should cascade for this Application.
EnableCascadingDiscounts *bool `json:"enableCascadingDiscounts,omitempty"`
// Indicates if cart items of quantity larger than one should be separated into different items of quantity one.
EnableFlattenedCartItems *bool `json:"enableFlattenedCartItems,omitempty"`
AttributesSettings *AttributesSettings `json:"attributesSettings,omitempty"`
// Indicates if this is a live or sandbox Application.
Sandbox *bool `json:"sandbox,omitempty"`
// Indicates if this Application supports partial discounts.
EnablePartialDiscounts *bool `json:"enablePartialDiscounts,omitempty"`
// The default scope to apply `setDiscountPerItem` effects on if no scope was provided with the effect.
DefaultDiscountAdditionalCostPerItemScope *string `json:"defaultDiscountAdditionalCostPerItemScope,omitempty"`
// The ID of the default campaign evaluation group to which new campaigns will be added unless a different group is selected when creating the campaign.
DefaultEvaluationGroupId *int32 `json:"defaultEvaluationGroupId,omitempty"`
// An array containing all the loyalty programs to which this application is subscribed.
LoyaltyPrograms []LoyaltyProgram `json:"loyaltyPrograms"`
}
Application
func (*Application) GetAccountId ¶
func (o *Application) GetAccountId() int32
GetAccountId returns the AccountId field value
func (*Application) GetAttributes ¶
func (o *Application) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Application) GetAttributesOk ¶
func (o *Application) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetAttributesSettings ¶
func (o *Application) GetAttributesSettings() AttributesSettings
GetAttributesSettings returns the AttributesSettings field value if set, zero value otherwise.
func (*Application) GetAttributesSettingsOk ¶
func (o *Application) GetAttributesSettingsOk() (AttributesSettings, bool)
GetAttributesSettingsOk returns a tuple with the AttributesSettings field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetCaseSensitivity ¶
func (o *Application) GetCaseSensitivity() string
GetCaseSensitivity returns the CaseSensitivity field value if set, zero value otherwise.
func (*Application) GetCaseSensitivityOk ¶
func (o *Application) GetCaseSensitivityOk() (string, bool)
GetCaseSensitivityOk returns a tuple with the CaseSensitivity field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetCreated ¶
func (o *Application) GetCreated() time.Time
GetCreated returns the Created field value
func (*Application) GetCurrency ¶
func (o *Application) GetCurrency() string
GetCurrency returns the Currency field value
func (*Application) GetDefaultDiscountAdditionalCostPerItemScope ¶
func (o *Application) GetDefaultDiscountAdditionalCostPerItemScope() string
GetDefaultDiscountAdditionalCostPerItemScope returns the DefaultDiscountAdditionalCostPerItemScope field value if set, zero value otherwise.
func (*Application) GetDefaultDiscountAdditionalCostPerItemScopeOk ¶
func (o *Application) GetDefaultDiscountAdditionalCostPerItemScopeOk() (string, bool)
GetDefaultDiscountAdditionalCostPerItemScopeOk returns a tuple with the DefaultDiscountAdditionalCostPerItemScope field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetDefaultDiscountScope ¶
func (o *Application) GetDefaultDiscountScope() string
GetDefaultDiscountScope returns the DefaultDiscountScope field value if set, zero value otherwise.
func (*Application) GetDefaultDiscountScopeOk ¶
func (o *Application) GetDefaultDiscountScopeOk() (string, bool)
GetDefaultDiscountScopeOk returns a tuple with the DefaultDiscountScope field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetDefaultEvaluationGroupId ¶
func (o *Application) GetDefaultEvaluationGroupId() int32
GetDefaultEvaluationGroupId returns the DefaultEvaluationGroupId field value if set, zero value otherwise.
func (*Application) GetDefaultEvaluationGroupIdOk ¶
func (o *Application) GetDefaultEvaluationGroupIdOk() (int32, bool)
GetDefaultEvaluationGroupIdOk returns a tuple with the DefaultEvaluationGroupId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetDescription ¶
func (o *Application) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*Application) GetDescriptionOk ¶
func (o *Application) GetDescriptionOk() (string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetEnableCascadingDiscounts ¶
func (o *Application) GetEnableCascadingDiscounts() bool
GetEnableCascadingDiscounts returns the EnableCascadingDiscounts field value if set, zero value otherwise.
func (*Application) GetEnableCascadingDiscountsOk ¶
func (o *Application) GetEnableCascadingDiscountsOk() (bool, bool)
GetEnableCascadingDiscountsOk returns a tuple with the EnableCascadingDiscounts field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetEnableFlattenedCartItems ¶
func (o *Application) GetEnableFlattenedCartItems() bool
GetEnableFlattenedCartItems returns the EnableFlattenedCartItems field value if set, zero value otherwise.
func (*Application) GetEnableFlattenedCartItemsOk ¶
func (o *Application) GetEnableFlattenedCartItemsOk() (bool, bool)
GetEnableFlattenedCartItemsOk returns a tuple with the EnableFlattenedCartItems field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetEnablePartialDiscounts ¶
func (o *Application) GetEnablePartialDiscounts() bool
GetEnablePartialDiscounts returns the EnablePartialDiscounts field value if set, zero value otherwise.
func (*Application) GetEnablePartialDiscountsOk ¶
func (o *Application) GetEnablePartialDiscountsOk() (bool, bool)
GetEnablePartialDiscountsOk returns a tuple with the EnablePartialDiscounts field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetLimits ¶
func (o *Application) GetLimits() []LimitConfig
GetLimits returns the Limits field value if set, zero value otherwise.
func (*Application) GetLimitsOk ¶
func (o *Application) GetLimitsOk() ([]LimitConfig, bool)
GetLimitsOk returns a tuple with the Limits field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetLoyaltyPrograms ¶
func (o *Application) GetLoyaltyPrograms() []LoyaltyProgram
GetLoyaltyPrograms returns the LoyaltyPrograms field value
func (*Application) GetModified ¶
func (o *Application) GetModified() time.Time
GetModified returns the Modified field value
func (*Application) GetName ¶
func (o *Application) GetName() string
GetName returns the Name field value
func (*Application) GetSandbox ¶
func (o *Application) GetSandbox() bool
GetSandbox returns the Sandbox field value if set, zero value otherwise.
func (*Application) GetSandboxOk ¶
func (o *Application) GetSandboxOk() (bool, bool)
GetSandboxOk returns a tuple with the Sandbox field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Application) GetTimezone ¶
func (o *Application) GetTimezone() string
GetTimezone returns the Timezone field value
func (*Application) HasAttributes ¶
func (o *Application) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*Application) HasAttributesSettings ¶
func (o *Application) HasAttributesSettings() bool
HasAttributesSettings returns a boolean if a field has been set.
func (*Application) HasCaseSensitivity ¶
func (o *Application) HasCaseSensitivity() bool
HasCaseSensitivity returns a boolean if a field has been set.
func (*Application) HasDefaultDiscountAdditionalCostPerItemScope ¶
func (o *Application) HasDefaultDiscountAdditionalCostPerItemScope() bool
HasDefaultDiscountAdditionalCostPerItemScope returns a boolean if a field has been set.
func (*Application) HasDefaultDiscountScope ¶
func (o *Application) HasDefaultDiscountScope() bool
HasDefaultDiscountScope returns a boolean if a field has been set.
func (*Application) HasDefaultEvaluationGroupId ¶
func (o *Application) HasDefaultEvaluationGroupId() bool
HasDefaultEvaluationGroupId returns a boolean if a field has been set.
func (*Application) HasDescription ¶
func (o *Application) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*Application) HasEnableCascadingDiscounts ¶
func (o *Application) HasEnableCascadingDiscounts() bool
HasEnableCascadingDiscounts returns a boolean if a field has been set.
func (*Application) HasEnableFlattenedCartItems ¶
func (o *Application) HasEnableFlattenedCartItems() bool
HasEnableFlattenedCartItems returns a boolean if a field has been set.
func (*Application) HasEnablePartialDiscounts ¶
func (o *Application) HasEnablePartialDiscounts() bool
HasEnablePartialDiscounts returns a boolean if a field has been set.
func (*Application) HasLimits ¶
func (o *Application) HasLimits() bool
HasLimits returns a boolean if a field has been set.
func (*Application) HasSandbox ¶
func (o *Application) HasSandbox() bool
HasSandbox returns a boolean if a field has been set.
func (*Application) SetAccountId ¶
func (o *Application) SetAccountId(v int32)
SetAccountId sets field value
func (*Application) SetAttributes ¶
func (o *Application) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*Application) SetAttributesSettings ¶
func (o *Application) SetAttributesSettings(v AttributesSettings)
SetAttributesSettings gets a reference to the given AttributesSettings and assigns it to the AttributesSettings field.
func (*Application) SetCaseSensitivity ¶
func (o *Application) SetCaseSensitivity(v string)
SetCaseSensitivity gets a reference to the given string and assigns it to the CaseSensitivity field.
func (*Application) SetCreated ¶
func (o *Application) SetCreated(v time.Time)
SetCreated sets field value
func (*Application) SetCurrency ¶
func (o *Application) SetCurrency(v string)
SetCurrency sets field value
func (*Application) SetDefaultDiscountAdditionalCostPerItemScope ¶
func (o *Application) SetDefaultDiscountAdditionalCostPerItemScope(v string)
SetDefaultDiscountAdditionalCostPerItemScope gets a reference to the given string and assigns it to the DefaultDiscountAdditionalCostPerItemScope field.
func (*Application) SetDefaultDiscountScope ¶
func (o *Application) SetDefaultDiscountScope(v string)
SetDefaultDiscountScope gets a reference to the given string and assigns it to the DefaultDiscountScope field.
func (*Application) SetDefaultEvaluationGroupId ¶
func (o *Application) SetDefaultEvaluationGroupId(v int32)
SetDefaultEvaluationGroupId gets a reference to the given int32 and assigns it to the DefaultEvaluationGroupId field.
func (*Application) SetDescription ¶
func (o *Application) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Application) SetEnableCascadingDiscounts ¶
func (o *Application) SetEnableCascadingDiscounts(v bool)
SetEnableCascadingDiscounts gets a reference to the given bool and assigns it to the EnableCascadingDiscounts field.
func (*Application) SetEnableFlattenedCartItems ¶
func (o *Application) SetEnableFlattenedCartItems(v bool)
SetEnableFlattenedCartItems gets a reference to the given bool and assigns it to the EnableFlattenedCartItems field.
func (*Application) SetEnablePartialDiscounts ¶
func (o *Application) SetEnablePartialDiscounts(v bool)
SetEnablePartialDiscounts gets a reference to the given bool and assigns it to the EnablePartialDiscounts field.
func (*Application) SetLimits ¶
func (o *Application) SetLimits(v []LimitConfig)
SetLimits gets a reference to the given []LimitConfig and assigns it to the Limits field.
func (*Application) SetLoyaltyPrograms ¶
func (o *Application) SetLoyaltyPrograms(v []LoyaltyProgram)
SetLoyaltyPrograms sets field value
func (*Application) SetModified ¶
func (o *Application) SetModified(v time.Time)
SetModified sets field value
func (*Application) SetSandbox ¶
func (o *Application) SetSandbox(v bool)
SetSandbox gets a reference to the given bool and assigns it to the Sandbox field.
func (*Application) SetTimezone ¶
func (o *Application) SetTimezone(v string)
SetTimezone sets field value
type ApplicationAnalyticsDataPoint ¶
type ApplicationAnalyticsDataPoint struct {
// The start of the aggregation time frame in UTC.
StartTime *time.Time `json:"startTime,omitempty"`
// The end of the aggregation time frame in UTC.
EndTime *time.Time `json:"endTime,omitempty"`
TotalRevenue *ApplicationAnalyticsDataPointTotalRevenue `json:"totalRevenue,omitempty"`
SessionsCount *ApplicationAnalyticsDataPointSessionsCount `json:"sessionsCount,omitempty"`
AvgItemsPerSession *ApplicationAnalyticsDataPointAvgItemsPerSession `json:"avgItemsPerSession,omitempty"`
AvgSessionValue *ApplicationAnalyticsDataPointAvgSessionValue `json:"avgSessionValue,omitempty"`
// The total value of discounts given for cart items in influenced sessions.
TotalDiscounts *float32 `json:"totalDiscounts,omitempty"`
// The number of times a coupon was successfully redeemed in influenced sessions.
CouponsCount *float32 `json:"couponsCount,omitempty"`
}
ApplicationAnalyticsDataPoint struct for ApplicationAnalyticsDataPoint
func (*ApplicationAnalyticsDataPoint) GetAvgItemsPerSession ¶
func (o *ApplicationAnalyticsDataPoint) GetAvgItemsPerSession() ApplicationAnalyticsDataPointAvgItemsPerSession
GetAvgItemsPerSession returns the AvgItemsPerSession field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPoint) GetAvgItemsPerSessionOk ¶
func (o *ApplicationAnalyticsDataPoint) GetAvgItemsPerSessionOk() (ApplicationAnalyticsDataPointAvgItemsPerSession, bool)
GetAvgItemsPerSessionOk returns a tuple with the AvgItemsPerSession field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPoint) GetAvgSessionValue ¶
func (o *ApplicationAnalyticsDataPoint) GetAvgSessionValue() ApplicationAnalyticsDataPointAvgSessionValue
GetAvgSessionValue returns the AvgSessionValue field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPoint) GetAvgSessionValueOk ¶
func (o *ApplicationAnalyticsDataPoint) GetAvgSessionValueOk() (ApplicationAnalyticsDataPointAvgSessionValue, bool)
GetAvgSessionValueOk returns a tuple with the AvgSessionValue field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPoint) GetCouponsCount ¶
func (o *ApplicationAnalyticsDataPoint) GetCouponsCount() float32
GetCouponsCount returns the CouponsCount field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPoint) GetCouponsCountOk ¶
func (o *ApplicationAnalyticsDataPoint) GetCouponsCountOk() (float32, bool)
GetCouponsCountOk returns a tuple with the CouponsCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPoint) GetEndTime ¶
func (o *ApplicationAnalyticsDataPoint) GetEndTime() time.Time
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPoint) GetEndTimeOk ¶
func (o *ApplicationAnalyticsDataPoint) GetEndTimeOk() (time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPoint) GetSessionsCount ¶
func (o *ApplicationAnalyticsDataPoint) GetSessionsCount() ApplicationAnalyticsDataPointSessionsCount
GetSessionsCount returns the SessionsCount field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPoint) GetSessionsCountOk ¶
func (o *ApplicationAnalyticsDataPoint) GetSessionsCountOk() (ApplicationAnalyticsDataPointSessionsCount, bool)
GetSessionsCountOk returns a tuple with the SessionsCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPoint) GetStartTime ¶
func (o *ApplicationAnalyticsDataPoint) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPoint) GetStartTimeOk ¶
func (o *ApplicationAnalyticsDataPoint) GetStartTimeOk() (time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPoint) GetTotalDiscounts ¶
func (o *ApplicationAnalyticsDataPoint) GetTotalDiscounts() float32
GetTotalDiscounts returns the TotalDiscounts field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPoint) GetTotalDiscountsOk ¶
func (o *ApplicationAnalyticsDataPoint) GetTotalDiscountsOk() (float32, bool)
GetTotalDiscountsOk returns a tuple with the TotalDiscounts field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPoint) GetTotalRevenue ¶
func (o *ApplicationAnalyticsDataPoint) GetTotalRevenue() ApplicationAnalyticsDataPointTotalRevenue
GetTotalRevenue returns the TotalRevenue field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPoint) GetTotalRevenueOk ¶
func (o *ApplicationAnalyticsDataPoint) GetTotalRevenueOk() (ApplicationAnalyticsDataPointTotalRevenue, bool)
GetTotalRevenueOk returns a tuple with the TotalRevenue field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPoint) HasAvgItemsPerSession ¶
func (o *ApplicationAnalyticsDataPoint) HasAvgItemsPerSession() bool
HasAvgItemsPerSession returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPoint) HasAvgSessionValue ¶
func (o *ApplicationAnalyticsDataPoint) HasAvgSessionValue() bool
HasAvgSessionValue returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPoint) HasCouponsCount ¶
func (o *ApplicationAnalyticsDataPoint) HasCouponsCount() bool
HasCouponsCount returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPoint) HasEndTime ¶
func (o *ApplicationAnalyticsDataPoint) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPoint) HasSessionsCount ¶
func (o *ApplicationAnalyticsDataPoint) HasSessionsCount() bool
HasSessionsCount returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPoint) HasStartTime ¶
func (o *ApplicationAnalyticsDataPoint) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPoint) HasTotalDiscounts ¶
func (o *ApplicationAnalyticsDataPoint) HasTotalDiscounts() bool
HasTotalDiscounts returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPoint) HasTotalRevenue ¶
func (o *ApplicationAnalyticsDataPoint) HasTotalRevenue() bool
HasTotalRevenue returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPoint) SetAvgItemsPerSession ¶
func (o *ApplicationAnalyticsDataPoint) SetAvgItemsPerSession(v ApplicationAnalyticsDataPointAvgItemsPerSession)
SetAvgItemsPerSession gets a reference to the given ApplicationAnalyticsDataPointAvgItemsPerSession and assigns it to the AvgItemsPerSession field.
func (*ApplicationAnalyticsDataPoint) SetAvgSessionValue ¶
func (o *ApplicationAnalyticsDataPoint) SetAvgSessionValue(v ApplicationAnalyticsDataPointAvgSessionValue)
SetAvgSessionValue gets a reference to the given ApplicationAnalyticsDataPointAvgSessionValue and assigns it to the AvgSessionValue field.
func (*ApplicationAnalyticsDataPoint) SetCouponsCount ¶
func (o *ApplicationAnalyticsDataPoint) SetCouponsCount(v float32)
SetCouponsCount gets a reference to the given float32 and assigns it to the CouponsCount field.
func (*ApplicationAnalyticsDataPoint) SetEndTime ¶
func (o *ApplicationAnalyticsDataPoint) SetEndTime(v time.Time)
SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.
func (*ApplicationAnalyticsDataPoint) SetSessionsCount ¶
func (o *ApplicationAnalyticsDataPoint) SetSessionsCount(v ApplicationAnalyticsDataPointSessionsCount)
SetSessionsCount gets a reference to the given ApplicationAnalyticsDataPointSessionsCount and assigns it to the SessionsCount field.
func (*ApplicationAnalyticsDataPoint) SetStartTime ¶
func (o *ApplicationAnalyticsDataPoint) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (*ApplicationAnalyticsDataPoint) SetTotalDiscounts ¶
func (o *ApplicationAnalyticsDataPoint) SetTotalDiscounts(v float32)
SetTotalDiscounts gets a reference to the given float32 and assigns it to the TotalDiscounts field.
func (*ApplicationAnalyticsDataPoint) SetTotalRevenue ¶
func (o *ApplicationAnalyticsDataPoint) SetTotalRevenue(v ApplicationAnalyticsDataPointTotalRevenue)
SetTotalRevenue gets a reference to the given ApplicationAnalyticsDataPointTotalRevenue and assigns it to the TotalRevenue field.
type ApplicationAnalyticsDataPointAvgItemsPerSession ¶
type ApplicationAnalyticsDataPointAvgItemsPerSession struct {
Total *float32 `json:"total,omitempty"`
Influenced *float32 `json:"influenced,omitempty"`
}
ApplicationAnalyticsDataPointAvgItemsPerSession The number of items from sessions divided by the number of sessions. The `influenced` value includes only sessions with at least one applied effect.
func (*ApplicationAnalyticsDataPointAvgItemsPerSession) GetInfluenced ¶
func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetInfluenced() float32
GetInfluenced returns the Influenced field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPointAvgItemsPerSession) GetInfluencedOk ¶
func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetInfluencedOk() (float32, bool)
GetInfluencedOk returns a tuple with the Influenced field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPointAvgItemsPerSession) GetTotal ¶
func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetTotal() float32
GetTotal returns the Total field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPointAvgItemsPerSession) GetTotalOk ¶
func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetTotalOk() (float32, bool)
GetTotalOk returns a tuple with the Total field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPointAvgItemsPerSession) HasInfluenced ¶
func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) HasInfluenced() bool
HasInfluenced returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPointAvgItemsPerSession) HasTotal ¶
func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPointAvgItemsPerSession) SetInfluenced ¶
func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) SetInfluenced(v float32)
SetInfluenced gets a reference to the given float32 and assigns it to the Influenced field.
func (*ApplicationAnalyticsDataPointAvgItemsPerSession) SetTotal ¶
func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) SetTotal(v float32)
SetTotal gets a reference to the given float32 and assigns it to the Total field.
type ApplicationAnalyticsDataPointAvgSessionValue ¶
type ApplicationAnalyticsDataPointAvgSessionValue struct {
Total *float32 `json:"total,omitempty"`
Influenced *float32 `json:"influenced,omitempty"`
}
ApplicationAnalyticsDataPointAvgSessionValue The average customer session value, calculated by dividing the revenue value by the number of sessions. The `influenced` value includes only sessions with at least one applied effect.
func (*ApplicationAnalyticsDataPointAvgSessionValue) GetInfluenced ¶
func (o *ApplicationAnalyticsDataPointAvgSessionValue) GetInfluenced() float32
GetInfluenced returns the Influenced field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPointAvgSessionValue) GetInfluencedOk ¶
func (o *ApplicationAnalyticsDataPointAvgSessionValue) GetInfluencedOk() (float32, bool)
GetInfluencedOk returns a tuple with the Influenced field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPointAvgSessionValue) GetTotal ¶
func (o *ApplicationAnalyticsDataPointAvgSessionValue) GetTotal() float32
GetTotal returns the Total field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPointAvgSessionValue) GetTotalOk ¶
func (o *ApplicationAnalyticsDataPointAvgSessionValue) GetTotalOk() (float32, bool)
GetTotalOk returns a tuple with the Total field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPointAvgSessionValue) HasInfluenced ¶
func (o *ApplicationAnalyticsDataPointAvgSessionValue) HasInfluenced() bool
HasInfluenced returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPointAvgSessionValue) HasTotal ¶
func (o *ApplicationAnalyticsDataPointAvgSessionValue) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPointAvgSessionValue) SetInfluenced ¶
func (o *ApplicationAnalyticsDataPointAvgSessionValue) SetInfluenced(v float32)
SetInfluenced gets a reference to the given float32 and assigns it to the Influenced field.
func (*ApplicationAnalyticsDataPointAvgSessionValue) SetTotal ¶
func (o *ApplicationAnalyticsDataPointAvgSessionValue) SetTotal(v float32)
SetTotal gets a reference to the given float32 and assigns it to the Total field.
type ApplicationAnalyticsDataPointSessionsCount ¶
type ApplicationAnalyticsDataPointSessionsCount struct {
Total *float32 `json:"total,omitempty"`
Influenced *float32 `json:"influenced,omitempty"`
}
ApplicationAnalyticsDataPointSessionsCount The number of all closed sessions. The `influenced` value includes only sessions with at least one applied effect.
func (*ApplicationAnalyticsDataPointSessionsCount) GetInfluenced ¶
func (o *ApplicationAnalyticsDataPointSessionsCount) GetInfluenced() float32
GetInfluenced returns the Influenced field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPointSessionsCount) GetInfluencedOk ¶
func (o *ApplicationAnalyticsDataPointSessionsCount) GetInfluencedOk() (float32, bool)
GetInfluencedOk returns a tuple with the Influenced field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPointSessionsCount) GetTotal ¶
func (o *ApplicationAnalyticsDataPointSessionsCount) GetTotal() float32
GetTotal returns the Total field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPointSessionsCount) GetTotalOk ¶
func (o *ApplicationAnalyticsDataPointSessionsCount) GetTotalOk() (float32, bool)
GetTotalOk returns a tuple with the Total field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPointSessionsCount) HasInfluenced ¶
func (o *ApplicationAnalyticsDataPointSessionsCount) HasInfluenced() bool
HasInfluenced returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPointSessionsCount) HasTotal ¶
func (o *ApplicationAnalyticsDataPointSessionsCount) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPointSessionsCount) SetInfluenced ¶
func (o *ApplicationAnalyticsDataPointSessionsCount) SetInfluenced(v float32)
SetInfluenced gets a reference to the given float32 and assigns it to the Influenced field.
func (*ApplicationAnalyticsDataPointSessionsCount) SetTotal ¶
func (o *ApplicationAnalyticsDataPointSessionsCount) SetTotal(v float32)
SetTotal gets a reference to the given float32 and assigns it to the Total field.
type ApplicationAnalyticsDataPointTotalRevenue ¶
type ApplicationAnalyticsDataPointTotalRevenue struct {
Total *float32 `json:"total,omitempty"`
Influenced *float32 `json:"influenced,omitempty"`
}
ApplicationAnalyticsDataPointTotalRevenue The total, pre-discount value of all items purchased in a customer session.
func (*ApplicationAnalyticsDataPointTotalRevenue) GetInfluenced ¶
func (o *ApplicationAnalyticsDataPointTotalRevenue) GetInfluenced() float32
GetInfluenced returns the Influenced field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPointTotalRevenue) GetInfluencedOk ¶
func (o *ApplicationAnalyticsDataPointTotalRevenue) GetInfluencedOk() (float32, bool)
GetInfluencedOk returns a tuple with the Influenced field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPointTotalRevenue) GetTotal ¶
func (o *ApplicationAnalyticsDataPointTotalRevenue) GetTotal() float32
GetTotal returns the Total field value if set, zero value otherwise.
func (*ApplicationAnalyticsDataPointTotalRevenue) GetTotalOk ¶
func (o *ApplicationAnalyticsDataPointTotalRevenue) GetTotalOk() (float32, bool)
GetTotalOk returns a tuple with the Total field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationAnalyticsDataPointTotalRevenue) HasInfluenced ¶
func (o *ApplicationAnalyticsDataPointTotalRevenue) HasInfluenced() bool
HasInfluenced returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPointTotalRevenue) HasTotal ¶
func (o *ApplicationAnalyticsDataPointTotalRevenue) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (*ApplicationAnalyticsDataPointTotalRevenue) SetInfluenced ¶
func (o *ApplicationAnalyticsDataPointTotalRevenue) SetInfluenced(v float32)
SetInfluenced gets a reference to the given float32 and assigns it to the Influenced field.
func (*ApplicationAnalyticsDataPointTotalRevenue) SetTotal ¶
func (o *ApplicationAnalyticsDataPointTotalRevenue) SetTotal(v float32)
SetTotal gets a reference to the given float32 and assigns it to the Total field.
type ApplicationApiHealth ¶
type ApplicationApiHealth struct {
// One-word summary of the health of the API connection of an application. Possible values are: - `OK`: The Application has received only successful API requests in the last 5 minutes. - `WARNING`: The Application received at least one failed request in the last 50 minutes. - `ERROR`: More than 50% of received requests failed. - `CRITICAL`: All received requests failed. - `NONE`: During the last 5 minutes, the Application hasn't recorded any integration API requests.
Summary string `json:"summary"`
// time of last request relevant to the API health test.
LastUsed time.Time `json:"lastUsed"`
}
ApplicationApiHealth Report of health of the API connection of an application.
func (*ApplicationApiHealth) GetLastUsed ¶
func (o *ApplicationApiHealth) GetLastUsed() time.Time
GetLastUsed returns the LastUsed field value
func (*ApplicationApiHealth) GetSummary ¶
func (o *ApplicationApiHealth) GetSummary() string
GetSummary returns the Summary field value
func (*ApplicationApiHealth) SetLastUsed ¶
func (o *ApplicationApiHealth) SetLastUsed(v time.Time)
SetLastUsed sets field value
func (*ApplicationApiHealth) SetSummary ¶
func (o *ApplicationApiHealth) SetSummary(v string)
SetSummary sets field value
type ApplicationApiKey ¶
type ApplicationApiKey struct {
// Title of the API key.
Title string `json:"title"`
// The date the API key expires.
Expires time.Time `json:"expires"`
// The third-party platform the API key is valid for. Use `none` for a generic API key to be used from your own integration layer.
Platform *string `json:"platform,omitempty"`
// The API key type. Can be empty or `staging`. Staging API keys can only be used for dry requests with the [Update customer session](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/updateCustomerSessionV2) endpoint, [Update customer profile](https://docs.talon.one/integration-api#tag/Customer-profiles/operation/updateCustomerProfileV2) endpoint, and [Track event](https://docs.talon.one/integration-api#tag/Events/operation/trackEventV2) endpoint. When using the _Update customer profile_ endpoint with a staging API key, the query parameter `runRuleEngine` must be `true`.
Type *string `json:"type,omitempty"`
// A time offset in nanoseconds associated with the API key. When making a request using the API key, rule evaluation is based on a date that is calculated by adding the offset to the current date.
TimeOffset *int32 `json:"timeOffset,omitempty"`
// ID of the API Key.
Id int32 `json:"id"`
// ID of user who created.
CreatedBy int32 `json:"createdBy"`
// ID of account the key is used for.
AccountID int32 `json:"accountID"`
// ID of application the key is used for.
ApplicationID int32 `json:"applicationID"`
// The date the API key was created.
Created time.Time `json:"created"`
}
ApplicationApiKey
func (*ApplicationApiKey) GetAccountID ¶
func (o *ApplicationApiKey) GetAccountID() int32
GetAccountID returns the AccountID field value
func (*ApplicationApiKey) GetApplicationID ¶
func (o *ApplicationApiKey) GetApplicationID() int32
GetApplicationID returns the ApplicationID field value
func (*ApplicationApiKey) GetCreated ¶
func (o *ApplicationApiKey) GetCreated() time.Time
GetCreated returns the Created field value
func (*ApplicationApiKey) GetCreatedBy ¶
func (o *ApplicationApiKey) GetCreatedBy() int32
GetCreatedBy returns the CreatedBy field value
func (*ApplicationApiKey) GetExpires ¶
func (o *ApplicationApiKey) GetExpires() time.Time
GetExpires returns the Expires field value
func (*ApplicationApiKey) GetId ¶
func (o *ApplicationApiKey) GetId() int32
GetId returns the Id field value
func (*ApplicationApiKey) GetPlatform ¶
func (o *ApplicationApiKey) GetPlatform() string
GetPlatform returns the Platform field value if set, zero value otherwise.
func (*ApplicationApiKey) GetPlatformOk ¶
func (o *ApplicationApiKey) GetPlatformOk() (string, bool)
GetPlatformOk returns a tuple with the Platform field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationApiKey) GetTimeOffset ¶
func (o *ApplicationApiKey) GetTimeOffset() int32
GetTimeOffset returns the TimeOffset field value if set, zero value otherwise.
func (*ApplicationApiKey) GetTimeOffsetOk ¶
func (o *ApplicationApiKey) GetTimeOffsetOk() (int32, bool)
GetTimeOffsetOk returns a tuple with the TimeOffset field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationApiKey) GetTitle ¶
func (o *ApplicationApiKey) GetTitle() string
GetTitle returns the Title field value
func (*ApplicationApiKey) GetType ¶
func (o *ApplicationApiKey) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ApplicationApiKey) GetTypeOk ¶
func (o *ApplicationApiKey) GetTypeOk() (string, bool)
GetTypeOk returns a tuple with the Type field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationApiKey) HasPlatform ¶
func (o *ApplicationApiKey) HasPlatform() bool
HasPlatform returns a boolean if a field has been set.
func (*ApplicationApiKey) HasTimeOffset ¶
func (o *ApplicationApiKey) HasTimeOffset() bool
HasTimeOffset returns a boolean if a field has been set.
func (*ApplicationApiKey) HasType ¶
func (o *ApplicationApiKey) HasType() bool
HasType returns a boolean if a field has been set.
func (*ApplicationApiKey) SetAccountID ¶
func (o *ApplicationApiKey) SetAccountID(v int32)
SetAccountID sets field value
func (*ApplicationApiKey) SetApplicationID ¶
func (o *ApplicationApiKey) SetApplicationID(v int32)
SetApplicationID sets field value
func (*ApplicationApiKey) SetCreated ¶
func (o *ApplicationApiKey) SetCreated(v time.Time)
SetCreated sets field value
func (*ApplicationApiKey) SetCreatedBy ¶
func (o *ApplicationApiKey) SetCreatedBy(v int32)
SetCreatedBy sets field value
func (*ApplicationApiKey) SetExpires ¶
func (o *ApplicationApiKey) SetExpires(v time.Time)
SetExpires sets field value
func (*ApplicationApiKey) SetPlatform ¶
func (o *ApplicationApiKey) SetPlatform(v string)
SetPlatform gets a reference to the given string and assigns it to the Platform field.
func (*ApplicationApiKey) SetTimeOffset ¶
func (o *ApplicationApiKey) SetTimeOffset(v int32)
SetTimeOffset gets a reference to the given int32 and assigns it to the TimeOffset field.
func (*ApplicationApiKey) SetTitle ¶
func (o *ApplicationApiKey) SetTitle(v string)
SetTitle sets field value
func (*ApplicationApiKey) SetType ¶
func (o *ApplicationApiKey) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type ApplicationCampaignAnalytics ¶
type ApplicationCampaignAnalytics struct {
// The start of the aggregation time frame in UTC.
StartTime *time.Time `json:"startTime,omitempty"`
// The end of the aggregation time frame in UTC.
EndTime *time.Time `json:"endTime,omitempty"`
// The ID of the campaign.
CampaignId *int32 `json:"campaignId,omitempty"`
// The name of the campaign.
CampaignName *string `json:"campaignName,omitempty"`
// A list of tags for the campaign.
CampaignTags *[]string `json:"campaignTags,omitempty"`
// The state of the campaign. **Note:** A disabled or archived campaign is not evaluated for rules or coupons.
CampaignState *string `json:"campaignState,omitempty"`
// The [ID of the ruleset](https://docs.talon.one/management-api#operation/getRulesets) this campaign applies on customer session evaluation.
CampaignActiveRulesetId *int32 `json:"campaignActiveRulesetId,omitempty"`
// Date and time when the campaign becomes active.
CampaignStartTime *time.Time `json:"campaignStartTime,omitempty"`
// Date and time when the campaign becomes inactive.
CampaignEndTime *time.Time `json:"campaignEndTime,omitempty"`
TotalRevenue *ApplicationCampaignAnalyticsTotalRevenue `json:"totalRevenue,omitempty"`
SessionsCount *ApplicationCampaignAnalyticsSessionsCount `json:"sessionsCount,omitempty"`
AvgItemsPerSession *ApplicationCampaignAnalyticsAvgItemsPerSession `json:"avgItemsPerSession,omitempty"`
AvgSessionValue *ApplicationCampaignAnalyticsAvgSessionValue `json:"avgSessionValue,omitempty"`
TotalDiscounts *ApplicationCampaignAnalyticsTotalDiscounts `json:"totalDiscounts,omitempty"`
CouponsCount *ApplicationCampaignAnalyticsCouponsCount `json:"couponsCount,omitempty"`
}
ApplicationCampaignAnalytics struct for ApplicationCampaignAnalytics
func (*ApplicationCampaignAnalytics) GetAvgItemsPerSession ¶
func (o *ApplicationCampaignAnalytics) GetAvgItemsPerSession() ApplicationCampaignAnalyticsAvgItemsPerSession
GetAvgItemsPerSession returns the AvgItemsPerSession field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetAvgItemsPerSessionOk ¶
func (o *ApplicationCampaignAnalytics) GetAvgItemsPerSessionOk() (ApplicationCampaignAnalyticsAvgItemsPerSession, bool)
GetAvgItemsPerSessionOk returns a tuple with the AvgItemsPerSession field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetAvgSessionValue ¶
func (o *ApplicationCampaignAnalytics) GetAvgSessionValue() ApplicationCampaignAnalyticsAvgSessionValue
GetAvgSessionValue returns the AvgSessionValue field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetAvgSessionValueOk ¶
func (o *ApplicationCampaignAnalytics) GetAvgSessionValueOk() (ApplicationCampaignAnalyticsAvgSessionValue, bool)
GetAvgSessionValueOk returns a tuple with the AvgSessionValue field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetCampaignActiveRulesetId ¶
func (o *ApplicationCampaignAnalytics) GetCampaignActiveRulesetId() int32
GetCampaignActiveRulesetId returns the CampaignActiveRulesetId field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetCampaignActiveRulesetIdOk ¶
func (o *ApplicationCampaignAnalytics) GetCampaignActiveRulesetIdOk() (int32, bool)
GetCampaignActiveRulesetIdOk returns a tuple with the CampaignActiveRulesetId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetCampaignEndTime ¶
func (o *ApplicationCampaignAnalytics) GetCampaignEndTime() time.Time
GetCampaignEndTime returns the CampaignEndTime field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetCampaignEndTimeOk ¶
func (o *ApplicationCampaignAnalytics) GetCampaignEndTimeOk() (time.Time, bool)
GetCampaignEndTimeOk returns a tuple with the CampaignEndTime field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetCampaignId ¶
func (o *ApplicationCampaignAnalytics) GetCampaignId() int32
GetCampaignId returns the CampaignId field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetCampaignIdOk ¶
func (o *ApplicationCampaignAnalytics) GetCampaignIdOk() (int32, bool)
GetCampaignIdOk returns a tuple with the CampaignId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetCampaignName ¶
func (o *ApplicationCampaignAnalytics) GetCampaignName() string
GetCampaignName returns the CampaignName field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetCampaignNameOk ¶
func (o *ApplicationCampaignAnalytics) GetCampaignNameOk() (string, bool)
GetCampaignNameOk returns a tuple with the CampaignName field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetCampaignStartTime ¶
func (o *ApplicationCampaignAnalytics) GetCampaignStartTime() time.Time
GetCampaignStartTime returns the CampaignStartTime field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetCampaignStartTimeOk ¶
func (o *ApplicationCampaignAnalytics) GetCampaignStartTimeOk() (time.Time, bool)
GetCampaignStartTimeOk returns a tuple with the CampaignStartTime field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetCampaignState ¶
func (o *ApplicationCampaignAnalytics) GetCampaignState() string
GetCampaignState returns the CampaignState field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetCampaignStateOk ¶
func (o *ApplicationCampaignAnalytics) GetCampaignStateOk() (string, bool)
GetCampaignStateOk returns a tuple with the CampaignState field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetCampaignTags ¶
func (o *ApplicationCampaignAnalytics) GetCampaignTags() []string
GetCampaignTags returns the CampaignTags field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetCampaignTagsOk ¶
func (o *ApplicationCampaignAnalytics) GetCampaignTagsOk() ([]string, bool)
GetCampaignTagsOk returns a tuple with the CampaignTags field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetCouponsCount ¶
func (o *ApplicationCampaignAnalytics) GetCouponsCount() ApplicationCampaignAnalyticsCouponsCount
GetCouponsCount returns the CouponsCount field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetCouponsCountOk ¶
func (o *ApplicationCampaignAnalytics) GetCouponsCountOk() (ApplicationCampaignAnalyticsCouponsCount, bool)
GetCouponsCountOk returns a tuple with the CouponsCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetEndTime ¶
func (o *ApplicationCampaignAnalytics) GetEndTime() time.Time
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetEndTimeOk ¶
func (o *ApplicationCampaignAnalytics) GetEndTimeOk() (time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetSessionsCount ¶
func (o *ApplicationCampaignAnalytics) GetSessionsCount() ApplicationCampaignAnalyticsSessionsCount
GetSessionsCount returns the SessionsCount field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetSessionsCountOk ¶
func (o *ApplicationCampaignAnalytics) GetSessionsCountOk() (ApplicationCampaignAnalyticsSessionsCount, bool)
GetSessionsCountOk returns a tuple with the SessionsCount field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetStartTime ¶
func (o *ApplicationCampaignAnalytics) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetStartTimeOk ¶
func (o *ApplicationCampaignAnalytics) GetStartTimeOk() (time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetTotalDiscounts ¶
func (o *ApplicationCampaignAnalytics) GetTotalDiscounts() ApplicationCampaignAnalyticsTotalDiscounts
GetTotalDiscounts returns the TotalDiscounts field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetTotalDiscountsOk ¶
func (o *ApplicationCampaignAnalytics) GetTotalDiscountsOk() (ApplicationCampaignAnalyticsTotalDiscounts, bool)
GetTotalDiscountsOk returns a tuple with the TotalDiscounts field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) GetTotalRevenue ¶
func (o *ApplicationCampaignAnalytics) GetTotalRevenue() ApplicationCampaignAnalyticsTotalRevenue
GetTotalRevenue returns the TotalRevenue field value if set, zero value otherwise.
func (*ApplicationCampaignAnalytics) GetTotalRevenueOk ¶
func (o *ApplicationCampaignAnalytics) GetTotalRevenueOk() (ApplicationCampaignAnalyticsTotalRevenue, bool)
GetTotalRevenueOk returns a tuple with the TotalRevenue field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalytics) HasAvgItemsPerSession ¶
func (o *ApplicationCampaignAnalytics) HasAvgItemsPerSession() bool
HasAvgItemsPerSession returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasAvgSessionValue ¶
func (o *ApplicationCampaignAnalytics) HasAvgSessionValue() bool
HasAvgSessionValue returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasCampaignActiveRulesetId ¶
func (o *ApplicationCampaignAnalytics) HasCampaignActiveRulesetId() bool
HasCampaignActiveRulesetId returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasCampaignEndTime ¶
func (o *ApplicationCampaignAnalytics) HasCampaignEndTime() bool
HasCampaignEndTime returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasCampaignId ¶
func (o *ApplicationCampaignAnalytics) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasCampaignName ¶
func (o *ApplicationCampaignAnalytics) HasCampaignName() bool
HasCampaignName returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasCampaignStartTime ¶
func (o *ApplicationCampaignAnalytics) HasCampaignStartTime() bool
HasCampaignStartTime returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasCampaignState ¶
func (o *ApplicationCampaignAnalytics) HasCampaignState() bool
HasCampaignState returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasCampaignTags ¶
func (o *ApplicationCampaignAnalytics) HasCampaignTags() bool
HasCampaignTags returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasCouponsCount ¶
func (o *ApplicationCampaignAnalytics) HasCouponsCount() bool
HasCouponsCount returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasEndTime ¶
func (o *ApplicationCampaignAnalytics) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasSessionsCount ¶
func (o *ApplicationCampaignAnalytics) HasSessionsCount() bool
HasSessionsCount returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasStartTime ¶
func (o *ApplicationCampaignAnalytics) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasTotalDiscounts ¶
func (o *ApplicationCampaignAnalytics) HasTotalDiscounts() bool
HasTotalDiscounts returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) HasTotalRevenue ¶
func (o *ApplicationCampaignAnalytics) HasTotalRevenue() bool
HasTotalRevenue returns a boolean if a field has been set.
func (*ApplicationCampaignAnalytics) SetAvgItemsPerSession ¶
func (o *ApplicationCampaignAnalytics) SetAvgItemsPerSession(v ApplicationCampaignAnalyticsAvgItemsPerSession)
SetAvgItemsPerSession gets a reference to the given ApplicationCampaignAnalyticsAvgItemsPerSession and assigns it to the AvgItemsPerSession field.
func (*ApplicationCampaignAnalytics) SetAvgSessionValue ¶
func (o *ApplicationCampaignAnalytics) SetAvgSessionValue(v ApplicationCampaignAnalyticsAvgSessionValue)
SetAvgSessionValue gets a reference to the given ApplicationCampaignAnalyticsAvgSessionValue and assigns it to the AvgSessionValue field.
func (*ApplicationCampaignAnalytics) SetCampaignActiveRulesetId ¶
func (o *ApplicationCampaignAnalytics) SetCampaignActiveRulesetId(v int32)
SetCampaignActiveRulesetId gets a reference to the given int32 and assigns it to the CampaignActiveRulesetId field.
func (*ApplicationCampaignAnalytics) SetCampaignEndTime ¶
func (o *ApplicationCampaignAnalytics) SetCampaignEndTime(v time.Time)
SetCampaignEndTime gets a reference to the given time.Time and assigns it to the CampaignEndTime field.
func (*ApplicationCampaignAnalytics) SetCampaignId ¶
func (o *ApplicationCampaignAnalytics) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.
func (*ApplicationCampaignAnalytics) SetCampaignName ¶
func (o *ApplicationCampaignAnalytics) SetCampaignName(v string)
SetCampaignName gets a reference to the given string and assigns it to the CampaignName field.
func (*ApplicationCampaignAnalytics) SetCampaignStartTime ¶
func (o *ApplicationCampaignAnalytics) SetCampaignStartTime(v time.Time)
SetCampaignStartTime gets a reference to the given time.Time and assigns it to the CampaignStartTime field.
func (*ApplicationCampaignAnalytics) SetCampaignState ¶
func (o *ApplicationCampaignAnalytics) SetCampaignState(v string)
SetCampaignState gets a reference to the given string and assigns it to the CampaignState field.
func (*ApplicationCampaignAnalytics) SetCampaignTags ¶
func (o *ApplicationCampaignAnalytics) SetCampaignTags(v []string)
SetCampaignTags gets a reference to the given []string and assigns it to the CampaignTags field.
func (*ApplicationCampaignAnalytics) SetCouponsCount ¶
func (o *ApplicationCampaignAnalytics) SetCouponsCount(v ApplicationCampaignAnalyticsCouponsCount)
SetCouponsCount gets a reference to the given ApplicationCampaignAnalyticsCouponsCount and assigns it to the CouponsCount field.
func (*ApplicationCampaignAnalytics) SetEndTime ¶
func (o *ApplicationCampaignAnalytics) SetEndTime(v time.Time)
SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.
func (*ApplicationCampaignAnalytics) SetSessionsCount ¶
func (o *ApplicationCampaignAnalytics) SetSessionsCount(v ApplicationCampaignAnalyticsSessionsCount)
SetSessionsCount gets a reference to the given ApplicationCampaignAnalyticsSessionsCount and assigns it to the SessionsCount field.
func (*ApplicationCampaignAnalytics) SetStartTime ¶
func (o *ApplicationCampaignAnalytics) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (*ApplicationCampaignAnalytics) SetTotalDiscounts ¶
func (o *ApplicationCampaignAnalytics) SetTotalDiscounts(v ApplicationCampaignAnalyticsTotalDiscounts)
SetTotalDiscounts gets a reference to the given ApplicationCampaignAnalyticsTotalDiscounts and assigns it to the TotalDiscounts field.
func (*ApplicationCampaignAnalytics) SetTotalRevenue ¶
func (o *ApplicationCampaignAnalytics) SetTotalRevenue(v ApplicationCampaignAnalyticsTotalRevenue)
SetTotalRevenue gets a reference to the given ApplicationCampaignAnalyticsTotalRevenue and assigns it to the TotalRevenue field.
type ApplicationCampaignAnalyticsAvgItemsPerSession ¶
type ApplicationCampaignAnalyticsAvgItemsPerSession struct {
Value *float32 `json:"value,omitempty"`
Uplift *float32 `json:"uplift,omitempty"`
Trend *float32 `json:"trend,omitempty"`
}
ApplicationCampaignAnalyticsAvgItemsPerSession The number of items from sessions divided by the number of sessions. The `influenced` value includes only sessions with at least one applied effect.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) GetTrend ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetTrend() float32
GetTrend returns the Trend field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) GetTrendOk ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetTrendOk() (float32, bool)
GetTrendOk returns a tuple with the Trend field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) GetUplift ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetUplift() float32
GetUplift returns the Uplift field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) GetUpliftOk ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetUpliftOk() (float32, bool)
GetUpliftOk returns a tuple with the Uplift field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) GetValue ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) GetValueOk ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) GetValueOk() (float32, bool)
GetValueOk returns a tuple with the Value field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) HasTrend ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) HasTrend() bool
HasTrend returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) HasUplift ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) HasUplift() bool
HasUplift returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) HasValue ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) SetTrend ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) SetTrend(v float32)
SetTrend gets a reference to the given float32 and assigns it to the Trend field.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) SetUplift ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) SetUplift(v float32)
SetUplift gets a reference to the given float32 and assigns it to the Uplift field.
func (*ApplicationCampaignAnalyticsAvgItemsPerSession) SetValue ¶
func (o *ApplicationCampaignAnalyticsAvgItemsPerSession) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type ApplicationCampaignAnalyticsAvgSessionValue ¶
type ApplicationCampaignAnalyticsAvgSessionValue struct {
Value *float32 `json:"value,omitempty"`
Uplift *float32 `json:"uplift,omitempty"`
Trend *float32 `json:"trend,omitempty"`
}
ApplicationCampaignAnalyticsAvgSessionValue The average customer session value, calculated by dividing the revenue value by the number of sessions. The `influenced` value includes only sessions with at least one applied effect.
func (*ApplicationCampaignAnalyticsAvgSessionValue) GetTrend ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetTrend() float32
GetTrend returns the Trend field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsAvgSessionValue) GetTrendOk ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetTrendOk() (float32, bool)
GetTrendOk returns a tuple with the Trend field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsAvgSessionValue) GetUplift ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetUplift() float32
GetUplift returns the Uplift field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsAvgSessionValue) GetUpliftOk ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetUpliftOk() (float32, bool)
GetUpliftOk returns a tuple with the Uplift field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsAvgSessionValue) GetValue ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsAvgSessionValue) GetValueOk ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) GetValueOk() (float32, bool)
GetValueOk returns a tuple with the Value field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsAvgSessionValue) HasTrend ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) HasTrend() bool
HasTrend returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsAvgSessionValue) HasUplift ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) HasUplift() bool
HasUplift returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsAvgSessionValue) HasValue ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsAvgSessionValue) SetTrend ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) SetTrend(v float32)
SetTrend gets a reference to the given float32 and assigns it to the Trend field.
func (*ApplicationCampaignAnalyticsAvgSessionValue) SetUplift ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) SetUplift(v float32)
SetUplift gets a reference to the given float32 and assigns it to the Uplift field.
func (*ApplicationCampaignAnalyticsAvgSessionValue) SetValue ¶
func (o *ApplicationCampaignAnalyticsAvgSessionValue) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type ApplicationCampaignAnalyticsCouponsCount ¶
type ApplicationCampaignAnalyticsCouponsCount struct {
Value *float32 `json:"value,omitempty"`
Trend *float32 `json:"trend,omitempty"`
}
ApplicationCampaignAnalyticsCouponsCount The number of times a coupon was successfully redeemed in influenced sessions.
func (*ApplicationCampaignAnalyticsCouponsCount) GetTrend ¶
func (o *ApplicationCampaignAnalyticsCouponsCount) GetTrend() float32
GetTrend returns the Trend field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsCouponsCount) GetTrendOk ¶
func (o *ApplicationCampaignAnalyticsCouponsCount) GetTrendOk() (float32, bool)
GetTrendOk returns a tuple with the Trend field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsCouponsCount) GetValue ¶
func (o *ApplicationCampaignAnalyticsCouponsCount) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsCouponsCount) GetValueOk ¶
func (o *ApplicationCampaignAnalyticsCouponsCount) GetValueOk() (float32, bool)
GetValueOk returns a tuple with the Value field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsCouponsCount) HasTrend ¶
func (o *ApplicationCampaignAnalyticsCouponsCount) HasTrend() bool
HasTrend returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsCouponsCount) HasValue ¶
func (o *ApplicationCampaignAnalyticsCouponsCount) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsCouponsCount) SetTrend ¶
func (o *ApplicationCampaignAnalyticsCouponsCount) SetTrend(v float32)
SetTrend gets a reference to the given float32 and assigns it to the Trend field.
func (*ApplicationCampaignAnalyticsCouponsCount) SetValue ¶
func (o *ApplicationCampaignAnalyticsCouponsCount) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type ApplicationCampaignAnalyticsSessionsCount ¶
type ApplicationCampaignAnalyticsSessionsCount struct {
Value *float32 `json:"value,omitempty"`
InfluenceRate *float32 `json:"influence_rate,omitempty"`
Trend *float32 `json:"trend,omitempty"`
}
ApplicationCampaignAnalyticsSessionsCount The number of all closed sessions. The `influenced` value includes only sessions with at least one applied effect.
func (*ApplicationCampaignAnalyticsSessionsCount) GetInfluenceRate ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) GetInfluenceRate() float32
GetInfluenceRate returns the InfluenceRate field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsSessionsCount) GetInfluenceRateOk ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) GetInfluenceRateOk() (float32, bool)
GetInfluenceRateOk returns a tuple with the InfluenceRate field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsSessionsCount) GetTrend ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) GetTrend() float32
GetTrend returns the Trend field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsSessionsCount) GetTrendOk ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) GetTrendOk() (float32, bool)
GetTrendOk returns a tuple with the Trend field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsSessionsCount) GetValue ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsSessionsCount) GetValueOk ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) GetValueOk() (float32, bool)
GetValueOk returns a tuple with the Value field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsSessionsCount) HasInfluenceRate ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) HasInfluenceRate() bool
HasInfluenceRate returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsSessionsCount) HasTrend ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) HasTrend() bool
HasTrend returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsSessionsCount) HasValue ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsSessionsCount) SetInfluenceRate ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) SetInfluenceRate(v float32)
SetInfluenceRate gets a reference to the given float32 and assigns it to the InfluenceRate field.
func (*ApplicationCampaignAnalyticsSessionsCount) SetTrend ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) SetTrend(v float32)
SetTrend gets a reference to the given float32 and assigns it to the Trend field.
func (*ApplicationCampaignAnalyticsSessionsCount) SetValue ¶
func (o *ApplicationCampaignAnalyticsSessionsCount) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type ApplicationCampaignAnalyticsTotalDiscounts ¶
type ApplicationCampaignAnalyticsTotalDiscounts struct {
Value *float32 `json:"value,omitempty"`
Trend *float32 `json:"trend,omitempty"`
}
ApplicationCampaignAnalyticsTotalDiscounts The total value of discounts given for cart items in influenced sessions.
func (*ApplicationCampaignAnalyticsTotalDiscounts) GetTrend ¶
func (o *ApplicationCampaignAnalyticsTotalDiscounts) GetTrend() float32
GetTrend returns the Trend field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsTotalDiscounts) GetTrendOk ¶
func (o *ApplicationCampaignAnalyticsTotalDiscounts) GetTrendOk() (float32, bool)
GetTrendOk returns a tuple with the Trend field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsTotalDiscounts) GetValue ¶
func (o *ApplicationCampaignAnalyticsTotalDiscounts) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsTotalDiscounts) GetValueOk ¶
func (o *ApplicationCampaignAnalyticsTotalDiscounts) GetValueOk() (float32, bool)
GetValueOk returns a tuple with the Value field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsTotalDiscounts) HasTrend ¶
func (o *ApplicationCampaignAnalyticsTotalDiscounts) HasTrend() bool
HasTrend returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsTotalDiscounts) HasValue ¶
func (o *ApplicationCampaignAnalyticsTotalDiscounts) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsTotalDiscounts) SetTrend ¶
func (o *ApplicationCampaignAnalyticsTotalDiscounts) SetTrend(v float32)
SetTrend gets a reference to the given float32 and assigns it to the Trend field.
func (*ApplicationCampaignAnalyticsTotalDiscounts) SetValue ¶
func (o *ApplicationCampaignAnalyticsTotalDiscounts) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type ApplicationCampaignAnalyticsTotalRevenue ¶
type ApplicationCampaignAnalyticsTotalRevenue struct {
Value *float32 `json:"value,omitempty"`
InfluenceRate *float32 `json:"influence_rate,omitempty"`
Trend *float32 `json:"trend,omitempty"`
}
ApplicationCampaignAnalyticsTotalRevenue The total, pre-discount value of all items purchased in a customer session.
func (*ApplicationCampaignAnalyticsTotalRevenue) GetInfluenceRate ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) GetInfluenceRate() float32
GetInfluenceRate returns the InfluenceRate field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsTotalRevenue) GetInfluenceRateOk ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) GetInfluenceRateOk() (float32, bool)
GetInfluenceRateOk returns a tuple with the InfluenceRate field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsTotalRevenue) GetTrend ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) GetTrend() float32
GetTrend returns the Trend field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsTotalRevenue) GetTrendOk ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) GetTrendOk() (float32, bool)
GetTrendOk returns a tuple with the Trend field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsTotalRevenue) GetValue ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) GetValue() float32
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationCampaignAnalyticsTotalRevenue) GetValueOk ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) GetValueOk() (float32, bool)
GetValueOk returns a tuple with the Value field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCampaignAnalyticsTotalRevenue) HasInfluenceRate ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) HasInfluenceRate() bool
HasInfluenceRate returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsTotalRevenue) HasTrend ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) HasTrend() bool
HasTrend returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsTotalRevenue) HasValue ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationCampaignAnalyticsTotalRevenue) SetInfluenceRate ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) SetInfluenceRate(v float32)
SetInfluenceRate gets a reference to the given float32 and assigns it to the InfluenceRate field.
func (*ApplicationCampaignAnalyticsTotalRevenue) SetTrend ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) SetTrend(v float32)
SetTrend gets a reference to the given float32 and assigns it to the Trend field.
func (*ApplicationCampaignAnalyticsTotalRevenue) SetValue ¶
func (o *ApplicationCampaignAnalyticsTotalRevenue) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
type ApplicationCampaignStats ¶
type ApplicationCampaignStats struct {
// Number of draft campaigns.
Draft int32 `json:"draft"`
// Number of disabled campaigns.
Disabled int32 `json:"disabled"`
// Number of scheduled campaigns.
Scheduled int32 `json:"scheduled"`
// Number of running campaigns.
Running int32 `json:"running"`
// Number of expired campaigns.
Expired int32 `json:"expired"`
// Number of archived campaigns.
Archived int32 `json:"archived"`
}
ApplicationCampaignStats Provides statistics regarding an application's campaigns.
func (*ApplicationCampaignStats) GetArchived ¶
func (o *ApplicationCampaignStats) GetArchived() int32
GetArchived returns the Archived field value
func (*ApplicationCampaignStats) GetDisabled ¶
func (o *ApplicationCampaignStats) GetDisabled() int32
GetDisabled returns the Disabled field value
func (*ApplicationCampaignStats) GetDraft ¶
func (o *ApplicationCampaignStats) GetDraft() int32
GetDraft returns the Draft field value
func (*ApplicationCampaignStats) GetExpired ¶
func (o *ApplicationCampaignStats) GetExpired() int32
GetExpired returns the Expired field value
func (*ApplicationCampaignStats) GetRunning ¶
func (o *ApplicationCampaignStats) GetRunning() int32
GetRunning returns the Running field value
func (*ApplicationCampaignStats) GetScheduled ¶
func (o *ApplicationCampaignStats) GetScheduled() int32
GetScheduled returns the Scheduled field value
func (*ApplicationCampaignStats) SetArchived ¶
func (o *ApplicationCampaignStats) SetArchived(v int32)
SetArchived sets field value
func (*ApplicationCampaignStats) SetDisabled ¶
func (o *ApplicationCampaignStats) SetDisabled(v int32)
SetDisabled sets field value
func (*ApplicationCampaignStats) SetDraft ¶
func (o *ApplicationCampaignStats) SetDraft(v int32)
SetDraft sets field value
func (*ApplicationCampaignStats) SetExpired ¶
func (o *ApplicationCampaignStats) SetExpired(v int32)
SetExpired sets field value
func (*ApplicationCampaignStats) SetRunning ¶
func (o *ApplicationCampaignStats) SetRunning(v int32)
SetRunning sets field value
func (*ApplicationCampaignStats) SetScheduled ¶
func (o *ApplicationCampaignStats) SetScheduled(v int32)
SetScheduled sets field value
type ApplicationCustomer ¶
type ApplicationCustomer struct {
// Internal ID of this entity. Internal ID of this entity.
Id int32 `json:"id"`
// The time this entity was created. The time this entity was created. The time this entity was created. The time this entity was created.
Created time.Time `json:"created"`
// The integration ID set by your integration layer. The integration ID set by your integration layer.
IntegrationId string `json:"integrationId"`
// Arbitrary properties associated with this item.
Attributes map[string]interface{} `json:"attributes"`
// The ID of the Talon.One account that owns this profile. The ID of the Talon.One account that owns this profile.
AccountId int32 `json:"accountId"`
// The total amount of closed sessions by a customer. A closed session is a successful purchase.
ClosedSessions int32 `json:"closedSessions"`
// The total amount of money spent by the customer **before** discounts are applied. The total sales amount excludes the following: - Cancelled or reopened sessions. - Returned items.
TotalSales float32 `json:"totalSales"`
// **DEPRECATED** A list of loyalty programs joined by the customer.
LoyaltyMemberships *[]LoyaltyMembership `json:"loyaltyMemberships,omitempty"`
// The audiences the customer belongs to.
AudienceMemberships *[]AudienceMembership `json:"audienceMemberships,omitempty"`
// Timestamp of the most recent event received from this customer. This field is updated on calls that trigger the Rule Engine and that are not [dry requests](https://docs.talon.one/docs/dev/integration-api/dry-requests/#overlay). For example, [reserving a coupon](https://docs.talon.one/integration-api#operation/createCouponReservation) for a customer doesn't impact this field.
LastActivity time.Time `json:"lastActivity"`
// An indicator of whether the customer is part of a sandbox or live Application. See the [docs](https://docs.talon.one/docs/product/applications/overview#application-environments).
Sandbox *bool `json:"sandbox,omitempty"`
// The Integration ID of the Customer Profile that referred this Customer in the Application.
AdvocateIntegrationId *string `json:"advocateIntegrationId,omitempty"`
}
ApplicationCustomer
func (*ApplicationCustomer) GetAccountId ¶
func (o *ApplicationCustomer) GetAccountId() int32
GetAccountId returns the AccountId field value
func (*ApplicationCustomer) GetAdvocateIntegrationId ¶
func (o *ApplicationCustomer) GetAdvocateIntegrationId() string
GetAdvocateIntegrationId returns the AdvocateIntegrationId field value if set, zero value otherwise.
func (*ApplicationCustomer) GetAdvocateIntegrationIdOk ¶
func (o *ApplicationCustomer) GetAdvocateIntegrationIdOk() (string, bool)
GetAdvocateIntegrationIdOk returns a tuple with the AdvocateIntegrationId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCustomer) GetAttributes ¶
func (o *ApplicationCustomer) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value
func (*ApplicationCustomer) GetAudienceMemberships ¶
func (o *ApplicationCustomer) GetAudienceMemberships() []AudienceMembership
GetAudienceMemberships returns the AudienceMemberships field value if set, zero value otherwise.
func (*ApplicationCustomer) GetAudienceMembershipsOk ¶
func (o *ApplicationCustomer) GetAudienceMembershipsOk() ([]AudienceMembership, bool)
GetAudienceMembershipsOk returns a tuple with the AudienceMemberships field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCustomer) GetClosedSessions ¶
func (o *ApplicationCustomer) GetClosedSessions() int32
GetClosedSessions returns the ClosedSessions field value
func (*ApplicationCustomer) GetCreated ¶
func (o *ApplicationCustomer) GetCreated() time.Time
GetCreated returns the Created field value
func (*ApplicationCustomer) GetId ¶
func (o *ApplicationCustomer) GetId() int32
GetId returns the Id field value
func (*ApplicationCustomer) GetIntegrationId ¶
func (o *ApplicationCustomer) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field value
func (*ApplicationCustomer) GetLastActivity ¶
func (o *ApplicationCustomer) GetLastActivity() time.Time
GetLastActivity returns the LastActivity field value
func (*ApplicationCustomer) GetLoyaltyMemberships ¶
func (o *ApplicationCustomer) GetLoyaltyMemberships() []LoyaltyMembership
GetLoyaltyMemberships returns the LoyaltyMemberships field value if set, zero value otherwise.
func (*ApplicationCustomer) GetLoyaltyMembershipsOk ¶
func (o *ApplicationCustomer) GetLoyaltyMembershipsOk() ([]LoyaltyMembership, bool)
GetLoyaltyMembershipsOk returns a tuple with the LoyaltyMemberships field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCustomer) GetSandbox ¶
func (o *ApplicationCustomer) GetSandbox() bool
GetSandbox returns the Sandbox field value if set, zero value otherwise.
func (*ApplicationCustomer) GetSandboxOk ¶
func (o *ApplicationCustomer) GetSandboxOk() (bool, bool)
GetSandboxOk returns a tuple with the Sandbox field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCustomer) GetTotalSales ¶
func (o *ApplicationCustomer) GetTotalSales() float32
GetTotalSales returns the TotalSales field value
func (*ApplicationCustomer) HasAdvocateIntegrationId ¶
func (o *ApplicationCustomer) HasAdvocateIntegrationId() bool
HasAdvocateIntegrationId returns a boolean if a field has been set.
func (*ApplicationCustomer) HasAudienceMemberships ¶
func (o *ApplicationCustomer) HasAudienceMemberships() bool
HasAudienceMemberships returns a boolean if a field has been set.
func (*ApplicationCustomer) HasLoyaltyMemberships ¶
func (o *ApplicationCustomer) HasLoyaltyMemberships() bool
HasLoyaltyMemberships returns a boolean if a field has been set.
func (*ApplicationCustomer) HasSandbox ¶
func (o *ApplicationCustomer) HasSandbox() bool
HasSandbox returns a boolean if a field has been set.
func (*ApplicationCustomer) SetAccountId ¶
func (o *ApplicationCustomer) SetAccountId(v int32)
SetAccountId sets field value
func (*ApplicationCustomer) SetAdvocateIntegrationId ¶
func (o *ApplicationCustomer) SetAdvocateIntegrationId(v string)
SetAdvocateIntegrationId gets a reference to the given string and assigns it to the AdvocateIntegrationId field.
func (*ApplicationCustomer) SetAttributes ¶
func (o *ApplicationCustomer) SetAttributes(v map[string]interface{})
SetAttributes sets field value
func (*ApplicationCustomer) SetAudienceMemberships ¶
func (o *ApplicationCustomer) SetAudienceMemberships(v []AudienceMembership)
SetAudienceMemberships gets a reference to the given []AudienceMembership and assigns it to the AudienceMemberships field.
func (*ApplicationCustomer) SetClosedSessions ¶
func (o *ApplicationCustomer) SetClosedSessions(v int32)
SetClosedSessions sets field value
func (*ApplicationCustomer) SetCreated ¶
func (o *ApplicationCustomer) SetCreated(v time.Time)
SetCreated sets field value
func (*ApplicationCustomer) SetId ¶
func (o *ApplicationCustomer) SetId(v int32)
SetId sets field value
func (*ApplicationCustomer) SetIntegrationId ¶
func (o *ApplicationCustomer) SetIntegrationId(v string)
SetIntegrationId sets field value
func (*ApplicationCustomer) SetLastActivity ¶
func (o *ApplicationCustomer) SetLastActivity(v time.Time)
SetLastActivity sets field value
func (*ApplicationCustomer) SetLoyaltyMemberships ¶
func (o *ApplicationCustomer) SetLoyaltyMemberships(v []LoyaltyMembership)
SetLoyaltyMemberships gets a reference to the given []LoyaltyMembership and assigns it to the LoyaltyMemberships field.
func (*ApplicationCustomer) SetSandbox ¶
func (o *ApplicationCustomer) SetSandbox(v bool)
SetSandbox gets a reference to the given bool and assigns it to the Sandbox field.
func (*ApplicationCustomer) SetTotalSales ¶
func (o *ApplicationCustomer) SetTotalSales(v float32)
SetTotalSales sets field value
type ApplicationCustomerEntity ¶
type ApplicationCustomerEntity struct {
// The globally unique Talon.One ID of the customer that created this entity.
ProfileId *int32 `json:"profileId,omitempty"`
}
ApplicationCustomerEntity struct for ApplicationCustomerEntity
func (*ApplicationCustomerEntity) GetProfileId ¶
func (o *ApplicationCustomerEntity) GetProfileId() int32
GetProfileId returns the ProfileId field value if set, zero value otherwise.
func (*ApplicationCustomerEntity) GetProfileIdOk ¶
func (o *ApplicationCustomerEntity) GetProfileIdOk() (int32, bool)
GetProfileIdOk returns a tuple with the ProfileId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationCustomerEntity) HasProfileId ¶
func (o *ApplicationCustomerEntity) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (*ApplicationCustomerEntity) SetProfileId ¶
func (o *ApplicationCustomerEntity) SetProfileId(v int32)
SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.
type ApplicationEntity ¶
type ApplicationEntity struct {
// The ID of the application that owns this entity.
ApplicationId int32 `json:"applicationId"`
}
ApplicationEntity struct for ApplicationEntity
func (*ApplicationEntity) GetApplicationId ¶
func (o *ApplicationEntity) GetApplicationId() int32
GetApplicationId returns the ApplicationId field value
func (*ApplicationEntity) SetApplicationId ¶
func (o *ApplicationEntity) SetApplicationId(v int32)
SetApplicationId sets field value
type ApplicationEvent ¶
type ApplicationEvent struct {
// Internal ID of this entity.
Id int32 `json:"id"`
// The time this entity was created.
Created time.Time `json:"created"`
// The ID of the application that owns this entity.
ApplicationId int32 `json:"applicationId"`
// The globally unique Talon.One ID of the customer that created this entity.
ProfileId *int32 `json:"profileId,omitempty"`
// The ID of the store.
StoreId *int32 `json:"storeId,omitempty"`
// The integration ID of the store. You choose this ID when you create a store.
StoreIntegrationId *string `json:"storeIntegrationId,omitempty"`
// The globally unique Talon.One ID of the session that contains this event.
SessionId *int32 `json:"sessionId,omitempty"`
// A string representing the event. Must not be a reserved event name.
Type string `json:"type"`
// Additional JSON serialized data associated with the event.
Attributes map[string]interface{} `json:"attributes"`
// An array containing the effects that were applied as a result of this event.
Effects []Effect `json:"effects"`
// An array containing the rule failure reasons which happened during this event.
RuleFailureReasons *[]RuleFailureReason `json:"ruleFailureReasons,omitempty"`
}
ApplicationEvent
func (*ApplicationEvent) GetApplicationId ¶
func (o *ApplicationEvent) GetApplicationId() int32
GetApplicationId returns the ApplicationId field value
func (*ApplicationEvent) GetAttributes ¶
func (o *ApplicationEvent) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value
func (*ApplicationEvent) GetCreated ¶
func (o *ApplicationEvent) GetCreated() time.Time
GetCreated returns the Created field value
func (*ApplicationEvent) GetEffects ¶
func (o *ApplicationEvent) GetEffects() []Effect
GetEffects returns the Effects field value
func (*ApplicationEvent) GetId ¶
func (o *ApplicationEvent) GetId() int32
GetId returns the Id field value
func (*ApplicationEvent) GetProfileId ¶
func (o *ApplicationEvent) GetProfileId() int32
GetProfileId returns the ProfileId field value if set, zero value otherwise.
func (*ApplicationEvent) GetProfileIdOk ¶
func (o *ApplicationEvent) GetProfileIdOk() (int32, bool)
GetProfileIdOk returns a tuple with the ProfileId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationEvent) GetRuleFailureReasons ¶
func (o *ApplicationEvent) GetRuleFailureReasons() []RuleFailureReason
GetRuleFailureReasons returns the RuleFailureReasons field value if set, zero value otherwise.
func (*ApplicationEvent) GetRuleFailureReasonsOk ¶
func (o *ApplicationEvent) GetRuleFailureReasonsOk() ([]RuleFailureReason, bool)
GetRuleFailureReasonsOk returns a tuple with the RuleFailureReasons field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationEvent) GetSessionId ¶
func (o *ApplicationEvent) GetSessionId() int32
GetSessionId returns the SessionId field value if set, zero value otherwise.
func (*ApplicationEvent) GetSessionIdOk ¶
func (o *ApplicationEvent) GetSessionIdOk() (int32, bool)
GetSessionIdOk returns a tuple with the SessionId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationEvent) GetStoreId ¶
func (o *ApplicationEvent) GetStoreId() int32
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*ApplicationEvent) GetStoreIdOk ¶
func (o *ApplicationEvent) GetStoreIdOk() (int32, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationEvent) GetStoreIntegrationId ¶
func (o *ApplicationEvent) GetStoreIntegrationId() string
GetStoreIntegrationId returns the StoreIntegrationId field value if set, zero value otherwise.
func (*ApplicationEvent) GetStoreIntegrationIdOk ¶
func (o *ApplicationEvent) GetStoreIntegrationIdOk() (string, bool)
GetStoreIntegrationIdOk returns a tuple with the StoreIntegrationId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationEvent) GetType ¶
func (o *ApplicationEvent) GetType() string
GetType returns the Type field value
func (*ApplicationEvent) HasProfileId ¶
func (o *ApplicationEvent) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (*ApplicationEvent) HasRuleFailureReasons ¶
func (o *ApplicationEvent) HasRuleFailureReasons() bool
HasRuleFailureReasons returns a boolean if a field has been set.
func (*ApplicationEvent) HasSessionId ¶
func (o *ApplicationEvent) HasSessionId() bool
HasSessionId returns a boolean if a field has been set.
func (*ApplicationEvent) HasStoreId ¶
func (o *ApplicationEvent) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (*ApplicationEvent) HasStoreIntegrationId ¶
func (o *ApplicationEvent) HasStoreIntegrationId() bool
HasStoreIntegrationId returns a boolean if a field has been set.
func (*ApplicationEvent) SetApplicationId ¶
func (o *ApplicationEvent) SetApplicationId(v int32)
SetApplicationId sets field value
func (*ApplicationEvent) SetAttributes ¶
func (o *ApplicationEvent) SetAttributes(v map[string]interface{})
SetAttributes sets field value
func (*ApplicationEvent) SetCreated ¶
func (o *ApplicationEvent) SetCreated(v time.Time)
SetCreated sets field value
func (*ApplicationEvent) SetEffects ¶
func (o *ApplicationEvent) SetEffects(v []Effect)
SetEffects sets field value
func (*ApplicationEvent) SetProfileId ¶
func (o *ApplicationEvent) SetProfileId(v int32)
SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.
func (*ApplicationEvent) SetRuleFailureReasons ¶
func (o *ApplicationEvent) SetRuleFailureReasons(v []RuleFailureReason)
SetRuleFailureReasons gets a reference to the given []RuleFailureReason and assigns it to the RuleFailureReasons field.
func (*ApplicationEvent) SetSessionId ¶
func (o *ApplicationEvent) SetSessionId(v int32)
SetSessionId gets a reference to the given int32 and assigns it to the SessionId field.
func (*ApplicationEvent) SetStoreId ¶
func (o *ApplicationEvent) SetStoreId(v int32)
SetStoreId gets a reference to the given int32 and assigns it to the StoreId field.
func (*ApplicationEvent) SetStoreIntegrationId ¶
func (o *ApplicationEvent) SetStoreIntegrationId(v string)
SetStoreIntegrationId gets a reference to the given string and assigns it to the StoreIntegrationId field.
func (*ApplicationEvent) SetType ¶
func (o *ApplicationEvent) SetType(v string)
SetType sets field value
type ApplicationNotification ¶
type ApplicationNotification struct {
// Event type. It can be one of the following: ['campaign_evaluation_tree_changed']
Event string `json:"event"`
}
ApplicationNotification struct for ApplicationNotification
func (*ApplicationNotification) GetEvent ¶
func (o *ApplicationNotification) GetEvent() string
GetEvent returns the Event field value
func (*ApplicationNotification) SetEvent ¶
func (o *ApplicationNotification) SetEvent(v string)
SetEvent sets field value
type ApplicationReferee ¶
type ApplicationReferee struct {
// The ID of the application that owns this entity.
ApplicationId int32 `json:"applicationId"`
// Integration ID of the session in which the customer redeemed the referral.
SessionId string `json:"sessionId"`
// Integration ID of the Advocate's Profile.
AdvocateIntegrationId string `json:"advocateIntegrationId"`
// Integration ID of the Friend's Profile.
FriendIntegrationId string `json:"friendIntegrationId"`
// Advocate's referral code.
Code string `json:"code"`
// Timestamp of the moment the customer redeemed the referral.
Created time.Time `json:"created"`
}
ApplicationReferee
func (*ApplicationReferee) GetAdvocateIntegrationId ¶
func (o *ApplicationReferee) GetAdvocateIntegrationId() string
GetAdvocateIntegrationId returns the AdvocateIntegrationId field value
func (*ApplicationReferee) GetApplicationId ¶
func (o *ApplicationReferee) GetApplicationId() int32
GetApplicationId returns the ApplicationId field value
func (*ApplicationReferee) GetCode ¶
func (o *ApplicationReferee) GetCode() string
GetCode returns the Code field value
func (*ApplicationReferee) GetCreated ¶
func (o *ApplicationReferee) GetCreated() time.Time
GetCreated returns the Created field value
func (*ApplicationReferee) GetFriendIntegrationId ¶
func (o *ApplicationReferee) GetFriendIntegrationId() string
GetFriendIntegrationId returns the FriendIntegrationId field value
func (*ApplicationReferee) GetSessionId ¶
func (o *ApplicationReferee) GetSessionId() string
GetSessionId returns the SessionId field value
func (*ApplicationReferee) SetAdvocateIntegrationId ¶
func (o *ApplicationReferee) SetAdvocateIntegrationId(v string)
SetAdvocateIntegrationId sets field value
func (*ApplicationReferee) SetApplicationId ¶
func (o *ApplicationReferee) SetApplicationId(v int32)
SetApplicationId sets field value
func (*ApplicationReferee) SetCode ¶
func (o *ApplicationReferee) SetCode(v string)
SetCode sets field value
func (*ApplicationReferee) SetCreated ¶
func (o *ApplicationReferee) SetCreated(v time.Time)
SetCreated sets field value
func (*ApplicationReferee) SetFriendIntegrationId ¶
func (o *ApplicationReferee) SetFriendIntegrationId(v string)
SetFriendIntegrationId sets field value
func (*ApplicationReferee) SetSessionId ¶
func (o *ApplicationReferee) SetSessionId(v string)
SetSessionId sets field value
type ApplicationSession ¶
type ApplicationSession struct {
// Internal ID of this entity.
Id int32 `json:"id"`
// The time this entity was created. The time this entity was created.
Created time.Time `json:"created"`
// The integration ID set by your integration layer.
IntegrationId string `json:"integrationId"`
// The integration ID of the store. You choose this ID when you create a store.
StoreIntegrationId *string `json:"storeIntegrationId,omitempty"`
// The ID of the application that owns this entity.
ApplicationId int32 `json:"applicationId"`
// The globally unique Talon.One ID of the customer that created this entity.
ProfileId *int32 `json:"profileId,omitempty"`
// Integration ID of the customer for the session.
Profileintegrationid *string `json:"profileintegrationid,omitempty"`
// Any coupon code entered.
Coupon string `json:"coupon"`
// Any referral code entered.
Referral string `json:"referral"`
// Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` → `closed` 2. `open` → `cancelled` 3. `closed` → `cancelled` or `partially_returned` 4. `partially_returned` → `cancelled` For more information, see [Customer session states](https://docs.talon.one/docs/dev/concepts/entities/customer-sessions).
State string `json:"state"`
// Serialized JSON representation.
CartItems []CartItem `json:"cartItems"`
// **API V1 only.** A map of labeled discount values, in the same currency as the session. If you are using the V2 endpoints, refer to the `totalDiscounts` property instead.
Discounts map[string]float32 `json:"discounts"`
// The total sum of the discounts applied to this session.
TotalDiscounts float32 `json:"totalDiscounts"`
// The total sum of the session before any discounts applied.
Total float32 `json:"total"`
// Arbitrary properties associated with this item.
Attributes *map[string]interface{} `json:"attributes,omitempty"`
}
ApplicationSession
func (*ApplicationSession) GetApplicationId ¶
func (o *ApplicationSession) GetApplicationId() int32
GetApplicationId returns the ApplicationId field value
func (*ApplicationSession) GetAttributes ¶
func (o *ApplicationSession) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ApplicationSession) GetAttributesOk ¶
func (o *ApplicationSession) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationSession) GetCartItems ¶
func (o *ApplicationSession) GetCartItems() []CartItem
GetCartItems returns the CartItems field value
func (*ApplicationSession) GetCoupon ¶
func (o *ApplicationSession) GetCoupon() string
GetCoupon returns the Coupon field value
func (*ApplicationSession) GetCreated ¶
func (o *ApplicationSession) GetCreated() time.Time
GetCreated returns the Created field value
func (*ApplicationSession) GetDiscounts ¶
func (o *ApplicationSession) GetDiscounts() map[string]float32
GetDiscounts returns the Discounts field value
func (*ApplicationSession) GetId ¶
func (o *ApplicationSession) GetId() int32
GetId returns the Id field value
func (*ApplicationSession) GetIntegrationId ¶
func (o *ApplicationSession) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field value
func (*ApplicationSession) GetProfileId ¶
func (o *ApplicationSession) GetProfileId() int32
GetProfileId returns the ProfileId field value if set, zero value otherwise.
func (*ApplicationSession) GetProfileIdOk ¶
func (o *ApplicationSession) GetProfileIdOk() (int32, bool)
GetProfileIdOk returns a tuple with the ProfileId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationSession) GetProfileintegrationid ¶
func (o *ApplicationSession) GetProfileintegrationid() string
GetProfileintegrationid returns the Profileintegrationid field value if set, zero value otherwise.
func (*ApplicationSession) GetProfileintegrationidOk ¶
func (o *ApplicationSession) GetProfileintegrationidOk() (string, bool)
GetProfileintegrationidOk returns a tuple with the Profileintegrationid field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationSession) GetReferral ¶
func (o *ApplicationSession) GetReferral() string
GetReferral returns the Referral field value
func (*ApplicationSession) GetState ¶
func (o *ApplicationSession) GetState() string
GetState returns the State field value
func (*ApplicationSession) GetStoreIntegrationId ¶
func (o *ApplicationSession) GetStoreIntegrationId() string
GetStoreIntegrationId returns the StoreIntegrationId field value if set, zero value otherwise.
func (*ApplicationSession) GetStoreIntegrationIdOk ¶
func (o *ApplicationSession) GetStoreIntegrationIdOk() (string, bool)
GetStoreIntegrationIdOk returns a tuple with the StoreIntegrationId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationSession) GetTotal ¶
func (o *ApplicationSession) GetTotal() float32
GetTotal returns the Total field value
func (*ApplicationSession) GetTotalDiscounts ¶
func (o *ApplicationSession) GetTotalDiscounts() float32
GetTotalDiscounts returns the TotalDiscounts field value
func (*ApplicationSession) HasAttributes ¶
func (o *ApplicationSession) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ApplicationSession) HasProfileId ¶
func (o *ApplicationSession) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (*ApplicationSession) HasProfileintegrationid ¶
func (o *ApplicationSession) HasProfileintegrationid() bool
HasProfileintegrationid returns a boolean if a field has been set.
func (*ApplicationSession) HasStoreIntegrationId ¶
func (o *ApplicationSession) HasStoreIntegrationId() bool
HasStoreIntegrationId returns a boolean if a field has been set.
func (*ApplicationSession) SetApplicationId ¶
func (o *ApplicationSession) SetApplicationId(v int32)
SetApplicationId sets field value
func (*ApplicationSession) SetAttributes ¶
func (o *ApplicationSession) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ApplicationSession) SetCartItems ¶
func (o *ApplicationSession) SetCartItems(v []CartItem)
SetCartItems sets field value
func (*ApplicationSession) SetCoupon ¶
func (o *ApplicationSession) SetCoupon(v string)
SetCoupon sets field value
func (*ApplicationSession) SetCreated ¶
func (o *ApplicationSession) SetCreated(v time.Time)
SetCreated sets field value
func (*ApplicationSession) SetDiscounts ¶
func (o *ApplicationSession) SetDiscounts(v map[string]float32)
SetDiscounts sets field value
func (*ApplicationSession) SetId ¶
func (o *ApplicationSession) SetId(v int32)
SetId sets field value
func (*ApplicationSession) SetIntegrationId ¶
func (o *ApplicationSession) SetIntegrationId(v string)
SetIntegrationId sets field value
func (*ApplicationSession) SetProfileId ¶
func (o *ApplicationSession) SetProfileId(v int32)
SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.
func (*ApplicationSession) SetProfileintegrationid ¶
func (o *ApplicationSession) SetProfileintegrationid(v string)
SetProfileintegrationid gets a reference to the given string and assigns it to the Profileintegrationid field.
func (*ApplicationSession) SetReferral ¶
func (o *ApplicationSession) SetReferral(v string)
SetReferral sets field value
func (*ApplicationSession) SetState ¶
func (o *ApplicationSession) SetState(v string)
SetState sets field value
func (*ApplicationSession) SetStoreIntegrationId ¶
func (o *ApplicationSession) SetStoreIntegrationId(v string)
SetStoreIntegrationId gets a reference to the given string and assigns it to the StoreIntegrationId field.
func (*ApplicationSession) SetTotal ¶
func (o *ApplicationSession) SetTotal(v float32)
SetTotal sets field value
func (*ApplicationSession) SetTotalDiscounts ¶
func (o *ApplicationSession) SetTotalDiscounts(v float32)
SetTotalDiscounts sets field value
type ApplicationSessionEntity ¶
type ApplicationSessionEntity struct {
// The globally unique Talon.One ID of the session where this entity was created.
SessionId int32 `json:"sessionId"`
}
ApplicationSessionEntity struct for ApplicationSessionEntity
func (*ApplicationSessionEntity) GetSessionId ¶
func (o *ApplicationSessionEntity) GetSessionId() int32
GetSessionId returns the SessionId field value
func (*ApplicationSessionEntity) SetSessionId ¶
func (o *ApplicationSessionEntity) SetSessionId(v int32)
SetSessionId sets field value
type ApplicationStoreEntity ¶
type ApplicationStoreEntity struct {
// The ID of the store.
StoreId *int32 `json:"storeId,omitempty"`
}
ApplicationStoreEntity struct for ApplicationStoreEntity
func (*ApplicationStoreEntity) GetStoreId ¶
func (o *ApplicationStoreEntity) GetStoreId() int32
GetStoreId returns the StoreId field value if set, zero value otherwise.
func (*ApplicationStoreEntity) GetStoreIdOk ¶
func (o *ApplicationStoreEntity) GetStoreIdOk() (int32, bool)
GetStoreIdOk returns a tuple with the StoreId field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*ApplicationStoreEntity) HasStoreId ¶
func (o *ApplicationStoreEntity) HasStoreId() bool
HasStoreId returns a boolean if a field has been set.
func (*ApplicationStoreEntity) SetStoreId ¶
func (o *ApplicationStoreEntity) SetStoreId(v int32)
SetStoreId gets a reference to the given int32 and assigns it to the StoreId field.
type AsyncCouponCreationResponse ¶
type AsyncCouponCreationResponse struct {
// The batch ID that all coupons created by the request will have.
BatchId string `json:"batchId"`
}
AsyncCouponCreationResponse struct for AsyncCouponCreationResponse
func (*AsyncCouponCreationResponse) GetBatchId ¶
func (o *AsyncCouponCreationResponse) GetBatchId() string
GetBatchId returns the BatchId field value
func (*AsyncCouponCreationResponse) SetBatchId ¶
func (o *AsyncCouponCreationResponse) SetBatchId(v string)
SetBatchId sets field value
type Attribute ¶
type Attribute struct {
// Internal ID of this entity.
Id int32 `json:"id"`
// The time this entity was created.
Created time.Time `json:"created"`
// The ID of the account that owns this entity.
AccountId int32 `json:"accountId"`
// The name of the entity that can have this attribute. When creating or updating the entities of a given type, you can include an `attributes` object with keys corresponding to the `name` of the custom attributes for that type.
Entity string `json:"entity"`
EventType *string `json:"eventType,omitempty"`
// The attribute name that will be used in API requests and Talang. E.g. if `name == \"region\"` then you would set the region attribute by including an `attributes.region` property in your request payload.
Name string `json:"name"`
// The human-readable name for the attribute that will be shown in the Campaign Manager. Like `name`, the combination of entity and title must also be unique.
Title string `json:"title"`
// The data type of the attribute, a `time` attribute must be sent as a string that conforms to the [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) timestamp format.
Type string `json:"type"`
// A description of this attribute.
Description string `json:"description"`
// A list of suggestions for the attribute.
Suggestions []string `json:"suggestions"`
// Whether or not this attribute has an allowed list of values associated with it.
HasAllowedList *bool `json:"hasAllowedList,omitempty"`
// Whether or not this attribute's value is restricted by suggestions (`suggestions` property) or by an allowed list of value (`hasAllowedList` property).
RestrictedBySuggestions *bool `json:"restrictedBySuggestions,omitempty"`
// Whether or not this attribute can be edited.
Editable bool `json:"editable"`
// A list of the IDs of the applications where this attribute is available.
SubscribedApplicationsIds *[]int32 `json:"subscribedApplicationsIds,omitempty"`
// A list of the IDs of the catalogs where this attribute is available.
SubscribedCatalogsIds *[]int32 `json:"subscribedCatalogsIds,omitempty"`
// A list of allowed subscription types for this attribute. **Note:** This only applies to attributes associated with the `CartItem` entity.
AllowedSubscriptions *[]string `json:"allowedSubscriptions,omitempty"`
EventTypeId *int32 `json:"eventTypeId,omitempty"`
}
Attribute
func (*Attribute) GetAccountId ¶
GetAccountId returns the AccountId field value
func (*Attribute) GetAllowedSubscriptions ¶
GetAllowedSubscriptions returns the AllowedSubscriptions field value if set, zero value otherwise.
func (*Attribute) GetAllowedSubscriptionsOk ¶
GetAllowedSubscriptionsOk returns a tuple with the AllowedSubscriptions field value if set, zero value otherwise and a boolean to check if the value has been set.
func (*Attribute) GetCreated ¶
GetCreated returns the Created field value
func (*Attribute) GetDescription ¶
GetDescription returns the Description field value
func (*Attribute) GetEditable ¶
GetEditable returns the Editable field value
func (*Attribute) GetEventType ¶
GetEventType returns the EventType field value if set, zero value otherwise.
func (*Attribute) GetEventTypeId ¶
GetEventTypeId returns the EventTypeId field value if set, zero value otherwise.