Documentation ¶
Index ¶
- type AchievementPlatformService
- func (aaa *AchievementPlatformService) GetAuthSession() auth.Session
- func (aaa *AchievementPlatformService) GetXblUserAchievements(input *achievement_platform.GetXblUserAchievementsParams) (*platformclientmodels.ADTOObjectForQueryingXboxUserAchievements, error)deprecated
- func (aaa *AchievementPlatformService) GetXblUserAchievementsShort(input *achievement_platform.GetXblUserAchievementsParams) (*platformclientmodels.ADTOObjectForQueryingXboxUserAchievements, error)
- func (aaa *AchievementPlatformService) UnlockSteamUserAchievement(input *achievement_platform.UnlockSteamUserAchievementParams) errordeprecated
- func (aaa *AchievementPlatformService) UnlockSteamUserAchievementShort(input *achievement_platform.UnlockSteamUserAchievementParams) error
- func (aaa *AchievementPlatformService) UpdateXblUserAchievement(input *achievement_platform.UpdateXblUserAchievementParams) errordeprecated
- func (aaa *AchievementPlatformService) UpdateXblUserAchievementShort(input *achievement_platform.UpdateXblUserAchievementParams) error
- type AnonymizationService
- func (aaa *AnonymizationService) AnonymizeCampaign(input *anonymization.AnonymizeCampaignParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeCampaignShort(input *anonymization.AnonymizeCampaignParams) error
- func (aaa *AnonymizationService) AnonymizeEntitlement(input *anonymization.AnonymizeEntitlementParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeEntitlementShort(input *anonymization.AnonymizeEntitlementParams) error
- func (aaa *AnonymizationService) AnonymizeFulfillment(input *anonymization.AnonymizeFulfillmentParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeFulfillmentShort(input *anonymization.AnonymizeFulfillmentParams) error
- func (aaa *AnonymizationService) AnonymizeIntegration(input *anonymization.AnonymizeIntegrationParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeIntegrationShort(input *anonymization.AnonymizeIntegrationParams) error
- func (aaa *AnonymizationService) AnonymizeOrder(input *anonymization.AnonymizeOrderParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeOrderShort(input *anonymization.AnonymizeOrderParams) error
- func (aaa *AnonymizationService) AnonymizePayment(input *anonymization.AnonymizePaymentParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizePaymentShort(input *anonymization.AnonymizePaymentParams) error
- func (aaa *AnonymizationService) AnonymizeSubscription(input *anonymization.AnonymizeSubscriptionParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeSubscriptionShort(input *anonymization.AnonymizeSubscriptionParams) error
- func (aaa *AnonymizationService) AnonymizeWallet(input *anonymization.AnonymizeWalletParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeWalletShort(input *anonymization.AnonymizeWalletParams) error
- func (aaa *AnonymizationService) GetAuthSession() auth.Session
- type CampaignService
- func (aaa *CampaignService) ApplyUserRedemption(input *campaign.ApplyUserRedemptionParams) (*platformclientmodels.RedeemResult, error)deprecated
- func (aaa *CampaignService) ApplyUserRedemptionShort(input *campaign.ApplyUserRedemptionParams) (*platformclientmodels.RedeemResult, error)
- func (aaa *CampaignService) BulkDisableCodes(input *campaign.BulkDisableCodesParams) (*platformclientmodels.BulkOperationResult, error)deprecated
- func (aaa *CampaignService) BulkDisableCodesShort(input *campaign.BulkDisableCodesParams) (*platformclientmodels.BulkOperationResult, error)
- func (aaa *CampaignService) BulkEnableCodes(input *campaign.BulkEnableCodesParams) (*platformclientmodels.BulkOperationResult, error)deprecated
- func (aaa *CampaignService) BulkEnableCodesShort(input *campaign.BulkEnableCodesParams) (*platformclientmodels.BulkOperationResult, error)
- func (aaa *CampaignService) CreateCampaign(input *campaign.CreateCampaignParams) (*platformclientmodels.CampaignInfo, error)deprecated
- func (aaa *CampaignService) CreateCampaignShort(input *campaign.CreateCampaignParams) (*platformclientmodels.CampaignInfo, error)
- func (aaa *CampaignService) CreateCodes(input *campaign.CreateCodesParams) (*platformclientmodels.CodeCreateResult, error)deprecated
- func (aaa *CampaignService) CreateCodesShort(input *campaign.CreateCodesParams) (*platformclientmodels.CodeCreateResult, error)
- func (aaa *CampaignService) DisableCode(input *campaign.DisableCodeParams) (*platformclientmodels.CodeInfo, error)deprecated
- func (aaa *CampaignService) DisableCodeShort(input *campaign.DisableCodeParams) (*platformclientmodels.CodeInfo, error)
- func (aaa *CampaignService) Download(input *campaign.DownloadParams) errordeprecated
- func (aaa *CampaignService) DownloadShort(input *campaign.DownloadParams) error
- func (aaa *CampaignService) EnableCode(input *campaign.EnableCodeParams) (*platformclientmodels.CodeInfo, error)deprecated
- func (aaa *CampaignService) EnableCodeShort(input *campaign.EnableCodeParams) (*platformclientmodels.CodeInfo, error)
- func (aaa *CampaignService) GetAuthSession() auth.Session
- func (aaa *CampaignService) GetCampaign(input *campaign.GetCampaignParams) (*platformclientmodels.CampaignInfo, error)deprecated
- func (aaa *CampaignService) GetCampaignDynamic(input *campaign.GetCampaignDynamicParams) (*platformclientmodels.CampaignDynamicInfo, error)deprecated
- func (aaa *CampaignService) GetCampaignDynamicShort(input *campaign.GetCampaignDynamicParams) (*platformclientmodels.CampaignDynamicInfo, error)
- func (aaa *CampaignService) GetCampaignShort(input *campaign.GetCampaignParams) (*platformclientmodels.CampaignInfo, error)
- func (aaa *CampaignService) GetCode(input *campaign.GetCodeParams) (*platformclientmodels.CodeInfo, error)deprecated
- func (aaa *CampaignService) GetCodeShort(input *campaign.GetCodeParams) (*platformclientmodels.CodeInfo, error)
- func (aaa *CampaignService) QueryCampaigns(input *campaign.QueryCampaignsParams) (*platformclientmodels.CampaignPagingSlicedResult, error)deprecated
- func (aaa *CampaignService) QueryCampaignsShort(input *campaign.QueryCampaignsParams) (*platformclientmodels.CampaignPagingSlicedResult, error)
- func (aaa *CampaignService) QueryCodes(input *campaign.QueryCodesParams) (*platformclientmodels.CodeInfoPagingSlicedResult, error)deprecated
- func (aaa *CampaignService) QueryCodesShort(input *campaign.QueryCodesParams) (*platformclientmodels.CodeInfoPagingSlicedResult, error)
- func (aaa *CampaignService) QueryRedeemHistory(input *campaign.QueryRedeemHistoryParams) (*platformclientmodels.RedeemHistoryPagingSlicedResult, error)deprecated
- func (aaa *CampaignService) QueryRedeemHistoryShort(input *campaign.QueryRedeemHistoryParams) (*platformclientmodels.RedeemHistoryPagingSlicedResult, error)
- func (aaa *CampaignService) UpdateCampaign(input *campaign.UpdateCampaignParams) (*platformclientmodels.CampaignInfo, error)deprecated
- func (aaa *CampaignService) UpdateCampaignShort(input *campaign.UpdateCampaignParams) (*platformclientmodels.CampaignInfo, error)
- type CatalogChangesService
- func (aaa *CatalogChangesService) GetAuthSession() auth.Session
- func (aaa *CatalogChangesService) GetStatistic(input *catalog_changes.GetStatisticParams) (*platformclientmodels.CatalogChangeStatistics, error)deprecated
- func (aaa *CatalogChangesService) GetStatisticShort(input *catalog_changes.GetStatisticParams) (*platformclientmodels.CatalogChangeStatistics, error)
- func (aaa *CatalogChangesService) PublishAll(input *catalog_changes.PublishAllParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *CatalogChangesService) PublishAllShort(input *catalog_changes.PublishAllParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *CatalogChangesService) PublishSelected(input *catalog_changes.PublishSelectedParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *CatalogChangesService) PublishSelectedShort(input *catalog_changes.PublishSelectedParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *CatalogChangesService) QueryChanges(input *catalog_changes.QueryChangesParams) ([]*platformclientmodels.CatalogChangePagingSlicedResult, error)deprecated
- func (aaa *CatalogChangesService) QueryChangesShort(input *catalog_changes.QueryChangesParams) ([]*platformclientmodels.CatalogChangePagingSlicedResult, error)
- func (aaa *CatalogChangesService) SelectAllRecords(input *catalog_changes.SelectAllRecordsParams) errordeprecated
- func (aaa *CatalogChangesService) SelectAllRecordsShort(input *catalog_changes.SelectAllRecordsParams) error
- func (aaa *CatalogChangesService) SelectRecord(input *catalog_changes.SelectRecordParams) errordeprecated
- func (aaa *CatalogChangesService) SelectRecordShort(input *catalog_changes.SelectRecordParams) error
- func (aaa *CatalogChangesService) UnselectAllRecords(input *catalog_changes.UnselectAllRecordsParams) errordeprecated
- func (aaa *CatalogChangesService) UnselectAllRecordsShort(input *catalog_changes.UnselectAllRecordsParams) error
- func (aaa *CatalogChangesService) UnselectRecord(input *catalog_changes.UnselectRecordParams) errordeprecated
- func (aaa *CatalogChangesService) UnselectRecordShort(input *catalog_changes.UnselectRecordParams) error
- type CategoryService
- func (aaa *CategoryService) CreateCategory(input *category.CreateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)deprecated
- func (aaa *CategoryService) CreateCategoryShort(input *category.CreateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
- func (aaa *CategoryService) DeleteCategory(input *category.DeleteCategoryParams) (*platformclientmodels.FullCategoryInfo, error)deprecated
- func (aaa *CategoryService) DeleteCategoryShort(input *category.DeleteCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
- func (aaa *CategoryService) DownloadCategories(input *category.DownloadCategoriesParams) ([]*platformclientmodels.HierarchicalCategoryInfo, error)deprecated
- func (aaa *CategoryService) DownloadCategoriesShort(input *category.DownloadCategoriesParams) ([]*platformclientmodels.HierarchicalCategoryInfo, error)
- func (aaa *CategoryService) GetAuthSession() auth.Session
- func (aaa *CategoryService) GetCategory(input *category.GetCategoryParams) (*platformclientmodels.FullCategoryInfo, error)deprecated
- func (aaa *CategoryService) GetCategoryShort(input *category.GetCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
- func (aaa *CategoryService) GetChildCategories(input *category.GetChildCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)deprecated
- func (aaa *CategoryService) GetChildCategoriesShort(input *category.GetChildCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
- func (aaa *CategoryService) GetDescendantCategories(input *category.GetDescendantCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)deprecated
- func (aaa *CategoryService) GetDescendantCategoriesShort(input *category.GetDescendantCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
- func (aaa *CategoryService) GetRootCategories(input *category.GetRootCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)deprecated
- func (aaa *CategoryService) GetRootCategoriesShort(input *category.GetRootCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
- func (aaa *CategoryService) ListCategoriesBasic(input *category.ListCategoriesBasicParams) ([]*platformclientmodels.BasicCategoryInfo, error)deprecated
- func (aaa *CategoryService) ListCategoriesBasicShort(input *category.ListCategoriesBasicParams) ([]*platformclientmodels.BasicCategoryInfo, error)
- func (aaa *CategoryService) PublicGetCategory(input *category.PublicGetCategoryParams) (*platformclientmodels.CategoryInfo, error)deprecated
- func (aaa *CategoryService) PublicGetCategoryShort(input *category.PublicGetCategoryParams) (*platformclientmodels.CategoryInfo, error)
- func (aaa *CategoryService) PublicGetChildCategories(input *category.PublicGetChildCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)deprecated
- func (aaa *CategoryService) PublicGetChildCategoriesShort(input *category.PublicGetChildCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
- func (aaa *CategoryService) PublicGetDescendantCategories(input *category.PublicGetDescendantCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)deprecated
- func (aaa *CategoryService) PublicGetDescendantCategoriesShort(input *category.PublicGetDescendantCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
- func (aaa *CategoryService) PublicGetRootCategories(input *category.PublicGetRootCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)deprecated
- func (aaa *CategoryService) PublicGetRootCategoriesShort(input *category.PublicGetRootCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
- func (aaa *CategoryService) UpdateCategory(input *category.UpdateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)deprecated
- func (aaa *CategoryService) UpdateCategoryShort(input *category.UpdateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
- type CurrencyService
- func (aaa *CurrencyService) CreateCurrency(input *currency.CreateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)deprecated
- func (aaa *CurrencyService) CreateCurrencyShort(input *currency.CreateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
- func (aaa *CurrencyService) DeleteCurrency(input *currency.DeleteCurrencyParams) (*platformclientmodels.CurrencyInfo, error)deprecated
- func (aaa *CurrencyService) DeleteCurrencyShort(input *currency.DeleteCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
- func (aaa *CurrencyService) GetAuthSession() auth.Session
- func (aaa *CurrencyService) GetCurrencyConfig(input *currency.GetCurrencyConfigParams) (*platformclientmodels.CurrencyConfig, error)deprecated
- func (aaa *CurrencyService) GetCurrencyConfigShort(input *currency.GetCurrencyConfigParams) (*platformclientmodels.CurrencyConfig, error)
- func (aaa *CurrencyService) GetCurrencySummary(input *currency.GetCurrencySummaryParams) (*platformclientmodels.CurrencySummary, error)deprecated
- func (aaa *CurrencyService) GetCurrencySummaryShort(input *currency.GetCurrencySummaryParams) (*platformclientmodels.CurrencySummary, error)
- func (aaa *CurrencyService) ListCurrencies(input *currency.ListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)deprecated
- func (aaa *CurrencyService) ListCurrenciesShort(input *currency.ListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)
- func (aaa *CurrencyService) PublicListCurrencies(input *currency.PublicListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)deprecated
- func (aaa *CurrencyService) PublicListCurrenciesShort(input *currency.PublicListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)
- func (aaa *CurrencyService) UpdateCurrency(input *currency.UpdateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)deprecated
- func (aaa *CurrencyService) UpdateCurrencyShort(input *currency.UpdateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
- type DLCService
- func (aaa *DLCService) DeleteDLCItemConfig(input *d_l_c.DeleteDLCItemConfigParams) errordeprecated
- func (aaa *DLCService) DeleteDLCItemConfigShort(input *d_l_c.DeleteDLCItemConfigParams) error
- func (aaa *DLCService) DeletePlatformDLCConfig(input *d_l_c.DeletePlatformDLCConfigParams) errordeprecated
- func (aaa *DLCService) DeletePlatformDLCConfigShort(input *d_l_c.DeletePlatformDLCConfigParams) error
- func (aaa *DLCService) GetAuthSession() auth.Session
- func (aaa *DLCService) GetDLCItemConfig(input *d_l_c.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)deprecated
- func (aaa *DLCService) GetDLCItemConfigShort(input *d_l_c.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
- func (aaa *DLCService) GetPlatformDLCConfig(input *d_l_c.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)deprecated
- func (aaa *DLCService) GetPlatformDLCConfigShort(input *d_l_c.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
- func (aaa *DLCService) PublicSyncPsnDlcInventory(input *d_l_c.PublicSyncPsnDlcInventoryParams) errordeprecated
- func (aaa *DLCService) PublicSyncPsnDlcInventoryShort(input *d_l_c.PublicSyncPsnDlcInventoryParams) error
- func (aaa *DLCService) SyncEpicGameDLC(input *d_l_c.SyncEpicGameDLCParams) errordeprecated
- func (aaa *DLCService) SyncEpicGameDLCShort(input *d_l_c.SyncEpicGameDLCParams) error
- func (aaa *DLCService) SyncSteamDLC(input *d_l_c.SyncSteamDLCParams) errordeprecated
- func (aaa *DLCService) SyncSteamDLCShort(input *d_l_c.SyncSteamDLCParams) error
- func (aaa *DLCService) SyncXboxDLC(input *d_l_c.SyncXboxDLCParams) errordeprecated
- func (aaa *DLCService) SyncXboxDLCShort(input *d_l_c.SyncXboxDLCParams) error
- func (aaa *DLCService) UpdateDLCItemConfig(input *d_l_c.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)deprecated
- func (aaa *DLCService) UpdateDLCItemConfigShort(input *d_l_c.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
- func (aaa *DLCService) UpdatePlatformDLCConfig(input *d_l_c.UpdatePlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)deprecated
- func (aaa *DLCService) UpdatePlatformDLCConfigShort(input *d_l_c.UpdatePlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
- type EntitlementService
- func (aaa *EntitlementService) ConsumeUserEntitlement(input *entitlement.ConsumeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) ConsumeUserEntitlementShort(input *entitlement.ConsumeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) DisableUserEntitlement(input *entitlement.DisableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) DisableUserEntitlementShort(input *entitlement.DisableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) EnableUserEntitlement(input *entitlement.EnableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) EnableUserEntitlementShort(input *entitlement.EnableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) ExistsAnyUserActiveEntitlement(input *entitlement.ExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)deprecated
- func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementByItemIds(input *entitlement.ExistsAnyUserActiveEntitlementByItemIdsParams) (*platformclientmodels.Ownership, error)deprecated
- func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementByItemIdsShort(input *entitlement.ExistsAnyUserActiveEntitlementByItemIdsParams) (*platformclientmodels.Ownership, error)
- func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementShort(input *entitlement.ExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)
- func (aaa *EntitlementService) GetAuthSession() auth.Session
- func (aaa *EntitlementService) GetEntitlement(input *entitlement.GetEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) GetEntitlementShort(input *entitlement.GetEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) GetUserAppEntitlementByAppID(input *entitlement.GetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)deprecated
- func (aaa *EntitlementService) GetUserAppEntitlementByAppIDShort(input *entitlement.GetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)
- func (aaa *EntitlementService) GetUserAppEntitlementOwnershipByAppID(input *entitlement.GetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)deprecated
- func (aaa *EntitlementService) GetUserAppEntitlementOwnershipByAppIDShort(input *entitlement.GetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
- func (aaa *EntitlementService) GetUserEntitlement(input *entitlement.GetUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) GetUserEntitlementByItemID(input *entitlement.GetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) GetUserEntitlementByItemIDShort(input *entitlement.GetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) GetUserEntitlementBySku(input *entitlement.GetUserEntitlementBySkuParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) GetUserEntitlementBySkuShort(input *entitlement.GetUserEntitlementBySkuParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) GetUserEntitlementHistories(input *entitlement.GetUserEntitlementHistoriesParams) ([]*platformclientmodels.EntitlementHistoryInfo, error)deprecated
- func (aaa *EntitlementService) GetUserEntitlementHistoriesShort(input *entitlement.GetUserEntitlementHistoriesParams) ([]*platformclientmodels.EntitlementHistoryInfo, error)
- func (aaa *EntitlementService) GetUserEntitlementOwnershipByItemID(input *entitlement.GetUserEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)deprecated
- func (aaa *EntitlementService) GetUserEntitlementOwnershipByItemIDShort(input *entitlement.GetUserEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
- func (aaa *EntitlementService) GetUserEntitlementOwnershipByItemIds(input *entitlement.GetUserEntitlementOwnershipByItemIdsParams) ([]*platformclientmodels.EntitlementOwnership, error)deprecated
- func (aaa *EntitlementService) GetUserEntitlementOwnershipByItemIdsShort(input *entitlement.GetUserEntitlementOwnershipByItemIdsParams) ([]*platformclientmodels.EntitlementOwnership, error)
- func (aaa *EntitlementService) GetUserEntitlementOwnershipBySku(input *entitlement.GetUserEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)deprecated
- func (aaa *EntitlementService) GetUserEntitlementOwnershipBySkuShort(input *entitlement.GetUserEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
- func (aaa *EntitlementService) GetUserEntitlementShort(input *entitlement.GetUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) GrantUserEntitlement(input *entitlement.GrantUserEntitlementParams) ([]*platformclientmodels.StackableEntitlementInfo, error)deprecated
- func (aaa *EntitlementService) GrantUserEntitlementShort(input *entitlement.GrantUserEntitlementParams) ([]*platformclientmodels.StackableEntitlementInfo, error)
- func (aaa *EntitlementService) PublicConsumeUserEntitlement(input *entitlement.PublicConsumeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) PublicConsumeUserEntitlementShort(input *entitlement.PublicConsumeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) PublicExistsAnyMyActiveEntitlement(input *entitlement.PublicExistsAnyMyActiveEntitlementParams) (*platformclientmodels.Ownership, error)deprecated
- func (aaa *EntitlementService) PublicExistsAnyMyActiveEntitlementShort(input *entitlement.PublicExistsAnyMyActiveEntitlementParams) (*platformclientmodels.Ownership, error)
- func (aaa *EntitlementService) PublicExistsAnyUserActiveEntitlement(input *entitlement.PublicExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)deprecated
- func (aaa *EntitlementService) PublicExistsAnyUserActiveEntitlementShort(input *entitlement.PublicExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)
- func (aaa *EntitlementService) PublicGetEntitlementOwnershipToken(input *entitlement.PublicGetEntitlementOwnershipTokenParams) (*platformclientmodels.OwnershipToken, error)deprecated
- func (aaa *EntitlementService) PublicGetEntitlementOwnershipTokenShort(input *entitlement.PublicGetEntitlementOwnershipTokenParams) (*platformclientmodels.OwnershipToken, error)
- func (aaa *EntitlementService) PublicGetMyAppEntitlementOwnershipByAppID(input *entitlement.PublicGetMyAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)deprecated
- func (aaa *EntitlementService) PublicGetMyAppEntitlementOwnershipByAppIDShort(input *entitlement.PublicGetMyAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
- func (aaa *EntitlementService) PublicGetMyEntitlementOwnershipByItemID(input *entitlement.PublicGetMyEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)deprecated
- func (aaa *EntitlementService) PublicGetMyEntitlementOwnershipByItemIDShort(input *entitlement.PublicGetMyEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
- func (aaa *EntitlementService) PublicGetMyEntitlementOwnershipBySku(input *entitlement.PublicGetMyEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)deprecated
- func (aaa *EntitlementService) PublicGetMyEntitlementOwnershipBySkuShort(input *entitlement.PublicGetMyEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
- func (aaa *EntitlementService) PublicGetUserAppEntitlementByAppID(input *entitlement.PublicGetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)deprecated
- func (aaa *EntitlementService) PublicGetUserAppEntitlementByAppIDShort(input *entitlement.PublicGetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)
- func (aaa *EntitlementService) PublicGetUserAppEntitlementOwnershipByAppID(input *entitlement.PublicGetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)deprecated
- func (aaa *EntitlementService) PublicGetUserAppEntitlementOwnershipByAppIDShort(input *entitlement.PublicGetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
- func (aaa *EntitlementService) PublicGetUserEntitlement(input *entitlement.PublicGetUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) PublicGetUserEntitlementByItemID(input *entitlement.PublicGetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) PublicGetUserEntitlementByItemIDShort(input *entitlement.PublicGetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) PublicGetUserEntitlementBySku(input *entitlement.PublicGetUserEntitlementBySkuParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) PublicGetUserEntitlementBySkuShort(input *entitlement.PublicGetUserEntitlementBySkuParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipByItemID(input *entitlement.PublicGetUserEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)deprecated
- func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipByItemIDShort(input *entitlement.PublicGetUserEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
- func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipByItemIds(input *entitlement.PublicGetUserEntitlementOwnershipByItemIdsParams) ([]*platformclientmodels.EntitlementOwnership, error)deprecated
- func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipByItemIdsShort(input *entitlement.PublicGetUserEntitlementOwnershipByItemIdsParams) ([]*platformclientmodels.EntitlementOwnership, error)
- func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipBySku(input *entitlement.PublicGetUserEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)deprecated
- func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipBySkuShort(input *entitlement.PublicGetUserEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
- func (aaa *EntitlementService) PublicGetUserEntitlementShort(input *entitlement.PublicGetUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) PublicQueryUserEntitlements(input *entitlement.PublicQueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)deprecated
- func (aaa *EntitlementService) PublicQueryUserEntitlementsByAppType(input *entitlement.PublicQueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)deprecated
- func (aaa *EntitlementService) PublicQueryUserEntitlementsByAppTypeShort(input *entitlement.PublicQueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)
- func (aaa *EntitlementService) PublicQueryUserEntitlementsShort(input *entitlement.PublicQueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
- func (aaa *EntitlementService) QueryEntitlements(input *entitlement.QueryEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)deprecated
- func (aaa *EntitlementService) QueryEntitlementsShort(input *entitlement.QueryEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
- func (aaa *EntitlementService) QueryUserEntitlements(input *entitlement.QueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)deprecated
- func (aaa *EntitlementService) QueryUserEntitlementsByAppType(input *entitlement.QueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)deprecated
- func (aaa *EntitlementService) QueryUserEntitlementsByAppTypeShort(input *entitlement.QueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)
- func (aaa *EntitlementService) QueryUserEntitlementsShort(input *entitlement.QueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
- func (aaa *EntitlementService) RevokeUserEntitlement(input *entitlement.RevokeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) RevokeUserEntitlementShort(input *entitlement.RevokeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) RevokeUserEntitlements(input *entitlement.RevokeUserEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)deprecated
- func (aaa *EntitlementService) RevokeUserEntitlementsShort(input *entitlement.RevokeUserEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)
- func (aaa *EntitlementService) UpdateUserEntitlement(input *entitlement.UpdateUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) UpdateUserEntitlementShort(input *entitlement.UpdateUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- type FulfillmentScriptService
- func (aaa *FulfillmentScriptService) CreateFulfillmentScript(input *fulfillment_script.CreateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)deprecated
- func (aaa *FulfillmentScriptService) CreateFulfillmentScriptShort(input *fulfillment_script.CreateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
- func (aaa *FulfillmentScriptService) DeleteFulfillmentScript(input *fulfillment_script.DeleteFulfillmentScriptParams) errordeprecated
- func (aaa *FulfillmentScriptService) DeleteFulfillmentScriptShort(input *fulfillment_script.DeleteFulfillmentScriptParams) error
- func (aaa *FulfillmentScriptService) GetAuthSession() auth.Session
- func (aaa *FulfillmentScriptService) GetFulfillmentScript(input *fulfillment_script.GetFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)deprecated
- func (aaa *FulfillmentScriptService) GetFulfillmentScriptShort(input *fulfillment_script.GetFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
- func (aaa *FulfillmentScriptService) ListFulfillmentScripts(input *fulfillment_script.ListFulfillmentScriptsParams) ([]*platformclientmodels.FulfillmentScriptInfo, error)deprecated
- func (aaa *FulfillmentScriptService) ListFulfillmentScriptsShort(input *fulfillment_script.ListFulfillmentScriptsParams) ([]*platformclientmodels.FulfillmentScriptInfo, error)
- func (aaa *FulfillmentScriptService) TestFulfillmentScriptEval(input *fulfillment_script.TestFulfillmentScriptEvalParams) (*platformclientmodels.FulfillmentScriptEvalTestResult, error)deprecated
- func (aaa *FulfillmentScriptService) TestFulfillmentScriptEvalShort(input *fulfillment_script.TestFulfillmentScriptEvalParams) (*platformclientmodels.FulfillmentScriptEvalTestResult, error)
- func (aaa *FulfillmentScriptService) UpdateFulfillmentScript(input *fulfillment_script.UpdateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)deprecated
- func (aaa *FulfillmentScriptService) UpdateFulfillmentScriptShort(input *fulfillment_script.UpdateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
- type FulfillmentService
- func (aaa *FulfillmentService) FulfillItem(input *fulfillment.FulfillItemParams) (*platformclientmodels.FulfillmentResult, error)deprecated
- func (aaa *FulfillmentService) FulfillItemShort(input *fulfillment.FulfillItemParams) (*platformclientmodels.FulfillmentResult, error)
- func (aaa *FulfillmentService) FulfillRewards(input *fulfillment.FulfillRewardsParams) errordeprecated
- func (aaa *FulfillmentService) FulfillRewardsShort(input *fulfillment.FulfillRewardsParams) error
- func (aaa *FulfillmentService) GetAuthSession() auth.Session
- func (aaa *FulfillmentService) PublicRedeemCode(input *fulfillment.PublicRedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)deprecated
- func (aaa *FulfillmentService) PublicRedeemCodeShort(input *fulfillment.PublicRedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
- func (aaa *FulfillmentService) QueryFulfillmentHistories(input *fulfillment.QueryFulfillmentHistoriesParams) (*platformclientmodels.FulfillmentHistoryPagingSlicedResult, error)deprecated
- func (aaa *FulfillmentService) QueryFulfillmentHistoriesShort(input *fulfillment.QueryFulfillmentHistoriesParams) (*platformclientmodels.FulfillmentHistoryPagingSlicedResult, error)
- func (aaa *FulfillmentService) RedeemCode(input *fulfillment.RedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)deprecated
- func (aaa *FulfillmentService) RedeemCodeShort(input *fulfillment.RedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
- type IAPService
- func (aaa *IAPService) DeleteAppleIAPConfig(input *i_a_p.DeleteAppleIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteAppleIAPConfigShort(input *i_a_p.DeleteAppleIAPConfigParams) error
- func (aaa *IAPService) DeleteEpicGamesIAPConfig(input *i_a_p.DeleteEpicGamesIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteEpicGamesIAPConfigShort(input *i_a_p.DeleteEpicGamesIAPConfigParams) error
- func (aaa *IAPService) DeleteGoogleIAPConfig(input *i_a_p.DeleteGoogleIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteGoogleIAPConfigShort(input *i_a_p.DeleteGoogleIAPConfigParams) error
- func (aaa *IAPService) DeleteIAPItemConfig(input *i_a_p.DeleteIAPItemConfigParams) errordeprecated
- func (aaa *IAPService) DeleteIAPItemConfigShort(input *i_a_p.DeleteIAPItemConfigParams) error
- func (aaa *IAPService) DeletePlaystationIAPConfig(input *i_a_p.DeletePlaystationIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeletePlaystationIAPConfigShort(input *i_a_p.DeletePlaystationIAPConfigParams) error
- func (aaa *IAPService) DeleteStadiaIAPConfig(input *i_a_p.DeleteStadiaIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteStadiaIAPConfigShort(input *i_a_p.DeleteStadiaIAPConfigParams) error
- func (aaa *IAPService) DeleteSteamIAPConfig(input *i_a_p.DeleteSteamIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteSteamIAPConfigShort(input *i_a_p.DeleteSteamIAPConfigParams) error
- func (aaa *IAPService) DeleteTwitchIAPConfig(input *i_a_p.DeleteTwitchIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteTwitchIAPConfigShort(input *i_a_p.DeleteTwitchIAPConfigParams) error
- func (aaa *IAPService) DeleteXblAPConfig(input *i_a_p.DeleteXblAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteXblAPConfigShort(input *i_a_p.DeleteXblAPConfigParams) error
- func (aaa *IAPService) GetAppleIAPConfig(input *i_a_p.GetAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetAppleIAPConfigShort(input *i_a_p.GetAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
- func (aaa *IAPService) GetAuthSession() auth.Session
- func (aaa *IAPService) GetEpicGamesIAPConfig(input *i_a_p.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetEpicGamesIAPConfigShort(input *i_a_p.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
- func (aaa *IAPService) GetGoogleIAPConfig(input *i_a_p.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetGoogleIAPConfigShort(input *i_a_p.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
- func (aaa *IAPService) GetIAPItemConfig(input *i_a_p.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)deprecated
- func (aaa *IAPService) GetIAPItemConfigShort(input *i_a_p.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
- func (aaa *IAPService) GetPlayStationIAPConfig(input *i_a_p.GetPlayStationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetPlayStationIAPConfigShort(input *i_a_p.GetPlayStationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
- func (aaa *IAPService) GetStadiaIAPConfig(input *i_a_p.GetStadiaIAPConfigParams) (*platformclientmodels.StadiaIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetStadiaIAPConfigShort(input *i_a_p.GetStadiaIAPConfigParams) (*platformclientmodels.StadiaIAPConfigInfo, error)
- func (aaa *IAPService) GetSteamIAPConfig(input *i_a_p.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)deprecated
- func (aaa *IAPService) GetSteamIAPConfigShort(input *i_a_p.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)
- func (aaa *IAPService) GetTwitchIAPConfig(input *i_a_p.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetTwitchIAPConfigShort(input *i_a_p.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
- func (aaa *IAPService) GetXblIAPConfig(input *i_a_p.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetXblIAPConfigShort(input *i_a_p.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
- func (aaa *IAPService) MockFulfillIAPItem(input *i_a_p.MockFulfillIAPItemParams) errordeprecated
- func (aaa *IAPService) MockFulfillIAPItemShort(input *i_a_p.MockFulfillIAPItemParams) error
- func (aaa *IAPService) PublicFulfillAppleIAPItem(input *i_a_p.PublicFulfillAppleIAPItemParams) errordeprecated
- func (aaa *IAPService) PublicFulfillAppleIAPItemShort(input *i_a_p.PublicFulfillAppleIAPItemParams) error
- func (aaa *IAPService) PublicFulfillGoogleIAPItem(input *i_a_p.PublicFulfillGoogleIAPItemParams) (*platformclientmodels.GoogleReceiptResolveResult, error)deprecated
- func (aaa *IAPService) PublicFulfillGoogleIAPItemShort(input *i_a_p.PublicFulfillGoogleIAPItemParams) (*platformclientmodels.GoogleReceiptResolveResult, error)
- func (aaa *IAPService) PublicReconcilePlayStationStore(input *i_a_p.PublicReconcilePlayStationStoreParams) ([]*platformclientmodels.PlayStationReconcileResult, error)deprecated
- func (aaa *IAPService) PublicReconcilePlayStationStoreShort(input *i_a_p.PublicReconcilePlayStationStoreParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
- func (aaa *IAPService) QueryAllUserIAPOrders(input *i_a_p.QueryAllUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)deprecated
- func (aaa *IAPService) QueryAllUserIAPOrdersShort(input *i_a_p.QueryAllUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
- func (aaa *IAPService) QueryUserIAPOrders(input *i_a_p.QueryUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)deprecated
- func (aaa *IAPService) QueryUserIAPOrdersShort(input *i_a_p.QueryUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
- func (aaa *IAPService) SyncEpicGamesInventory(input *i_a_p.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)deprecated
- func (aaa *IAPService) SyncEpicGamesInventoryShort(input *i_a_p.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)
- func (aaa *IAPService) SyncStadiaEntitlement(input *i_a_p.SyncStadiaEntitlementParams) errordeprecated
- func (aaa *IAPService) SyncStadiaEntitlementShort(input *i_a_p.SyncStadiaEntitlementParams) error
- func (aaa *IAPService) SyncSteamInventory(input *i_a_p.SyncSteamInventoryParams) errordeprecated
- func (aaa *IAPService) SyncSteamInventoryShort(input *i_a_p.SyncSteamInventoryParams) error
- func (aaa *IAPService) SyncTwitchDropsEntitlement(input *i_a_p.SyncTwitchDropsEntitlementParams) errordeprecated
- func (aaa *IAPService) SyncTwitchDropsEntitlementShort(input *i_a_p.SyncTwitchDropsEntitlementParams) error
- func (aaa *IAPService) SyncXboxInventory(input *i_a_p.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)deprecated
- func (aaa *IAPService) SyncXboxInventoryShort(input *i_a_p.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)
- func (aaa *IAPService) UpdateAppleIAPConfig(input *i_a_p.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateAppleIAPConfigShort(input *i_a_p.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
- func (aaa *IAPService) UpdateEpicGamesIAPConfig(input *i_a_p.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateEpicGamesIAPConfigShort(input *i_a_p.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
- func (aaa *IAPService) UpdateGoogleIAPConfig(input *i_a_p.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateGoogleIAPConfigShort(input *i_a_p.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
- func (aaa *IAPService) UpdateGoogleP12File(input *i_a_p.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateGoogleP12FileShort(input *i_a_p.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
- func (aaa *IAPService) UpdateIAPItemConfig(input *i_a_p.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateIAPItemConfigShort(input *i_a_p.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
- func (aaa *IAPService) UpdatePlaystationIAPConfig(input *i_a_p.UpdatePlaystationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdatePlaystationIAPConfigShort(input *i_a_p.UpdatePlaystationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
- func (aaa *IAPService) UpdateStadiaJSONConfigFile(input *i_a_p.UpdateStadiaJSONConfigFileParams) (*platformclientmodels.StadiaIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateStadiaJSONConfigFileShort(input *i_a_p.UpdateStadiaJSONConfigFileParams) (*platformclientmodels.StadiaIAPConfigInfo, error)
- func (aaa *IAPService) UpdateSteamIAPConfig(input *i_a_p.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateSteamIAPConfigShort(input *i_a_p.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)
- func (aaa *IAPService) UpdateTwitchIAPConfig(input *i_a_p.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateTwitchIAPConfigShort(input *i_a_p.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
- func (aaa *IAPService) UpdateXblBPCertFile(input *i_a_p.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateXblBPCertFileShort(input *i_a_p.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)
- func (aaa *IAPService) UpdateXblIAPConfig(input *i_a_p.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateXblIAPConfigShort(input *i_a_p.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
- type ItemService
- func (aaa *ItemService) AcquireItem(input *item.AcquireItemParams) (*platformclientmodels.ItemAcquireResult, error)deprecated
- func (aaa *ItemService) AcquireItemShort(input *item.AcquireItemParams) (*platformclientmodels.ItemAcquireResult, error)
- func (aaa *ItemService) BulkGetLocaleItems(input *item.BulkGetLocaleItemsParams) ([]*platformclientmodels.ItemInfo, error)deprecated
- func (aaa *ItemService) BulkGetLocaleItemsShort(input *item.BulkGetLocaleItemsParams) ([]*platformclientmodels.ItemInfo, error)
- func (aaa *ItemService) CreateItem(input *item.CreateItemParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) CreateItemShort(input *item.CreateItemParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) CreateItemTypeConfig(input *item.CreateItemTypeConfigParams) errordeprecated
- func (aaa *ItemService) CreateItemTypeConfigShort(input *item.CreateItemTypeConfigParams) error
- func (aaa *ItemService) DefeatureItem(input *item.DefeatureItemParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) DefeatureItemShort(input *item.DefeatureItemParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) DeleteItem(input *item.DeleteItemParams) errordeprecated
- func (aaa *ItemService) DeleteItemShort(input *item.DeleteItemParams) error
- func (aaa *ItemService) DeleteItemTypeConfig(input *item.DeleteItemTypeConfigParams) errordeprecated
- func (aaa *ItemService) DeleteItemTypeConfigShort(input *item.DeleteItemTypeConfigParams) error
- func (aaa *ItemService) DisableItem(input *item.DisableItemParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) DisableItemShort(input *item.DisableItemParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) EnableItem(input *item.EnableItemParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) EnableItemShort(input *item.EnableItemParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) FeatureItem(input *item.FeatureItemParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) FeatureItemShort(input *item.FeatureItemParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) GetApp(input *item.GetAppParams) (*platformclientmodels.FullAppInfo, error)deprecated
- func (aaa *ItemService) GetAppShort(input *item.GetAppParams) (*platformclientmodels.FullAppInfo, error)
- func (aaa *ItemService) GetAuthSession() auth.Session
- func (aaa *ItemService) GetAvailablePredicateTypes(input *item.GetAvailablePredicateTypesParams) ([]*platformclientmodels.AvailablePredicateObject, error)deprecated
- func (aaa *ItemService) GetAvailablePredicateTypesShort(input *item.GetAvailablePredicateTypesParams) ([]*platformclientmodels.AvailablePredicateObject, error)
- func (aaa *ItemService) GetBulkItemIDBySkus(input *item.GetBulkItemIDBySkusParams) ([]*platformclientmodels.ItemID, error)deprecated
- func (aaa *ItemService) GetBulkItemIDBySkusShort(input *item.GetBulkItemIDBySkusParams) ([]*platformclientmodels.ItemID, error)
- func (aaa *ItemService) GetItem(input *item.GetItemParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) GetItemByAppID(input *item.GetItemByAppIDParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) GetItemByAppIDShort(input *item.GetItemByAppIDParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) GetItemBySku(input *item.GetItemBySkuParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) GetItemBySkuShort(input *item.GetItemBySkuParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) GetItemDynamicData(input *item.GetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)deprecated
- func (aaa *ItemService) GetItemDynamicDataShort(input *item.GetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)
- func (aaa *ItemService) GetItemIDBySku(input *item.GetItemIDBySkuParams) (*platformclientmodels.ItemID, error)deprecated
- func (aaa *ItemService) GetItemIDBySkuShort(input *item.GetItemIDBySkuParams) (*platformclientmodels.ItemID, error)
- func (aaa *ItemService) GetItemShort(input *item.GetItemParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) GetItemTypeConfig(input *item.GetItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)deprecated
- func (aaa *ItemService) GetItemTypeConfigShort(input *item.GetItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
- func (aaa *ItemService) GetLocaleItem(input *item.GetLocaleItemParams) (*platformclientmodels.PopulatedItemInfo, error)deprecated
- func (aaa *ItemService) GetLocaleItemBySku(input *item.GetLocaleItemBySkuParams) (*platformclientmodels.PopulatedItemInfo, error)deprecated
- func (aaa *ItemService) GetLocaleItemBySkuShort(input *item.GetLocaleItemBySkuParams) (*platformclientmodels.PopulatedItemInfo, error)
- func (aaa *ItemService) GetLocaleItemShort(input *item.GetLocaleItemParams) (*platformclientmodels.PopulatedItemInfo, error)
- func (aaa *ItemService) ListBasicItemsByFeatures(input *item.ListBasicItemsByFeaturesParams) ([]*platformclientmodels.BasicItem, error)deprecated
- func (aaa *ItemService) ListBasicItemsByFeaturesShort(input *item.ListBasicItemsByFeaturesParams) ([]*platformclientmodels.BasicItem, error)
- func (aaa *ItemService) ListItemTypeConfigs(input *item.ListItemTypeConfigsParams) ([]*platformclientmodels.ItemTypeConfigInfo, error)deprecated
- func (aaa *ItemService) ListItemTypeConfigsShort(input *item.ListItemTypeConfigsParams) ([]*platformclientmodels.ItemTypeConfigInfo, error)
- func (aaa *ItemService) PublicBulkGetItems(input *item.PublicBulkGetItemsParams) ([]*platformclientmodels.ItemInfo, error)deprecated
- func (aaa *ItemService) PublicBulkGetItemsShort(input *item.PublicBulkGetItemsParams) ([]*platformclientmodels.ItemInfo, error)
- func (aaa *ItemService) PublicGetApp(input *item.PublicGetAppParams) (*platformclientmodels.AppInfo, error)deprecated
- func (aaa *ItemService) PublicGetAppShort(input *item.PublicGetAppParams) (*platformclientmodels.AppInfo, error)
- func (aaa *ItemService) PublicGetItem(input *item.PublicGetItemParams) (*platformclientmodels.PopulatedItemInfo, error)deprecated
- func (aaa *ItemService) PublicGetItemByAppID(input *item.PublicGetItemByAppIDParams) (*platformclientmodels.ItemInfo, error)deprecated
- func (aaa *ItemService) PublicGetItemByAppIDShort(input *item.PublicGetItemByAppIDParams) (*platformclientmodels.ItemInfo, error)
- func (aaa *ItemService) PublicGetItemBySku(input *item.PublicGetItemBySkuParams) (*platformclientmodels.ItemInfo, error)deprecated
- func (aaa *ItemService) PublicGetItemBySkuShort(input *item.PublicGetItemBySkuParams) (*platformclientmodels.ItemInfo, error)
- func (aaa *ItemService) PublicGetItemDynamicData(input *item.PublicGetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)deprecated
- func (aaa *ItemService) PublicGetItemDynamicDataShort(input *item.PublicGetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)
- func (aaa *ItemService) PublicGetItemShort(input *item.PublicGetItemParams) (*platformclientmodels.PopulatedItemInfo, error)
- func (aaa *ItemService) PublicQueryItems(input *item.PublicQueryItemsParams) (*platformclientmodels.ItemPagingSlicedResult, error)deprecated
- func (aaa *ItemService) PublicQueryItemsShort(input *item.PublicQueryItemsParams) (*platformclientmodels.ItemPagingSlicedResult, error)
- func (aaa *ItemService) PublicSearchItems(input *item.PublicSearchItemsParams) (*platformclientmodels.ItemPagingSlicedResult, error)deprecated
- func (aaa *ItemService) PublicSearchItemsShort(input *item.PublicSearchItemsParams) (*platformclientmodels.ItemPagingSlicedResult, error)
- func (aaa *ItemService) PublicValidateItemPurchaseCondition(input *item.PublicValidateItemPurchaseConditionParams) ([]*platformclientmodels.ItemPurchaseConditionValidateResult, error)deprecated
- func (aaa *ItemService) PublicValidateItemPurchaseConditionShort(input *item.PublicValidateItemPurchaseConditionParams) ([]*platformclientmodels.ItemPurchaseConditionValidateResult, error)
- func (aaa *ItemService) QueryItems(input *item.QueryItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)deprecated
- func (aaa *ItemService) QueryItems1(input *item.QueryItems1Params) (*platformclientmodels.FullItemPagingSlicedResult, error)deprecated
- func (aaa *ItemService) QueryItems1Short(input *item.QueryItems1Params) (*platformclientmodels.FullItemPagingSlicedResult, error)
- func (aaa *ItemService) QueryItemsShort(input *item.QueryItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
- func (aaa *ItemService) QueryUncategorizedItems(input *item.QueryUncategorizedItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)deprecated
- func (aaa *ItemService) QueryUncategorizedItemsShort(input *item.QueryUncategorizedItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
- func (aaa *ItemService) ReturnItem(input *item.ReturnItemParams) errordeprecated
- func (aaa *ItemService) ReturnItemShort(input *item.ReturnItemParams) error
- func (aaa *ItemService) SearchItemTypeConfig(input *item.SearchItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)deprecated
- func (aaa *ItemService) SearchItemTypeConfigShort(input *item.SearchItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
- func (aaa *ItemService) SearchItems(input *item.SearchItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)deprecated
- func (aaa *ItemService) SearchItemsShort(input *item.SearchItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
- func (aaa *ItemService) SyncInGameItem(input *item.SyncInGameItemParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) SyncInGameItemShort(input *item.SyncInGameItemParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) UpdateApp(input *item.UpdateAppParams) (*platformclientmodels.FullAppInfo, error)deprecated
- func (aaa *ItemService) UpdateAppShort(input *item.UpdateAppParams) (*platformclientmodels.FullAppInfo, error)
- func (aaa *ItemService) UpdateItem(input *item.UpdateItemParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) UpdateItemPurchaseCondition(input *item.UpdateItemPurchaseConditionParams) (*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) UpdateItemPurchaseConditionShort(input *item.UpdateItemPurchaseConditionParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) UpdateItemShort(input *item.UpdateItemParams) (*platformclientmodels.FullItemInfo, error)
- func (aaa *ItemService) UpdateItemTypeConfig(input *item.UpdateItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)deprecated
- func (aaa *ItemService) UpdateItemTypeConfigShort(input *item.UpdateItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
- func (aaa *ItemService) ValidateItemPurchaseCondition(input *item.ValidateItemPurchaseConditionParams) ([]*platformclientmodels.ItemPurchaseConditionValidateResult, error)deprecated
- func (aaa *ItemService) ValidateItemPurchaseConditionShort(input *item.ValidateItemPurchaseConditionParams) ([]*platformclientmodels.ItemPurchaseConditionValidateResult, error)
- type KeyGroupService
- func (aaa *KeyGroupService) CreateKeyGroup(input *key_group.CreateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)deprecated
- func (aaa *KeyGroupService) CreateKeyGroupShort(input *key_group.CreateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
- func (aaa *KeyGroupService) GetAuthSession() auth.Session
- func (aaa *KeyGroupService) GetKeyGroup(input *key_group.GetKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)deprecated
- func (aaa *KeyGroupService) GetKeyGroupDynamic(input *key_group.GetKeyGroupDynamicParams) (*platformclientmodels.KeyGroupDynamicInfo, error)deprecated
- func (aaa *KeyGroupService) GetKeyGroupDynamicShort(input *key_group.GetKeyGroupDynamicParams) (*platformclientmodels.KeyGroupDynamicInfo, error)
- func (aaa *KeyGroupService) GetKeyGroupShort(input *key_group.GetKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
- func (aaa *KeyGroupService) ListKeys(input *key_group.ListKeysParams) (*platformclientmodels.KeyPagingSliceResult, error)deprecated
- func (aaa *KeyGroupService) ListKeysShort(input *key_group.ListKeysParams) (*platformclientmodels.KeyPagingSliceResult, error)
- func (aaa *KeyGroupService) QueryKeyGroups(input *key_group.QueryKeyGroupsParams) (*platformclientmodels.KeyGroupPagingSlicedResult, error)deprecated
- func (aaa *KeyGroupService) QueryKeyGroupsShort(input *key_group.QueryKeyGroupsParams) (*platformclientmodels.KeyGroupPagingSlicedResult, error)
- func (aaa *KeyGroupService) UpdateKeyGroup(input *key_group.UpdateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)deprecated
- func (aaa *KeyGroupService) UpdateKeyGroupShort(input *key_group.UpdateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
- func (aaa *KeyGroupService) UploadKeys(input *key_group.UploadKeysParams) (*platformclientmodels.BulkOperationResult, error)deprecated
- func (aaa *KeyGroupService) UploadKeysShort(input *key_group.UploadKeysParams) (*platformclientmodels.BulkOperationResult, error)
- type OrderDedicatedService
- func (aaa *OrderDedicatedService) GetAuthSession() auth.Session
- func (aaa *OrderDedicatedService) SyncOrders(input *order_dedicated.SyncOrdersParams) (*platformclientmodels.OrderSyncResult, error)deprecated
- func (aaa *OrderDedicatedService) SyncOrdersShort(input *order_dedicated.SyncOrdersParams) (*platformclientmodels.OrderSyncResult, error)
- type OrderService
- func (aaa *OrderService) AdminCreateUserOrder(input *order.AdminCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) AdminCreateUserOrderShort(input *order.AdminCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)
- func (aaa *OrderService) CountOfPurchasedItem(input *order.CountOfPurchasedItemParams) (*platformclientmodels.PurchasedItemCount, error)deprecated
- func (aaa *OrderService) CountOfPurchasedItemShort(input *order.CountOfPurchasedItemParams) (*platformclientmodels.PurchasedItemCount, error)
- func (aaa *OrderService) DownloadUserOrderReceipt(input *order.DownloadUserOrderReceiptParams) errordeprecated
- func (aaa *OrderService) DownloadUserOrderReceiptShort(input *order.DownloadUserOrderReceiptParams) error
- func (aaa *OrderService) FulfillUserOrder(input *order.FulfillUserOrderParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) FulfillUserOrderShort(input *order.FulfillUserOrderParams) (*platformclientmodels.OrderInfo, error)
- func (aaa *OrderService) GetAuthSession() auth.Session
- func (aaa *OrderService) GetOrder(input *order.GetOrderParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) GetOrderShort(input *order.GetOrderParams) (*platformclientmodels.OrderInfo, error)
- func (aaa *OrderService) GetOrderStatistics(input *order.GetOrderStatisticsParams) (*platformclientmodels.OrderStatistics, error)deprecated
- func (aaa *OrderService) GetOrderStatisticsShort(input *order.GetOrderStatisticsParams) (*platformclientmodels.OrderStatistics, error)
- func (aaa *OrderService) GetUserOrder(input *order.GetUserOrderParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) GetUserOrderGrant(input *order.GetUserOrderGrantParams) (*platformclientmodels.OrderGrantInfo, error)deprecated
- func (aaa *OrderService) GetUserOrderGrantShort(input *order.GetUserOrderGrantParams) (*platformclientmodels.OrderGrantInfo, error)
- func (aaa *OrderService) GetUserOrderHistories(input *order.GetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)deprecated
- func (aaa *OrderService) GetUserOrderHistoriesShort(input *order.GetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)
- func (aaa *OrderService) GetUserOrderShort(input *order.GetUserOrderParams) (*platformclientmodels.OrderInfo, error)
- func (aaa *OrderService) ProcessUserOrderNotification(input *order.ProcessUserOrderNotificationParams) errordeprecated
- func (aaa *OrderService) ProcessUserOrderNotificationShort(input *order.ProcessUserOrderNotificationParams) error
- func (aaa *OrderService) PublicCancelUserOrder(input *order.PublicCancelUserOrderParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) PublicCancelUserOrderShort(input *order.PublicCancelUserOrderParams) (*platformclientmodels.OrderInfo, error)
- func (aaa *OrderService) PublicCreateUserOrder(input *order.PublicCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) PublicCreateUserOrderShort(input *order.PublicCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)
- func (aaa *OrderService) PublicDownloadUserOrderReceipt(input *order.PublicDownloadUserOrderReceiptParams) errordeprecated
- func (aaa *OrderService) PublicDownloadUserOrderReceiptShort(input *order.PublicDownloadUserOrderReceiptParams) error
- func (aaa *OrderService) PublicGetUserOrder(input *order.PublicGetUserOrderParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) PublicGetUserOrderHistories(input *order.PublicGetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)deprecated
- func (aaa *OrderService) PublicGetUserOrderHistoriesShort(input *order.PublicGetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)
- func (aaa *OrderService) PublicGetUserOrderShort(input *order.PublicGetUserOrderParams) (*platformclientmodels.OrderInfo, error)
- func (aaa *OrderService) PublicQueryUserOrders(input *order.PublicQueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)deprecated
- func (aaa *OrderService) PublicQueryUserOrdersShort(input *order.PublicQueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)
- func (aaa *OrderService) QueryOrders(input *order.QueryOrdersParams) (*platformclientmodels.OrderPagingResult, error)deprecated
- func (aaa *OrderService) QueryOrdersShort(input *order.QueryOrdersParams) (*platformclientmodels.OrderPagingResult, error)
- func (aaa *OrderService) QueryUserOrders(input *order.QueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)deprecated
- func (aaa *OrderService) QueryUserOrdersShort(input *order.QueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)
- func (aaa *OrderService) RefundOrder(input *order.RefundOrderParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) RefundOrderShort(input *order.RefundOrderParams) (*platformclientmodels.OrderInfo, error)
- func (aaa *OrderService) UpdateUserOrderStatus(input *order.UpdateUserOrderStatusParams) (*platformclientmodels.OrderInfo, error)deprecated
- func (aaa *OrderService) UpdateUserOrderStatusShort(input *order.UpdateUserOrderStatusParams) (*platformclientmodels.OrderInfo, error)
- type PaymentAccountService
- func (aaa *PaymentAccountService) GetAuthSession() auth.Session
- func (aaa *PaymentAccountService) PublicDeletePaymentAccount(input *payment_account.PublicDeletePaymentAccountParams) errordeprecated
- func (aaa *PaymentAccountService) PublicDeletePaymentAccountShort(input *payment_account.PublicDeletePaymentAccountParams) error
- func (aaa *PaymentAccountService) PublicGetPaymentAccounts(input *payment_account.PublicGetPaymentAccountsParams) ([]*platformclientmodels.PaymentAccount, error)deprecated
- func (aaa *PaymentAccountService) PublicGetPaymentAccountsShort(input *payment_account.PublicGetPaymentAccountsParams) ([]*platformclientmodels.PaymentAccount, error)
- type PaymentCallbackConfigService
- func (aaa *PaymentCallbackConfigService) GetAuthSession() auth.Session
- func (aaa *PaymentCallbackConfigService) GetPaymentCallbackConfig(input *payment_callback_config.GetPaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)deprecated
- func (aaa *PaymentCallbackConfigService) GetPaymentCallbackConfigShort(input *payment_callback_config.GetPaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)
- func (aaa *PaymentCallbackConfigService) UpdatePaymentCallbackConfig(input *payment_callback_config.UpdatePaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)deprecated
- func (aaa *PaymentCallbackConfigService) UpdatePaymentCallbackConfigShort(input *payment_callback_config.UpdatePaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)
- type PaymentConfigService
- func (aaa *PaymentConfigService) CreatePaymentProviderConfig(input *payment_config.CreatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) CreatePaymentProviderConfigShort(input *payment_config.CreatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
- func (aaa *PaymentConfigService) DebugMatchedPaymentMerchantConfig(input *payment_config.DebugMatchedPaymentMerchantConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) DebugMatchedPaymentMerchantConfigShort(input *payment_config.DebugMatchedPaymentMerchantConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) DebugMatchedPaymentProviderConfig(input *payment_config.DebugMatchedPaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) DebugMatchedPaymentProviderConfigShort(input *payment_config.DebugMatchedPaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
- func (aaa *PaymentConfigService) DeletePaymentProviderConfig(input *payment_config.DeletePaymentProviderConfigParams) errordeprecated
- func (aaa *PaymentConfigService) DeletePaymentProviderConfigShort(input *payment_config.DeletePaymentProviderConfigParams) error
- func (aaa *PaymentConfigService) GetAggregatePaymentProviders(input *payment_config.GetAggregatePaymentProvidersParams) ([]string, error)deprecated
- func (aaa *PaymentConfigService) GetAggregatePaymentProvidersShort(input *payment_config.GetAggregatePaymentProvidersParams) ([]string, error)
- func (aaa *PaymentConfigService) GetAuthSession() auth.Session
- func (aaa *PaymentConfigService) GetPaymentMerchantConfig(input *payment_config.GetPaymentMerchantConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) GetPaymentMerchantConfigShort(input *payment_config.GetPaymentMerchantConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) GetPaymentTaxConfig(input *payment_config.GetPaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) GetPaymentTaxConfigShort(input *payment_config.GetPaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)
- func (aaa *PaymentConfigService) GetSpecialPaymentProviders(input *payment_config.GetSpecialPaymentProvidersParams) ([]string, error)deprecated
- func (aaa *PaymentConfigService) GetSpecialPaymentProvidersShort(input *payment_config.GetSpecialPaymentProvidersParams) ([]string, error)
- func (aaa *PaymentConfigService) QueryPaymentProviderConfig(input *payment_config.QueryPaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigPagingSlicedResult, error)deprecated
- func (aaa *PaymentConfigService) QueryPaymentProviderConfigShort(input *payment_config.QueryPaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigPagingSlicedResult, error)
- func (aaa *PaymentConfigService) TestAdyenConfig(input *payment_config.TestAdyenConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestAdyenConfigByID(input *payment_config.TestAdyenConfigByIDParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestAdyenConfigByIDShort(input *payment_config.TestAdyenConfigByIDParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestAdyenConfigShort(input *payment_config.TestAdyenConfigParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestAliPayConfig(input *payment_config.TestAliPayConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestAliPayConfigByID(input *payment_config.TestAliPayConfigByIDParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestAliPayConfigByIDShort(input *payment_config.TestAliPayConfigByIDParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestAliPayConfigShort(input *payment_config.TestAliPayConfigParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestCheckoutConfig(input *payment_config.TestCheckoutConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestCheckoutConfigByID(input *payment_config.TestCheckoutConfigByIDParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestCheckoutConfigByIDShort(input *payment_config.TestCheckoutConfigByIDParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestCheckoutConfigShort(input *payment_config.TestCheckoutConfigParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestPayPalConfig(input *payment_config.TestPayPalConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestPayPalConfigByID(input *payment_config.TestPayPalConfigByIDParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestPayPalConfigByIDShort(input *payment_config.TestPayPalConfigByIDParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestPayPalConfigShort(input *payment_config.TestPayPalConfigParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestStripeConfig(input *payment_config.TestStripeConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestStripeConfigByID(input *payment_config.TestStripeConfigByIDParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestStripeConfigByIDShort(input *payment_config.TestStripeConfigByIDParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestStripeConfigShort(input *payment_config.TestStripeConfigParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestWxPayConfig(input *payment_config.TestWxPayConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestWxPayConfigByID(input *payment_config.TestWxPayConfigByIDParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestWxPayConfigByIDShort(input *payment_config.TestWxPayConfigByIDParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestWxPayConfigShort(input *payment_config.TestWxPayConfigParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestXsollaConfig(input *payment_config.TestXsollaConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestXsollaConfigByID(input *payment_config.TestXsollaConfigByIDParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestXsollaConfigByIDShort(input *payment_config.TestXsollaConfigByIDParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestXsollaConfigShort(input *payment_config.TestXsollaConfigParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) UpdateAdyenConfig(input *payment_config.UpdateAdyenConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateAdyenConfigShort(input *payment_config.UpdateAdyenConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) UpdateAliPayConfig(input *payment_config.UpdateAliPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateAliPayConfigShort(input *payment_config.UpdateAliPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) UpdateCheckoutConfig(input *payment_config.UpdateCheckoutConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateCheckoutConfigShort(input *payment_config.UpdateCheckoutConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) UpdatePayPalConfig(input *payment_config.UpdatePayPalConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdatePayPalConfigShort(input *payment_config.UpdatePayPalConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) UpdatePaymentProviderConfig(input *payment_config.UpdatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdatePaymentProviderConfigShort(input *payment_config.UpdatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
- func (aaa *PaymentConfigService) UpdatePaymentTaxConfig(input *payment_config.UpdatePaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdatePaymentTaxConfigShort(input *payment_config.UpdatePaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)
- func (aaa *PaymentConfigService) UpdateStripeConfig(input *payment_config.UpdateStripeConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateStripeConfigShort(input *payment_config.UpdateStripeConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) UpdateWxPayConfig(input *payment_config.UpdateWxPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateWxPayConfigCert(input *payment_config.UpdateWxPayConfigCertParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateWxPayConfigCertShort(input *payment_config.UpdateWxPayConfigCertParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) UpdateWxPayConfigShort(input *payment_config.UpdateWxPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) UpdateXsollaConfig(input *payment_config.UpdateXsollaConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateXsollaConfigShort(input *payment_config.UpdateXsollaConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) UpdateXsollaUIConfig(input *payment_config.UpdateXsollaUIConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateXsollaUIConfigShort(input *payment_config.UpdateXsollaUIConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- type PaymentDedicatedService
- func (aaa *PaymentDedicatedService) CreatePaymentOrderByDedicated(input *payment_dedicated.CreatePaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderCreateResult, error)deprecated
- func (aaa *PaymentDedicatedService) CreatePaymentOrderByDedicatedShort(input *payment_dedicated.CreatePaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderCreateResult, error)
- func (aaa *PaymentDedicatedService) GetAuthSession() auth.Session
- func (aaa *PaymentDedicatedService) RefundPaymentOrderByDedicated(input *payment_dedicated.RefundPaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderRefundResult, error)deprecated
- func (aaa *PaymentDedicatedService) RefundPaymentOrderByDedicatedShort(input *payment_dedicated.RefundPaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderRefundResult, error)
- func (aaa *PaymentDedicatedService) SyncPaymentOrders(input *payment_dedicated.SyncPaymentOrdersParams) (*platformclientmodels.PaymentOrderSyncResult, error)deprecated
- func (aaa *PaymentDedicatedService) SyncPaymentOrdersShort(input *payment_dedicated.SyncPaymentOrdersParams) (*platformclientmodels.PaymentOrderSyncResult, error)
- type PaymentService
- func (aaa *PaymentService) ChargePaymentOrder(input *payment.ChargePaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)deprecated
- func (aaa *PaymentService) ChargePaymentOrderShort(input *payment.ChargePaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
- func (aaa *PaymentService) CreateUserPaymentOrder(input *payment.CreateUserPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)deprecated
- func (aaa *PaymentService) CreateUserPaymentOrderShort(input *payment.CreateUserPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
- func (aaa *PaymentService) GetAuthSession() auth.Session
- func (aaa *PaymentService) GetPaymentOrder(input *payment.GetPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)deprecated
- func (aaa *PaymentService) GetPaymentOrderChargeStatus(input *payment.GetPaymentOrderChargeStatusParams) (*platformclientmodels.PaymentOrderChargeStatus, error)deprecated
- func (aaa *PaymentService) GetPaymentOrderChargeStatusShort(input *payment.GetPaymentOrderChargeStatusParams) (*platformclientmodels.PaymentOrderChargeStatus, error)
- func (aaa *PaymentService) GetPaymentOrderShort(input *payment.GetPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
- func (aaa *PaymentService) ListExtOrderNoByExtTxID(input *payment.ListExtOrderNoByExtTxIDParams) ([]string, error)deprecated
- func (aaa *PaymentService) ListExtOrderNoByExtTxIDShort(input *payment.ListExtOrderNoByExtTxIDParams) ([]string, error)
- func (aaa *PaymentService) QueryPaymentNotifications(input *payment.QueryPaymentNotificationsParams) (*platformclientmodels.PaymentNotificationPagingSlicedResult, error)deprecated
- func (aaa *PaymentService) QueryPaymentNotificationsShort(input *payment.QueryPaymentNotificationsParams) (*platformclientmodels.PaymentNotificationPagingSlicedResult, error)
- func (aaa *PaymentService) QueryPaymentOrders(input *payment.QueryPaymentOrdersParams) (*platformclientmodels.PaymentOrderPagingSlicedResult, error)deprecated
- func (aaa *PaymentService) QueryPaymentOrdersShort(input *payment.QueryPaymentOrdersParams) (*platformclientmodels.PaymentOrderPagingSlicedResult, error)
- func (aaa *PaymentService) RefundUserPaymentOrder(input *payment.RefundUserPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)deprecated
- func (aaa *PaymentService) RefundUserPaymentOrderShort(input *payment.RefundUserPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
- func (aaa *PaymentService) SimulatePaymentOrderNotification(input *payment.SimulatePaymentOrderNotificationParams) (*platformclientmodels.NotificationProcessResult, error)deprecated
- func (aaa *PaymentService) SimulatePaymentOrderNotificationShort(input *payment.SimulatePaymentOrderNotificationParams) (*platformclientmodels.NotificationProcessResult, error)
- type PaymentStationService
- func (aaa *PaymentStationService) GetAuthSession() auth.Session
- func (aaa *PaymentStationService) GetPaymentCustomization(input *payment_station.GetPaymentCustomizationParams) (*platformclientmodels.Customization, error)deprecated
- func (aaa *PaymentStationService) GetPaymentCustomizationShort(input *payment_station.GetPaymentCustomizationParams) (*platformclientmodels.Customization, error)
- func (aaa *PaymentStationService) GetPaymentPublicConfig(input *payment_station.GetPaymentPublicConfigParams) (map[string]interface{}, error)deprecated
- func (aaa *PaymentStationService) GetPaymentPublicConfigShort(input *payment_station.GetPaymentPublicConfigParams) (map[string]interface{}, error)
- func (aaa *PaymentStationService) GetPaymentTaxValue(input *payment_station.GetPaymentTaxValueParams) (*platformclientmodels.TaxResult, error)deprecated
- func (aaa *PaymentStationService) GetPaymentTaxValueShort(input *payment_station.GetPaymentTaxValueParams) (*platformclientmodels.TaxResult, error)
- func (aaa *PaymentStationService) Pay(input *payment_station.PayParams) (*platformclientmodels.PaymentProcessResult, error)deprecated
- func (aaa *PaymentStationService) PayShort(input *payment_station.PayParams) (*platformclientmodels.PaymentProcessResult, error)
- func (aaa *PaymentStationService) PublicCheckPaymentOrderPaidStatus(input *payment_station.PublicCheckPaymentOrderPaidStatusParams) (*platformclientmodels.PaymentOrderPaidResult, error)deprecated
- func (aaa *PaymentStationService) PublicCheckPaymentOrderPaidStatusShort(input *payment_station.PublicCheckPaymentOrderPaidStatusParams) (*platformclientmodels.PaymentOrderPaidResult, error)
- func (aaa *PaymentStationService) PublicGetPaymentMethods(input *payment_station.PublicGetPaymentMethodsParams) ([]*platformclientmodels.PaymentMethod, error)deprecated
- func (aaa *PaymentStationService) PublicGetPaymentMethodsShort(input *payment_station.PublicGetPaymentMethodsParams) ([]*platformclientmodels.PaymentMethod, error)
- func (aaa *PaymentStationService) PublicGetPaymentURL(input *payment_station.PublicGetPaymentURLParams) (*platformclientmodels.PaymentURL, error)deprecated
- func (aaa *PaymentStationService) PublicGetPaymentURLShort(input *payment_station.PublicGetPaymentURLParams) (*platformclientmodels.PaymentURL, error)
- func (aaa *PaymentStationService) PublicGetQRCode(input *payment_station.PublicGetQRCodeParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *PaymentStationService) PublicGetQRCodeShort(input *payment_station.PublicGetQRCodeParams, writer io.Writer) (io.Writer, error)
- func (aaa *PaymentStationService) PublicGetUnpaidPaymentOrder(input *payment_station.PublicGetUnpaidPaymentOrderParams) (*platformclientmodels.PaymentOrderDetails, error)deprecated
- func (aaa *PaymentStationService) PublicGetUnpaidPaymentOrderShort(input *payment_station.PublicGetUnpaidPaymentOrderParams) (*platformclientmodels.PaymentOrderDetails, error)
- func (aaa *PaymentStationService) PublicNormalizePaymentReturnURL(input *payment_station.PublicNormalizePaymentReturnURLParams) errordeprecated
- func (aaa *PaymentStationService) PublicNormalizePaymentReturnURLShort(input *payment_station.PublicNormalizePaymentReturnURLParams) error
- type RewardService
- func (aaa *RewardService) CheckEventCondition(input *reward.CheckEventConditionParams) (*platformclientmodels.ConditionMatchResult, error)deprecated
- func (aaa *RewardService) CheckEventConditionShort(input *reward.CheckEventConditionParams) (*platformclientmodels.ConditionMatchResult, error)
- func (aaa *RewardService) CreateReward(input *reward.CreateRewardParams) (*platformclientmodels.RewardInfo, error)deprecated
- func (aaa *RewardService) CreateRewardShort(input *reward.CreateRewardParams) (*platformclientmodels.RewardInfo, error)
- func (aaa *RewardService) DeleteReward(input *reward.DeleteRewardParams) (*platformclientmodels.RewardInfo, error)deprecated
- func (aaa *RewardService) DeleteRewardConditionRecord(input *reward.DeleteRewardConditionRecordParams) errordeprecated
- func (aaa *RewardService) DeleteRewardConditionRecordShort(input *reward.DeleteRewardConditionRecordParams) error
- func (aaa *RewardService) DeleteRewardShort(input *reward.DeleteRewardParams) (*platformclientmodels.RewardInfo, error)
- func (aaa *RewardService) ExportRewards(input *reward.ExportRewardsParams) errordeprecated
- func (aaa *RewardService) ExportRewardsShort(input *reward.ExportRewardsParams) error
- func (aaa *RewardService) GetAuthSession() auth.Session
- func (aaa *RewardService) GetReward(input *reward.GetRewardParams) (*platformclientmodels.RewardInfo, error)deprecated
- func (aaa *RewardService) GetReward1(input *reward.GetReward1Params) (*platformclientmodels.RewardInfo, error)deprecated
- func (aaa *RewardService) GetReward1Short(input *reward.GetReward1Params) (*platformclientmodels.RewardInfo, error)
- func (aaa *RewardService) GetRewardByCode(input *reward.GetRewardByCodeParams) (*platformclientmodels.RewardInfo, error)deprecated
- func (aaa *RewardService) GetRewardByCodeShort(input *reward.GetRewardByCodeParams) (*platformclientmodels.RewardInfo, error)
- func (aaa *RewardService) GetRewardShort(input *reward.GetRewardParams) (*platformclientmodels.RewardInfo, error)
- func (aaa *RewardService) ImportRewards(input *reward.ImportRewardsParams) errordeprecated
- func (aaa *RewardService) ImportRewardsShort(input *reward.ImportRewardsParams) error
- func (aaa *RewardService) QueryRewards(input *reward.QueryRewardsParams) (*platformclientmodels.RewardPagingSlicedResult, error)deprecated
- func (aaa *RewardService) QueryRewards1(input *reward.QueryRewards1Params) (*platformclientmodels.RewardPagingSlicedResult, error)deprecated
- func (aaa *RewardService) QueryRewards1Short(input *reward.QueryRewards1Params) (*platformclientmodels.RewardPagingSlicedResult, error)
- func (aaa *RewardService) QueryRewardsShort(input *reward.QueryRewardsParams) (*platformclientmodels.RewardPagingSlicedResult, error)
- func (aaa *RewardService) UpdateReward(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)deprecated
- func (aaa *RewardService) UpdateRewardShort(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)
- type StoreService
- func (aaa *StoreService) CloneStore(input *store.CloneStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) CloneStoreShort(input *store.CloneStoreParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) CreateStore(input *store.CreateStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) CreateStoreShort(input *store.CreateStoreParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) DeletePublishedStore(input *store.DeletePublishedStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) DeletePublishedStoreShort(input *store.DeletePublishedStoreParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) DeleteStore(input *store.DeleteStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) DeleteStoreShort(input *store.DeleteStoreParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) ExportStore(input *store.ExportStoreParams) errordeprecated
- func (aaa *StoreService) ExportStoreShort(input *store.ExportStoreParams) error
- func (aaa *StoreService) GetAuthSession() auth.Session
- func (aaa *StoreService) GetPublishedStore(input *store.GetPublishedStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) GetPublishedStoreBackup(input *store.GetPublishedStoreBackupParams) (*platformclientmodels.StoreBackupInfo, error)deprecated
- func (aaa *StoreService) GetPublishedStoreBackupShort(input *store.GetPublishedStoreBackupParams) (*platformclientmodels.StoreBackupInfo, error)
- func (aaa *StoreService) GetPublishedStoreShort(input *store.GetPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) GetStore(input *store.GetStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) GetStoreShort(input *store.GetStoreParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) ImportStore(input *store.ImportStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) ImportStoreShort(input *store.ImportStoreParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) ListStores(input *store.ListStoresParams) ([]*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) ListStoresShort(input *store.ListStoresParams) ([]*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) PublicListStores(input *store.PublicListStoresParams) ([]*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) PublicListStoresShort(input *store.PublicListStoresParams) ([]*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) RollbackPublishedStore(input *store.RollbackPublishedStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) RollbackPublishedStoreShort(input *store.RollbackPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
- func (aaa *StoreService) UpdateStore(input *store.UpdateStoreParams) (*platformclientmodels.StoreInfo, error)deprecated
- func (aaa *StoreService) UpdateStoreShort(input *store.UpdateStoreParams) (*platformclientmodels.StoreInfo, error)
- type SubscriptionService
- func (aaa *SubscriptionService) CancelSubscription(input *subscription.CancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)deprecated
- func (aaa *SubscriptionService) CancelSubscriptionShort(input *subscription.CancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
- func (aaa *SubscriptionService) CheckUserSubscriptionSubscribableByItemID(input *subscription.CheckUserSubscriptionSubscribableByItemIDParams) (*platformclientmodels.Subscribable, error)deprecated
- func (aaa *SubscriptionService) CheckUserSubscriptionSubscribableByItemIDShort(input *subscription.CheckUserSubscriptionSubscribableByItemIDParams) (*platformclientmodels.Subscribable, error)
- func (aaa *SubscriptionService) DeleteUserSubscription(input *subscription.DeleteUserSubscriptionParams) errordeprecated
- func (aaa *SubscriptionService) DeleteUserSubscriptionShort(input *subscription.DeleteUserSubscriptionParams) error
- func (aaa *SubscriptionService) GetAuthSession() auth.Session
- func (aaa *SubscriptionService) GetUserSubscription(input *subscription.GetUserSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)deprecated
- func (aaa *SubscriptionService) GetUserSubscriptionActivities(input *subscription.GetUserSubscriptionActivitiesParams) (*platformclientmodels.SubscriptionActivityPagingSlicedResult, error)deprecated
- func (aaa *SubscriptionService) GetUserSubscriptionActivitiesShort(input *subscription.GetUserSubscriptionActivitiesParams) (*platformclientmodels.SubscriptionActivityPagingSlicedResult, error)
- func (aaa *SubscriptionService) GetUserSubscriptionBillingHistories(input *subscription.GetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)deprecated
- func (aaa *SubscriptionService) GetUserSubscriptionBillingHistoriesShort(input *subscription.GetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)
- func (aaa *SubscriptionService) GetUserSubscriptionShort(input *subscription.GetUserSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
- func (aaa *SubscriptionService) GrantDaysToSubscription(input *subscription.GrantDaysToSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)deprecated
- func (aaa *SubscriptionService) GrantDaysToSubscriptionShort(input *subscription.GrantDaysToSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
- func (aaa *SubscriptionService) PlatformSubscribeSubscription(input *subscription.PlatformSubscribeSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)deprecated
- func (aaa *SubscriptionService) PlatformSubscribeSubscriptionShort(input *subscription.PlatformSubscribeSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
- func (aaa *SubscriptionService) ProcessUserSubscriptionNotification(input *subscription.ProcessUserSubscriptionNotificationParams) errordeprecated
- func (aaa *SubscriptionService) ProcessUserSubscriptionNotificationShort(input *subscription.ProcessUserSubscriptionNotificationParams) error
- func (aaa *SubscriptionService) PublicCancelSubscription(input *subscription.PublicCancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)deprecated
- func (aaa *SubscriptionService) PublicCancelSubscriptionShort(input *subscription.PublicCancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
- func (aaa *SubscriptionService) PublicChangeSubscriptionBillingAccount(input *subscription.PublicChangeSubscriptionBillingAccountParams) (*platformclientmodels.SubscriptionInfo, error)deprecated
- func (aaa *SubscriptionService) PublicChangeSubscriptionBillingAccountShort(input *subscription.PublicChangeSubscriptionBillingAccountParams) (*platformclientmodels.SubscriptionInfo, error)
- func (aaa *SubscriptionService) PublicCheckUserSubscriptionSubscribableByItemID(input *subscription.PublicCheckUserSubscriptionSubscribableByItemIDParams) (*platformclientmodels.Subscribable, error)deprecated
- func (aaa *SubscriptionService) PublicCheckUserSubscriptionSubscribableByItemIDShort(input *subscription.PublicCheckUserSubscriptionSubscribableByItemIDParams) (*platformclientmodels.Subscribable, error)
- func (aaa *SubscriptionService) PublicGetUserSubscription(input *subscription.PublicGetUserSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)deprecated
- func (aaa *SubscriptionService) PublicGetUserSubscriptionBillingHistories(input *subscription.PublicGetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)deprecated
- func (aaa *SubscriptionService) PublicGetUserSubscriptionBillingHistoriesShort(input *subscription.PublicGetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)
- func (aaa *SubscriptionService) PublicGetUserSubscriptionShort(input *subscription.PublicGetUserSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
- func (aaa *SubscriptionService) PublicQueryUserSubscriptions(input *subscription.PublicQueryUserSubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)deprecated
- func (aaa *SubscriptionService) PublicQueryUserSubscriptionsShort(input *subscription.PublicQueryUserSubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
- func (aaa *SubscriptionService) PublicSubscribeSubscription(input *subscription.PublicSubscribeSubscriptionParams) errordeprecated
- func (aaa *SubscriptionService) PublicSubscribeSubscriptionShort(input *subscription.PublicSubscribeSubscriptionParams) error
- func (aaa *SubscriptionService) QuerySubscriptions(input *subscription.QuerySubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)deprecated
- func (aaa *SubscriptionService) QuerySubscriptionsShort(input *subscription.QuerySubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
- func (aaa *SubscriptionService) QueryUserSubscriptions(input *subscription.QueryUserSubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)deprecated
- func (aaa *SubscriptionService) QueryUserSubscriptionsShort(input *subscription.QueryUserSubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
- func (aaa *SubscriptionService) RecurringChargeSubscription(input *subscription.RecurringChargeSubscriptionParams) (*platformclientmodels.RecurringChargeResult, error)deprecated
- func (aaa *SubscriptionService) RecurringChargeSubscriptionShort(input *subscription.RecurringChargeSubscriptionParams) (*platformclientmodels.RecurringChargeResult, error)
- type TicketService
- func (aaa *TicketService) AcquireUserTicket(input *ticket.AcquireUserTicketParams) (*platformclientmodels.TicketAcquireResult, error)deprecated
- func (aaa *TicketService) AcquireUserTicketShort(input *ticket.AcquireUserTicketParams) (*platformclientmodels.TicketAcquireResult, error)
- func (aaa *TicketService) DecreaseTicketSale(input *ticket.DecreaseTicketSaleParams) errordeprecated
- func (aaa *TicketService) DecreaseTicketSaleShort(input *ticket.DecreaseTicketSaleParams) error
- func (aaa *TicketService) GetAuthSession() auth.Session
- func (aaa *TicketService) GetTicketBoothID(input *ticket.GetTicketBoothIDParams) (*platformclientmodels.TicketBoothID, error)deprecated
- func (aaa *TicketService) GetTicketBoothIDShort(input *ticket.GetTicketBoothIDParams) (*platformclientmodels.TicketBoothID, error)
- func (aaa *TicketService) GetTicketDynamic(input *ticket.GetTicketDynamicParams) (*platformclientmodels.TicketDynamicInfo, error)deprecated
- func (aaa *TicketService) GetTicketDynamicShort(input *ticket.GetTicketDynamicParams) (*platformclientmodels.TicketDynamicInfo, error)
- func (aaa *TicketService) IncreaseTicketSale(input *ticket.IncreaseTicketSaleParams) (*platformclientmodels.TicketSaleIncrementResult, error)deprecated
- func (aaa *TicketService) IncreaseTicketSaleShort(input *ticket.IncreaseTicketSaleParams) (*platformclientmodels.TicketSaleIncrementResult, error)
- type WalletService
- func (aaa *WalletService) CheckWallet(input *wallet.CheckWalletParams) errordeprecated
- func (aaa *WalletService) CheckWalletShort(input *wallet.CheckWalletParams) error
- func (aaa *WalletService) CreditUserWallet(input *wallet.CreditUserWalletParams) (*platformclientmodels.WalletInfo, error)deprecated
- func (aaa *WalletService) CreditUserWalletShort(input *wallet.CreditUserWalletParams) (*platformclientmodels.WalletInfo, error)
- func (aaa *WalletService) DebitUserWallet(input *wallet.DebitUserWalletParams) (*platformclientmodels.WalletInfo, error)deprecated
- func (aaa *WalletService) DebitUserWalletShort(input *wallet.DebitUserWalletParams) (*platformclientmodels.WalletInfo, error)
- func (aaa *WalletService) DisableUserWallet(input *wallet.DisableUserWalletParams) errordeprecated
- func (aaa *WalletService) DisableUserWalletShort(input *wallet.DisableUserWalletParams) error
- func (aaa *WalletService) EnableUserWallet(input *wallet.EnableUserWalletParams) errordeprecated
- func (aaa *WalletService) EnableUserWalletShort(input *wallet.EnableUserWalletParams) error
- func (aaa *WalletService) GetAuthSession() auth.Session
- func (aaa *WalletService) GetPlatformWalletConfig(input *wallet.GetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)deprecated
- func (aaa *WalletService) GetPlatformWalletConfigShort(input *wallet.GetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
- func (aaa *WalletService) GetUserWallet(input *wallet.GetUserWalletParams) (*platformclientmodels.WalletInfo, error)deprecated
- func (aaa *WalletService) GetUserWalletShort(input *wallet.GetUserWalletParams) (*platformclientmodels.WalletInfo, error)
- func (aaa *WalletService) GetWallet(input *wallet.GetWalletParams) (*platformclientmodels.WalletInfo, error)deprecated
- func (aaa *WalletService) GetWalletShort(input *wallet.GetWalletParams) (*platformclientmodels.WalletInfo, error)
- func (aaa *WalletService) ListUserCurrencyTransactions(input *wallet.ListUserCurrencyTransactionsParams) (*platformclientmodels.WalletTransactionPagingSlicedResult, error)deprecated
- func (aaa *WalletService) ListUserCurrencyTransactionsShort(input *wallet.ListUserCurrencyTransactionsParams) (*platformclientmodels.WalletTransactionPagingSlicedResult, error)
- func (aaa *WalletService) ListUserWalletTransactions(input *wallet.ListUserWalletTransactionsParams) (*platformclientmodels.DetailedWalletTransactionPagingSlicedResult, error)deprecated
- func (aaa *WalletService) ListUserWalletTransactionsShort(input *wallet.ListUserWalletTransactionsParams) (*platformclientmodels.DetailedWalletTransactionPagingSlicedResult, error)
- func (aaa *WalletService) PayWithUserWallet(input *wallet.PayWithUserWalletParams) (*platformclientmodels.PlatformWallet, error)deprecated
- func (aaa *WalletService) PayWithUserWalletShort(input *wallet.PayWithUserWalletParams) (*platformclientmodels.PlatformWallet, error)
- func (aaa *WalletService) PublicGetMyWallet(input *wallet.PublicGetMyWalletParams) (*platformclientmodels.PlatformWallet, error)deprecated
- func (aaa *WalletService) PublicGetMyWalletShort(input *wallet.PublicGetMyWalletParams) (*platformclientmodels.PlatformWallet, error)
- func (aaa *WalletService) PublicGetWallet(input *wallet.PublicGetWalletParams) (*platformclientmodels.PlatformWallet, error)deprecated
- func (aaa *WalletService) PublicGetWalletShort(input *wallet.PublicGetWalletParams) (*platformclientmodels.PlatformWallet, error)
- func (aaa *WalletService) PublicListUserWalletTransactions(input *wallet.PublicListUserWalletTransactionsParams) (*platformclientmodels.WalletTransactionPagingSlicedResult, error)deprecated
- func (aaa *WalletService) PublicListUserWalletTransactionsShort(input *wallet.PublicListUserWalletTransactionsParams) (*platformclientmodels.WalletTransactionPagingSlicedResult, error)
- func (aaa *WalletService) QueryUserCurrencyWallets(input *wallet.QueryUserCurrencyWalletsParams) ([]*platformclientmodels.CurrencyWallet, error)deprecated
- func (aaa *WalletService) QueryUserCurrencyWalletsShort(input *wallet.QueryUserCurrencyWalletsParams) ([]*platformclientmodels.CurrencyWallet, error)
- func (aaa *WalletService) QueryWallets(input *wallet.QueryWalletsParams) (*platformclientmodels.WalletPagingSlicedResult, error)deprecated
- func (aaa *WalletService) QueryWalletsShort(input *wallet.QueryWalletsParams) (*platformclientmodels.WalletPagingSlicedResult, error)
- func (aaa *WalletService) ResetPlatformWalletConfig(input *wallet.ResetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)deprecated
- func (aaa *WalletService) ResetPlatformWalletConfigShort(input *wallet.ResetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
- func (aaa *WalletService) UpdatePlatformWalletConfig(input *wallet.UpdatePlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)deprecated
- func (aaa *WalletService) UpdatePlatformWalletConfigShort(input *wallet.UpdatePlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AchievementPlatformService ¶ added in v0.22.0
type AchievementPlatformService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AchievementPlatformService) GetAuthSession ¶ added in v0.22.0
func (aaa *AchievementPlatformService) GetAuthSession() auth.Session
func (*AchievementPlatformService) GetXblUserAchievements
deprecated
added in
v0.23.0
func (aaa *AchievementPlatformService) GetXblUserAchievements(input *achievement_platform.GetXblUserAchievementsParams) (*platformclientmodels.ADTOObjectForQueryingXboxUserAchievements, error)
Deprecated: Use GetXblUserAchievementsShort instead
func (*AchievementPlatformService) GetXblUserAchievementsShort ¶ added in v0.23.0
func (aaa *AchievementPlatformService) GetXblUserAchievementsShort(input *achievement_platform.GetXblUserAchievementsParams) (*platformclientmodels.ADTOObjectForQueryingXboxUserAchievements, error)
func (*AchievementPlatformService) UnlockSteamUserAchievement
deprecated
added in
v0.22.0
func (aaa *AchievementPlatformService) UnlockSteamUserAchievement(input *achievement_platform.UnlockSteamUserAchievementParams) error
Deprecated: Use UnlockSteamUserAchievementShort instead
func (*AchievementPlatformService) UnlockSteamUserAchievementShort ¶ added in v0.22.0
func (aaa *AchievementPlatformService) UnlockSteamUserAchievementShort(input *achievement_platform.UnlockSteamUserAchievementParams) error
func (*AchievementPlatformService) UpdateXblUserAchievement
deprecated
added in
v0.22.0
func (aaa *AchievementPlatformService) UpdateXblUserAchievement(input *achievement_platform.UpdateXblUserAchievementParams) error
Deprecated: Use UpdateXblUserAchievementShort instead
func (*AchievementPlatformService) UpdateXblUserAchievementShort ¶ added in v0.22.0
func (aaa *AchievementPlatformService) UpdateXblUserAchievementShort(input *achievement_platform.UpdateXblUserAchievementParams) error
type AnonymizationService ¶
type AnonymizationService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*AnonymizationService) AnonymizeCampaign
deprecated
func (aaa *AnonymizationService) AnonymizeCampaign(input *anonymization.AnonymizeCampaignParams) error
Deprecated: Use AnonymizeCampaignShort instead
func (*AnonymizationService) AnonymizeCampaignShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizeCampaignShort(input *anonymization.AnonymizeCampaignParams) error
func (*AnonymizationService) AnonymizeEntitlement
deprecated
func (aaa *AnonymizationService) AnonymizeEntitlement(input *anonymization.AnonymizeEntitlementParams) error
Deprecated: Use AnonymizeEntitlementShort instead
func (*AnonymizationService) AnonymizeEntitlementShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizeEntitlementShort(input *anonymization.AnonymizeEntitlementParams) error
func (*AnonymizationService) AnonymizeFulfillment
deprecated
func (aaa *AnonymizationService) AnonymizeFulfillment(input *anonymization.AnonymizeFulfillmentParams) error
Deprecated: Use AnonymizeFulfillmentShort instead
func (*AnonymizationService) AnonymizeFulfillmentShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizeFulfillmentShort(input *anonymization.AnonymizeFulfillmentParams) error
func (*AnonymizationService) AnonymizeIntegration
deprecated
func (aaa *AnonymizationService) AnonymizeIntegration(input *anonymization.AnonymizeIntegrationParams) error
Deprecated: Use AnonymizeIntegrationShort instead
func (*AnonymizationService) AnonymizeIntegrationShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizeIntegrationShort(input *anonymization.AnonymizeIntegrationParams) error
func (*AnonymizationService) AnonymizeOrder
deprecated
func (aaa *AnonymizationService) AnonymizeOrder(input *anonymization.AnonymizeOrderParams) error
Deprecated: Use AnonymizeOrderShort instead
func (*AnonymizationService) AnonymizeOrderShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizeOrderShort(input *anonymization.AnonymizeOrderParams) error
func (*AnonymizationService) AnonymizePayment
deprecated
func (aaa *AnonymizationService) AnonymizePayment(input *anonymization.AnonymizePaymentParams) error
Deprecated: Use AnonymizePaymentShort instead
func (*AnonymizationService) AnonymizePaymentShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizePaymentShort(input *anonymization.AnonymizePaymentParams) error
func (*AnonymizationService) AnonymizeSubscription
deprecated
func (aaa *AnonymizationService) AnonymizeSubscription(input *anonymization.AnonymizeSubscriptionParams) error
Deprecated: Use AnonymizeSubscriptionShort instead
func (*AnonymizationService) AnonymizeSubscriptionShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizeSubscriptionShort(input *anonymization.AnonymizeSubscriptionParams) error
func (*AnonymizationService) AnonymizeWallet
deprecated
func (aaa *AnonymizationService) AnonymizeWallet(input *anonymization.AnonymizeWalletParams) error
Deprecated: Use AnonymizeWalletShort instead
func (*AnonymizationService) AnonymizeWalletShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizeWalletShort(input *anonymization.AnonymizeWalletParams) error
func (*AnonymizationService) GetAuthSession ¶ added in v0.21.0
func (aaa *AnonymizationService) GetAuthSession() auth.Session
type CampaignService ¶
type CampaignService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*CampaignService) ApplyUserRedemption
deprecated
func (aaa *CampaignService) ApplyUserRedemption(input *campaign.ApplyUserRedemptionParams) (*platformclientmodels.RedeemResult, error)
Deprecated: Use ApplyUserRedemptionShort instead
func (*CampaignService) ApplyUserRedemptionShort ¶ added in v0.10.0
func (aaa *CampaignService) ApplyUserRedemptionShort(input *campaign.ApplyUserRedemptionParams) (*platformclientmodels.RedeemResult, error)
func (*CampaignService) BulkDisableCodes
deprecated
func (aaa *CampaignService) BulkDisableCodes(input *campaign.BulkDisableCodesParams) (*platformclientmodels.BulkOperationResult, error)
Deprecated: Use BulkDisableCodesShort instead
func (*CampaignService) BulkDisableCodesShort ¶ added in v0.10.0
func (aaa *CampaignService) BulkDisableCodesShort(input *campaign.BulkDisableCodesParams) (*platformclientmodels.BulkOperationResult, error)
func (*CampaignService) BulkEnableCodes
deprecated
func (aaa *CampaignService) BulkEnableCodes(input *campaign.BulkEnableCodesParams) (*platformclientmodels.BulkOperationResult, error)
Deprecated: Use BulkEnableCodesShort instead
func (*CampaignService) BulkEnableCodesShort ¶ added in v0.10.0
func (aaa *CampaignService) BulkEnableCodesShort(input *campaign.BulkEnableCodesParams) (*platformclientmodels.BulkOperationResult, error)
func (*CampaignService) CreateCampaign
deprecated
func (aaa *CampaignService) CreateCampaign(input *campaign.CreateCampaignParams) (*platformclientmodels.CampaignInfo, error)
Deprecated: Use CreateCampaignShort instead
func (*CampaignService) CreateCampaignShort ¶ added in v0.10.0
func (aaa *CampaignService) CreateCampaignShort(input *campaign.CreateCampaignParams) (*platformclientmodels.CampaignInfo, error)
func (*CampaignService) CreateCodes
deprecated
func (aaa *CampaignService) CreateCodes(input *campaign.CreateCodesParams) (*platformclientmodels.CodeCreateResult, error)
Deprecated: Use CreateCodesShort instead
func (*CampaignService) CreateCodesShort ¶ added in v0.10.0
func (aaa *CampaignService) CreateCodesShort(input *campaign.CreateCodesParams) (*platformclientmodels.CodeCreateResult, error)
func (*CampaignService) DisableCode
deprecated
func (aaa *CampaignService) DisableCode(input *campaign.DisableCodeParams) (*platformclientmodels.CodeInfo, error)
Deprecated: Use DisableCodeShort instead
func (*CampaignService) DisableCodeShort ¶ added in v0.10.0
func (aaa *CampaignService) DisableCodeShort(input *campaign.DisableCodeParams) (*platformclientmodels.CodeInfo, error)
func (*CampaignService) Download
deprecated
func (aaa *CampaignService) Download(input *campaign.DownloadParams) error
Deprecated: Use DownloadShort instead
func (*CampaignService) DownloadShort ¶ added in v0.10.0
func (aaa *CampaignService) DownloadShort(input *campaign.DownloadParams) error
func (*CampaignService) EnableCode
deprecated
func (aaa *CampaignService) EnableCode(input *campaign.EnableCodeParams) (*platformclientmodels.CodeInfo, error)
Deprecated: Use EnableCodeShort instead
func (*CampaignService) EnableCodeShort ¶ added in v0.10.0
func (aaa *CampaignService) EnableCodeShort(input *campaign.EnableCodeParams) (*platformclientmodels.CodeInfo, error)
func (*CampaignService) GetAuthSession ¶ added in v0.21.0
func (aaa *CampaignService) GetAuthSession() auth.Session
func (*CampaignService) GetCampaign
deprecated
func (aaa *CampaignService) GetCampaign(input *campaign.GetCampaignParams) (*platformclientmodels.CampaignInfo, error)
Deprecated: Use GetCampaignShort instead
func (*CampaignService) GetCampaignDynamic
deprecated
func (aaa *CampaignService) GetCampaignDynamic(input *campaign.GetCampaignDynamicParams) (*platformclientmodels.CampaignDynamicInfo, error)
Deprecated: Use GetCampaignDynamicShort instead
func (*CampaignService) GetCampaignDynamicShort ¶ added in v0.10.0
func (aaa *CampaignService) GetCampaignDynamicShort(input *campaign.GetCampaignDynamicParams) (*platformclientmodels.CampaignDynamicInfo, error)
func (*CampaignService) GetCampaignShort ¶ added in v0.10.0
func (aaa *CampaignService) GetCampaignShort(input *campaign.GetCampaignParams) (*platformclientmodels.CampaignInfo, error)
func (*CampaignService) GetCode
deprecated
func (aaa *CampaignService) GetCode(input *campaign.GetCodeParams) (*platformclientmodels.CodeInfo, error)
Deprecated: Use GetCodeShort instead
func (*CampaignService) GetCodeShort ¶ added in v0.10.0
func (aaa *CampaignService) GetCodeShort(input *campaign.GetCodeParams) (*platformclientmodels.CodeInfo, error)
func (*CampaignService) QueryCampaigns
deprecated
func (aaa *CampaignService) QueryCampaigns(input *campaign.QueryCampaignsParams) (*platformclientmodels.CampaignPagingSlicedResult, error)
Deprecated: Use QueryCampaignsShort instead
func (*CampaignService) QueryCampaignsShort ¶ added in v0.10.0
func (aaa *CampaignService) QueryCampaignsShort(input *campaign.QueryCampaignsParams) (*platformclientmodels.CampaignPagingSlicedResult, error)
func (*CampaignService) QueryCodes
deprecated
func (aaa *CampaignService) QueryCodes(input *campaign.QueryCodesParams) (*platformclientmodels.CodeInfoPagingSlicedResult, error)
Deprecated: Use QueryCodesShort instead
func (*CampaignService) QueryCodesShort ¶ added in v0.10.0
func (aaa *CampaignService) QueryCodesShort(input *campaign.QueryCodesParams) (*platformclientmodels.CodeInfoPagingSlicedResult, error)
func (*CampaignService) QueryRedeemHistory
deprecated
func (aaa *CampaignService) QueryRedeemHistory(input *campaign.QueryRedeemHistoryParams) (*platformclientmodels.RedeemHistoryPagingSlicedResult, error)
Deprecated: Use QueryRedeemHistoryShort instead
func (*CampaignService) QueryRedeemHistoryShort ¶ added in v0.10.0
func (aaa *CampaignService) QueryRedeemHistoryShort(input *campaign.QueryRedeemHistoryParams) (*platformclientmodels.RedeemHistoryPagingSlicedResult, error)
func (*CampaignService) UpdateCampaign
deprecated
func (aaa *CampaignService) UpdateCampaign(input *campaign.UpdateCampaignParams) (*platformclientmodels.CampaignInfo, error)
Deprecated: Use UpdateCampaignShort instead
func (*CampaignService) UpdateCampaignShort ¶ added in v0.10.0
func (aaa *CampaignService) UpdateCampaignShort(input *campaign.UpdateCampaignParams) (*platformclientmodels.CampaignInfo, error)
type CatalogChangesService ¶ added in v0.17.0
type CatalogChangesService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*CatalogChangesService) GetAuthSession ¶ added in v0.21.0
func (aaa *CatalogChangesService) GetAuthSession() auth.Session
func (*CatalogChangesService) GetStatistic
deprecated
added in
v0.22.0
func (aaa *CatalogChangesService) GetStatistic(input *catalog_changes.GetStatisticParams) (*platformclientmodels.CatalogChangeStatistics, error)
Deprecated: Use GetStatisticShort instead
func (*CatalogChangesService) GetStatisticShort ¶ added in v0.22.0
func (aaa *CatalogChangesService) GetStatisticShort(input *catalog_changes.GetStatisticParams) (*platformclientmodels.CatalogChangeStatistics, error)
func (*CatalogChangesService) PublishAll
deprecated
added in
v0.17.0
func (aaa *CatalogChangesService) PublishAll(input *catalog_changes.PublishAllParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use PublishAllShort instead
func (*CatalogChangesService) PublishAllShort ¶ added in v0.17.0
func (aaa *CatalogChangesService) PublishAllShort(input *catalog_changes.PublishAllParams) (*platformclientmodels.StoreInfo, error)
func (*CatalogChangesService) PublishSelected
deprecated
added in
v0.22.0
func (aaa *CatalogChangesService) PublishSelected(input *catalog_changes.PublishSelectedParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use PublishSelectedShort instead
func (*CatalogChangesService) PublishSelectedShort ¶ added in v0.22.0
func (aaa *CatalogChangesService) PublishSelectedShort(input *catalog_changes.PublishSelectedParams) (*platformclientmodels.StoreInfo, error)
func (*CatalogChangesService) QueryChanges
deprecated
added in
v0.17.0
func (aaa *CatalogChangesService) QueryChanges(input *catalog_changes.QueryChangesParams) ([]*platformclientmodels.CatalogChangePagingSlicedResult, error)
Deprecated: Use QueryChangesShort instead
func (*CatalogChangesService) QueryChangesShort ¶ added in v0.17.0
func (aaa *CatalogChangesService) QueryChangesShort(input *catalog_changes.QueryChangesParams) ([]*platformclientmodels.CatalogChangePagingSlicedResult, error)
func (*CatalogChangesService) SelectAllRecords
deprecated
added in
v0.22.0
func (aaa *CatalogChangesService) SelectAllRecords(input *catalog_changes.SelectAllRecordsParams) error
Deprecated: Use SelectAllRecordsShort instead
func (*CatalogChangesService) SelectAllRecordsShort ¶ added in v0.22.0
func (aaa *CatalogChangesService) SelectAllRecordsShort(input *catalog_changes.SelectAllRecordsParams) error
func (*CatalogChangesService) SelectRecord
deprecated
added in
v0.22.0
func (aaa *CatalogChangesService) SelectRecord(input *catalog_changes.SelectRecordParams) error
Deprecated: Use SelectRecordShort instead
func (*CatalogChangesService) SelectRecordShort ¶ added in v0.22.0
func (aaa *CatalogChangesService) SelectRecordShort(input *catalog_changes.SelectRecordParams) error
func (*CatalogChangesService) UnselectAllRecords
deprecated
added in
v0.22.0
func (aaa *CatalogChangesService) UnselectAllRecords(input *catalog_changes.UnselectAllRecordsParams) error
Deprecated: Use UnselectAllRecordsShort instead
func (*CatalogChangesService) UnselectAllRecordsShort ¶ added in v0.22.0
func (aaa *CatalogChangesService) UnselectAllRecordsShort(input *catalog_changes.UnselectAllRecordsParams) error
func (*CatalogChangesService) UnselectRecord
deprecated
added in
v0.22.0
func (aaa *CatalogChangesService) UnselectRecord(input *catalog_changes.UnselectRecordParams) error
Deprecated: Use UnselectRecordShort instead
func (*CatalogChangesService) UnselectRecordShort ¶ added in v0.22.0
func (aaa *CatalogChangesService) UnselectRecordShort(input *catalog_changes.UnselectRecordParams) error
type CategoryService ¶
type CategoryService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*CategoryService) CreateCategory
deprecated
func (aaa *CategoryService) CreateCategory(input *category.CreateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
Deprecated: Use CreateCategoryShort instead
func (*CategoryService) CreateCategoryShort ¶ added in v0.10.0
func (aaa *CategoryService) CreateCategoryShort(input *category.CreateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
func (*CategoryService) DeleteCategory
deprecated
func (aaa *CategoryService) DeleteCategory(input *category.DeleteCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
Deprecated: Use DeleteCategoryShort instead
func (*CategoryService) DeleteCategoryShort ¶ added in v0.10.0
func (aaa *CategoryService) DeleteCategoryShort(input *category.DeleteCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
func (*CategoryService) DownloadCategories
deprecated
func (aaa *CategoryService) DownloadCategories(input *category.DownloadCategoriesParams) ([]*platformclientmodels.HierarchicalCategoryInfo, error)
Deprecated: Use DownloadCategoriesShort instead
func (*CategoryService) DownloadCategoriesShort ¶ added in v0.10.0
func (aaa *CategoryService) DownloadCategoriesShort(input *category.DownloadCategoriesParams) ([]*platformclientmodels.HierarchicalCategoryInfo, error)
func (*CategoryService) GetAuthSession ¶ added in v0.21.0
func (aaa *CategoryService) GetAuthSession() auth.Session
func (*CategoryService) GetCategory
deprecated
func (aaa *CategoryService) GetCategory(input *category.GetCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
Deprecated: Use GetCategoryShort instead
func (*CategoryService) GetCategoryShort ¶ added in v0.10.0
func (aaa *CategoryService) GetCategoryShort(input *category.GetCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
func (*CategoryService) GetChildCategories
deprecated
func (aaa *CategoryService) GetChildCategories(input *category.GetChildCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
Deprecated: Use GetChildCategoriesShort instead
func (*CategoryService) GetChildCategoriesShort ¶ added in v0.10.0
func (aaa *CategoryService) GetChildCategoriesShort(input *category.GetChildCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
func (*CategoryService) GetDescendantCategories
deprecated
func (aaa *CategoryService) GetDescendantCategories(input *category.GetDescendantCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
Deprecated: Use GetDescendantCategoriesShort instead
func (*CategoryService) GetDescendantCategoriesShort ¶ added in v0.10.0
func (aaa *CategoryService) GetDescendantCategoriesShort(input *category.GetDescendantCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
func (*CategoryService) GetRootCategories
deprecated
func (aaa *CategoryService) GetRootCategories(input *category.GetRootCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
Deprecated: Use GetRootCategoriesShort instead
func (*CategoryService) GetRootCategoriesShort ¶ added in v0.10.0
func (aaa *CategoryService) GetRootCategoriesShort(input *category.GetRootCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)
func (*CategoryService) ListCategoriesBasic
deprecated
func (aaa *CategoryService) ListCategoriesBasic(input *category.ListCategoriesBasicParams) ([]*platformclientmodels.BasicCategoryInfo, error)
Deprecated: Use ListCategoriesBasicShort instead
func (*CategoryService) ListCategoriesBasicShort ¶ added in v0.10.0
func (aaa *CategoryService) ListCategoriesBasicShort(input *category.ListCategoriesBasicParams) ([]*platformclientmodels.BasicCategoryInfo, error)
func (*CategoryService) PublicGetCategory
deprecated
func (aaa *CategoryService) PublicGetCategory(input *category.PublicGetCategoryParams) (*platformclientmodels.CategoryInfo, error)
Deprecated: Use PublicGetCategoryShort instead
func (*CategoryService) PublicGetCategoryShort ¶ added in v0.10.0
func (aaa *CategoryService) PublicGetCategoryShort(input *category.PublicGetCategoryParams) (*platformclientmodels.CategoryInfo, error)
func (*CategoryService) PublicGetChildCategories
deprecated
func (aaa *CategoryService) PublicGetChildCategories(input *category.PublicGetChildCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
Deprecated: Use PublicGetChildCategoriesShort instead
func (*CategoryService) PublicGetChildCategoriesShort ¶ added in v0.10.0
func (aaa *CategoryService) PublicGetChildCategoriesShort(input *category.PublicGetChildCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
func (*CategoryService) PublicGetDescendantCategories
deprecated
func (aaa *CategoryService) PublicGetDescendantCategories(input *category.PublicGetDescendantCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
Deprecated: Use PublicGetDescendantCategoriesShort instead
func (*CategoryService) PublicGetDescendantCategoriesShort ¶ added in v0.10.0
func (aaa *CategoryService) PublicGetDescendantCategoriesShort(input *category.PublicGetDescendantCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
func (*CategoryService) PublicGetRootCategories
deprecated
func (aaa *CategoryService) PublicGetRootCategories(input *category.PublicGetRootCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
Deprecated: Use PublicGetRootCategoriesShort instead
func (*CategoryService) PublicGetRootCategoriesShort ¶ added in v0.10.0
func (aaa *CategoryService) PublicGetRootCategoriesShort(input *category.PublicGetRootCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)
func (*CategoryService) UpdateCategory
deprecated
func (aaa *CategoryService) UpdateCategory(input *category.UpdateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
Deprecated: Use UpdateCategoryShort instead
func (*CategoryService) UpdateCategoryShort ¶ added in v0.10.0
func (aaa *CategoryService) UpdateCategoryShort(input *category.UpdateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
type CurrencyService ¶
type CurrencyService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*CurrencyService) CreateCurrency
deprecated
func (aaa *CurrencyService) CreateCurrency(input *currency.CreateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
Deprecated: Use CreateCurrencyShort instead
func (*CurrencyService) CreateCurrencyShort ¶ added in v0.10.0
func (aaa *CurrencyService) CreateCurrencyShort(input *currency.CreateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
func (*CurrencyService) DeleteCurrency
deprecated
func (aaa *CurrencyService) DeleteCurrency(input *currency.DeleteCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
Deprecated: Use DeleteCurrencyShort instead
func (*CurrencyService) DeleteCurrencyShort ¶ added in v0.10.0
func (aaa *CurrencyService) DeleteCurrencyShort(input *currency.DeleteCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
func (*CurrencyService) GetAuthSession ¶ added in v0.21.0
func (aaa *CurrencyService) GetAuthSession() auth.Session
func (*CurrencyService) GetCurrencyConfig
deprecated
func (aaa *CurrencyService) GetCurrencyConfig(input *currency.GetCurrencyConfigParams) (*platformclientmodels.CurrencyConfig, error)
Deprecated: Use GetCurrencyConfigShort instead
func (*CurrencyService) GetCurrencyConfigShort ¶ added in v0.10.0
func (aaa *CurrencyService) GetCurrencyConfigShort(input *currency.GetCurrencyConfigParams) (*platformclientmodels.CurrencyConfig, error)
func (*CurrencyService) GetCurrencySummary
deprecated
func (aaa *CurrencyService) GetCurrencySummary(input *currency.GetCurrencySummaryParams) (*platformclientmodels.CurrencySummary, error)
Deprecated: Use GetCurrencySummaryShort instead
func (*CurrencyService) GetCurrencySummaryShort ¶ added in v0.10.0
func (aaa *CurrencyService) GetCurrencySummaryShort(input *currency.GetCurrencySummaryParams) (*platformclientmodels.CurrencySummary, error)
func (*CurrencyService) ListCurrencies
deprecated
func (aaa *CurrencyService) ListCurrencies(input *currency.ListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)
Deprecated: Use ListCurrenciesShort instead
func (*CurrencyService) ListCurrenciesShort ¶ added in v0.10.0
func (aaa *CurrencyService) ListCurrenciesShort(input *currency.ListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)
func (*CurrencyService) PublicListCurrencies
deprecated
func (aaa *CurrencyService) PublicListCurrencies(input *currency.PublicListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)
Deprecated: Use PublicListCurrenciesShort instead
func (*CurrencyService) PublicListCurrenciesShort ¶ added in v0.10.0
func (aaa *CurrencyService) PublicListCurrenciesShort(input *currency.PublicListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)
func (*CurrencyService) UpdateCurrency
deprecated
func (aaa *CurrencyService) UpdateCurrency(input *currency.UpdateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
Deprecated: Use UpdateCurrencyShort instead
func (*CurrencyService) UpdateCurrencyShort ¶ added in v0.10.0
func (aaa *CurrencyService) UpdateCurrencyShort(input *currency.UpdateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
type DLCService ¶ added in v0.10.0
type DLCService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*DLCService) DeleteDLCItemConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) DeleteDLCItemConfig(input *d_l_c.DeleteDLCItemConfigParams) error
Deprecated: Use DeleteDLCItemConfigShort instead
func (*DLCService) DeleteDLCItemConfigShort ¶ added in v0.10.0
func (aaa *DLCService) DeleteDLCItemConfigShort(input *d_l_c.DeleteDLCItemConfigParams) error
func (*DLCService) DeletePlatformDLCConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) DeletePlatformDLCConfig(input *d_l_c.DeletePlatformDLCConfigParams) error
Deprecated: Use DeletePlatformDLCConfigShort instead
func (*DLCService) DeletePlatformDLCConfigShort ¶ added in v0.10.0
func (aaa *DLCService) DeletePlatformDLCConfigShort(input *d_l_c.DeletePlatformDLCConfigParams) error
func (*DLCService) GetAuthSession ¶ added in v0.21.0
func (aaa *DLCService) GetAuthSession() auth.Session
func (*DLCService) GetDLCItemConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) GetDLCItemConfig(input *d_l_c.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
Deprecated: Use GetDLCItemConfigShort instead
func (*DLCService) GetDLCItemConfigShort ¶ added in v0.10.0
func (aaa *DLCService) GetDLCItemConfigShort(input *d_l_c.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
func (*DLCService) GetPlatformDLCConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) GetPlatformDLCConfig(input *d_l_c.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
Deprecated: Use GetPlatformDLCConfigShort instead
func (*DLCService) GetPlatformDLCConfigShort ¶ added in v0.10.0
func (aaa *DLCService) GetPlatformDLCConfigShort(input *d_l_c.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
func (*DLCService) PublicSyncPsnDlcInventory
deprecated
added in
v0.10.0
func (aaa *DLCService) PublicSyncPsnDlcInventory(input *d_l_c.PublicSyncPsnDlcInventoryParams) error
Deprecated: Use PublicSyncPsnDlcInventoryShort instead
func (*DLCService) PublicSyncPsnDlcInventoryShort ¶ added in v0.10.0
func (aaa *DLCService) PublicSyncPsnDlcInventoryShort(input *d_l_c.PublicSyncPsnDlcInventoryParams) error
func (*DLCService) SyncEpicGameDLC
deprecated
added in
v0.23.0
func (aaa *DLCService) SyncEpicGameDLC(input *d_l_c.SyncEpicGameDLCParams) error
Deprecated: Use SyncEpicGameDLCShort instead
func (*DLCService) SyncEpicGameDLCShort ¶ added in v0.23.0
func (aaa *DLCService) SyncEpicGameDLCShort(input *d_l_c.SyncEpicGameDLCParams) error
func (*DLCService) SyncSteamDLC
deprecated
added in
v0.10.0
func (aaa *DLCService) SyncSteamDLC(input *d_l_c.SyncSteamDLCParams) error
Deprecated: Use SyncSteamDLCShort instead
func (*DLCService) SyncSteamDLCShort ¶ added in v0.10.0
func (aaa *DLCService) SyncSteamDLCShort(input *d_l_c.SyncSteamDLCParams) error
func (*DLCService) SyncXboxDLC
deprecated
added in
v0.10.0
func (aaa *DLCService) SyncXboxDLC(input *d_l_c.SyncXboxDLCParams) error
Deprecated: Use SyncXboxDLCShort instead
func (*DLCService) SyncXboxDLCShort ¶ added in v0.10.0
func (aaa *DLCService) SyncXboxDLCShort(input *d_l_c.SyncXboxDLCParams) error
func (*DLCService) UpdateDLCItemConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) UpdateDLCItemConfig(input *d_l_c.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
Deprecated: Use UpdateDLCItemConfigShort instead
func (*DLCService) UpdateDLCItemConfigShort ¶ added in v0.10.0
func (aaa *DLCService) UpdateDLCItemConfigShort(input *d_l_c.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
func (*DLCService) UpdatePlatformDLCConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) UpdatePlatformDLCConfig(input *d_l_c.UpdatePlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
Deprecated: Use UpdatePlatformDLCConfigShort instead
func (*DLCService) UpdatePlatformDLCConfigShort ¶ added in v0.10.0
func (aaa *DLCService) UpdatePlatformDLCConfigShort(input *d_l_c.UpdatePlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
type EntitlementService ¶
type EntitlementService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*EntitlementService) ConsumeUserEntitlement
deprecated
func (aaa *EntitlementService) ConsumeUserEntitlement(input *entitlement.ConsumeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use ConsumeUserEntitlementShort instead
func (*EntitlementService) ConsumeUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) ConsumeUserEntitlementShort(input *entitlement.ConsumeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) DisableUserEntitlement
deprecated
func (aaa *EntitlementService) DisableUserEntitlement(input *entitlement.DisableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use DisableUserEntitlementShort instead
func (*EntitlementService) DisableUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) DisableUserEntitlementShort(input *entitlement.DisableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) EnableUserEntitlement
deprecated
func (aaa *EntitlementService) EnableUserEntitlement(input *entitlement.EnableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use EnableUserEntitlementShort instead
func (*EntitlementService) EnableUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) EnableUserEntitlementShort(input *entitlement.EnableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) ExistsAnyUserActiveEntitlement
deprecated
func (aaa *EntitlementService) ExistsAnyUserActiveEntitlement(input *entitlement.ExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)
Deprecated: Use ExistsAnyUserActiveEntitlementShort instead
func (*EntitlementService) ExistsAnyUserActiveEntitlementByItemIds
deprecated
func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementByItemIds(input *entitlement.ExistsAnyUserActiveEntitlementByItemIdsParams) (*platformclientmodels.Ownership, error)
Deprecated: Use ExistsAnyUserActiveEntitlementByItemIdsShort instead
func (*EntitlementService) ExistsAnyUserActiveEntitlementByItemIdsShort ¶ added in v0.10.0
func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementByItemIdsShort(input *entitlement.ExistsAnyUserActiveEntitlementByItemIdsParams) (*platformclientmodels.Ownership, error)
func (*EntitlementService) ExistsAnyUserActiveEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementShort(input *entitlement.ExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)
func (*EntitlementService) GetAuthSession ¶ added in v0.21.0
func (aaa *EntitlementService) GetAuthSession() auth.Session
func (*EntitlementService) GetEntitlement
deprecated
func (aaa *EntitlementService) GetEntitlement(input *entitlement.GetEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use GetEntitlementShort instead
func (*EntitlementService) GetEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetEntitlementShort(input *entitlement.GetEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) GetUserAppEntitlementByAppID
deprecated
func (aaa *EntitlementService) GetUserAppEntitlementByAppID(input *entitlement.GetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)
Deprecated: Use GetUserAppEntitlementByAppIDShort instead
func (*EntitlementService) GetUserAppEntitlementByAppIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetUserAppEntitlementByAppIDShort(input *entitlement.GetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)
func (*EntitlementService) GetUserAppEntitlementOwnershipByAppID
deprecated
func (aaa *EntitlementService) GetUserAppEntitlementOwnershipByAppID(input *entitlement.GetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
Deprecated: Use GetUserAppEntitlementOwnershipByAppIDShort instead
func (*EntitlementService) GetUserAppEntitlementOwnershipByAppIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetUserAppEntitlementOwnershipByAppIDShort(input *entitlement.GetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
func (*EntitlementService) GetUserEntitlement
deprecated
func (aaa *EntitlementService) GetUserEntitlement(input *entitlement.GetUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use GetUserEntitlementShort instead
func (*EntitlementService) GetUserEntitlementByItemID
deprecated
func (aaa *EntitlementService) GetUserEntitlementByItemID(input *entitlement.GetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use GetUserEntitlementByItemIDShort instead
func (*EntitlementService) GetUserEntitlementByItemIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetUserEntitlementByItemIDShort(input *entitlement.GetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) GetUserEntitlementBySku
deprecated
func (aaa *EntitlementService) GetUserEntitlementBySku(input *entitlement.GetUserEntitlementBySkuParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use GetUserEntitlementBySkuShort instead
func (*EntitlementService) GetUserEntitlementBySkuShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetUserEntitlementBySkuShort(input *entitlement.GetUserEntitlementBySkuParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) GetUserEntitlementHistories
deprecated
func (aaa *EntitlementService) GetUserEntitlementHistories(input *entitlement.GetUserEntitlementHistoriesParams) ([]*platformclientmodels.EntitlementHistoryInfo, error)
Deprecated: Use GetUserEntitlementHistoriesShort instead
func (*EntitlementService) GetUserEntitlementHistoriesShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetUserEntitlementHistoriesShort(input *entitlement.GetUserEntitlementHistoriesParams) ([]*platformclientmodels.EntitlementHistoryInfo, error)
func (*EntitlementService) GetUserEntitlementOwnershipByItemID
deprecated
func (aaa *EntitlementService) GetUserEntitlementOwnershipByItemID(input *entitlement.GetUserEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
Deprecated: Use GetUserEntitlementOwnershipByItemIDShort instead
func (*EntitlementService) GetUserEntitlementOwnershipByItemIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetUserEntitlementOwnershipByItemIDShort(input *entitlement.GetUserEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
func (*EntitlementService) GetUserEntitlementOwnershipByItemIds
deprecated
added in
v0.24.0
func (aaa *EntitlementService) GetUserEntitlementOwnershipByItemIds(input *entitlement.GetUserEntitlementOwnershipByItemIdsParams) ([]*platformclientmodels.EntitlementOwnership, error)
Deprecated: Use GetUserEntitlementOwnershipByItemIdsShort instead
func (*EntitlementService) GetUserEntitlementOwnershipByItemIdsShort ¶ added in v0.24.0
func (aaa *EntitlementService) GetUserEntitlementOwnershipByItemIdsShort(input *entitlement.GetUserEntitlementOwnershipByItemIdsParams) ([]*platformclientmodels.EntitlementOwnership, error)
func (*EntitlementService) GetUserEntitlementOwnershipBySku
deprecated
func (aaa *EntitlementService) GetUserEntitlementOwnershipBySku(input *entitlement.GetUserEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
Deprecated: Use GetUserEntitlementOwnershipBySkuShort instead
func (*EntitlementService) GetUserEntitlementOwnershipBySkuShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetUserEntitlementOwnershipBySkuShort(input *entitlement.GetUserEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
func (*EntitlementService) GetUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetUserEntitlementShort(input *entitlement.GetUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) GrantUserEntitlement
deprecated
func (aaa *EntitlementService) GrantUserEntitlement(input *entitlement.GrantUserEntitlementParams) ([]*platformclientmodels.StackableEntitlementInfo, error)
Deprecated: Use GrantUserEntitlementShort instead
func (*EntitlementService) GrantUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) GrantUserEntitlementShort(input *entitlement.GrantUserEntitlementParams) ([]*platformclientmodels.StackableEntitlementInfo, error)
func (*EntitlementService) PublicConsumeUserEntitlement
deprecated
func (aaa *EntitlementService) PublicConsumeUserEntitlement(input *entitlement.PublicConsumeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use PublicConsumeUserEntitlementShort instead
func (*EntitlementService) PublicConsumeUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicConsumeUserEntitlementShort(input *entitlement.PublicConsumeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) PublicExistsAnyMyActiveEntitlement
deprecated
func (aaa *EntitlementService) PublicExistsAnyMyActiveEntitlement(input *entitlement.PublicExistsAnyMyActiveEntitlementParams) (*platformclientmodels.Ownership, error)
Deprecated: Use PublicExistsAnyMyActiveEntitlementShort instead
func (*EntitlementService) PublicExistsAnyMyActiveEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicExistsAnyMyActiveEntitlementShort(input *entitlement.PublicExistsAnyMyActiveEntitlementParams) (*platformclientmodels.Ownership, error)
func (*EntitlementService) PublicExistsAnyUserActiveEntitlement
deprecated
func (aaa *EntitlementService) PublicExistsAnyUserActiveEntitlement(input *entitlement.PublicExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)
Deprecated: Use PublicExistsAnyUserActiveEntitlementShort instead
func (*EntitlementService) PublicExistsAnyUserActiveEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicExistsAnyUserActiveEntitlementShort(input *entitlement.PublicExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)
func (*EntitlementService) PublicGetEntitlementOwnershipToken
deprecated
func (aaa *EntitlementService) PublicGetEntitlementOwnershipToken(input *entitlement.PublicGetEntitlementOwnershipTokenParams) (*platformclientmodels.OwnershipToken, error)
Deprecated: Use PublicGetEntitlementOwnershipTokenShort instead
func (*EntitlementService) PublicGetEntitlementOwnershipTokenShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetEntitlementOwnershipTokenShort(input *entitlement.PublicGetEntitlementOwnershipTokenParams) (*platformclientmodels.OwnershipToken, error)
func (*EntitlementService) PublicGetMyAppEntitlementOwnershipByAppID
deprecated
func (aaa *EntitlementService) PublicGetMyAppEntitlementOwnershipByAppID(input *entitlement.PublicGetMyAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
Deprecated: Use PublicGetMyAppEntitlementOwnershipByAppIDShort instead
func (*EntitlementService) PublicGetMyAppEntitlementOwnershipByAppIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetMyAppEntitlementOwnershipByAppIDShort(input *entitlement.PublicGetMyAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
func (*EntitlementService) PublicGetMyEntitlementOwnershipByItemID
deprecated
func (aaa *EntitlementService) PublicGetMyEntitlementOwnershipByItemID(input *entitlement.PublicGetMyEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
Deprecated: Use PublicGetMyEntitlementOwnershipByItemIDShort instead
func (*EntitlementService) PublicGetMyEntitlementOwnershipByItemIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetMyEntitlementOwnershipByItemIDShort(input *entitlement.PublicGetMyEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
func (*EntitlementService) PublicGetMyEntitlementOwnershipBySku
deprecated
func (aaa *EntitlementService) PublicGetMyEntitlementOwnershipBySku(input *entitlement.PublicGetMyEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
Deprecated: Use PublicGetMyEntitlementOwnershipBySkuShort instead
func (*EntitlementService) PublicGetMyEntitlementOwnershipBySkuShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetMyEntitlementOwnershipBySkuShort(input *entitlement.PublicGetMyEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
func (*EntitlementService) PublicGetUserAppEntitlementByAppID
deprecated
func (aaa *EntitlementService) PublicGetUserAppEntitlementByAppID(input *entitlement.PublicGetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)
Deprecated: Use PublicGetUserAppEntitlementByAppIDShort instead
func (*EntitlementService) PublicGetUserAppEntitlementByAppIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetUserAppEntitlementByAppIDShort(input *entitlement.PublicGetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)
func (*EntitlementService) PublicGetUserAppEntitlementOwnershipByAppID
deprecated
func (aaa *EntitlementService) PublicGetUserAppEntitlementOwnershipByAppID(input *entitlement.PublicGetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
Deprecated: Use PublicGetUserAppEntitlementOwnershipByAppIDShort instead
func (*EntitlementService) PublicGetUserAppEntitlementOwnershipByAppIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetUserAppEntitlementOwnershipByAppIDShort(input *entitlement.PublicGetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)
func (*EntitlementService) PublicGetUserEntitlement
deprecated
func (aaa *EntitlementService) PublicGetUserEntitlement(input *entitlement.PublicGetUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use PublicGetUserEntitlementShort instead
func (*EntitlementService) PublicGetUserEntitlementByItemID
deprecated
func (aaa *EntitlementService) PublicGetUserEntitlementByItemID(input *entitlement.PublicGetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use PublicGetUserEntitlementByItemIDShort instead
func (*EntitlementService) PublicGetUserEntitlementByItemIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetUserEntitlementByItemIDShort(input *entitlement.PublicGetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) PublicGetUserEntitlementBySku
deprecated
func (aaa *EntitlementService) PublicGetUserEntitlementBySku(input *entitlement.PublicGetUserEntitlementBySkuParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use PublicGetUserEntitlementBySkuShort instead
func (*EntitlementService) PublicGetUserEntitlementBySkuShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetUserEntitlementBySkuShort(input *entitlement.PublicGetUserEntitlementBySkuParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) PublicGetUserEntitlementOwnershipByItemID
deprecated
func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipByItemID(input *entitlement.PublicGetUserEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
Deprecated: Use PublicGetUserEntitlementOwnershipByItemIDShort instead
func (*EntitlementService) PublicGetUserEntitlementOwnershipByItemIDShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipByItemIDShort(input *entitlement.PublicGetUserEntitlementOwnershipByItemIDParams) (*platformclientmodels.TimedOwnership, error)
func (*EntitlementService) PublicGetUserEntitlementOwnershipByItemIds
deprecated
added in
v0.24.0
func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipByItemIds(input *entitlement.PublicGetUserEntitlementOwnershipByItemIdsParams) ([]*platformclientmodels.EntitlementOwnership, error)
Deprecated: Use PublicGetUserEntitlementOwnershipByItemIdsShort instead
func (*EntitlementService) PublicGetUserEntitlementOwnershipByItemIdsShort ¶ added in v0.24.0
func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipByItemIdsShort(input *entitlement.PublicGetUserEntitlementOwnershipByItemIdsParams) ([]*platformclientmodels.EntitlementOwnership, error)
func (*EntitlementService) PublicGetUserEntitlementOwnershipBySku
deprecated
func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipBySku(input *entitlement.PublicGetUserEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
Deprecated: Use PublicGetUserEntitlementOwnershipBySkuShort instead
func (*EntitlementService) PublicGetUserEntitlementOwnershipBySkuShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetUserEntitlementOwnershipBySkuShort(input *entitlement.PublicGetUserEntitlementOwnershipBySkuParams) (*platformclientmodels.TimedOwnership, error)
func (*EntitlementService) PublicGetUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicGetUserEntitlementShort(input *entitlement.PublicGetUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) PublicQueryUserEntitlements
deprecated
func (aaa *EntitlementService) PublicQueryUserEntitlements(input *entitlement.PublicQueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
Deprecated: Use PublicQueryUserEntitlementsShort instead
func (*EntitlementService) PublicQueryUserEntitlementsByAppType
deprecated
func (aaa *EntitlementService) PublicQueryUserEntitlementsByAppType(input *entitlement.PublicQueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)
Deprecated: Use PublicQueryUserEntitlementsByAppTypeShort instead
func (*EntitlementService) PublicQueryUserEntitlementsByAppTypeShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicQueryUserEntitlementsByAppTypeShort(input *entitlement.PublicQueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)
func (*EntitlementService) PublicQueryUserEntitlementsShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicQueryUserEntitlementsShort(input *entitlement.PublicQueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
func (*EntitlementService) QueryEntitlements
deprecated
added in
v0.10.0
func (aaa *EntitlementService) QueryEntitlements(input *entitlement.QueryEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
Deprecated: Use QueryEntitlementsShort instead
func (*EntitlementService) QueryEntitlementsShort ¶ added in v0.10.0
func (aaa *EntitlementService) QueryEntitlementsShort(input *entitlement.QueryEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
func (*EntitlementService) QueryUserEntitlements
deprecated
func (aaa *EntitlementService) QueryUserEntitlements(input *entitlement.QueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
Deprecated: Use QueryUserEntitlementsShort instead
func (*EntitlementService) QueryUserEntitlementsByAppType
deprecated
func (aaa *EntitlementService) QueryUserEntitlementsByAppType(input *entitlement.QueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)
Deprecated: Use QueryUserEntitlementsByAppTypeShort instead
func (*EntitlementService) QueryUserEntitlementsByAppTypeShort ¶ added in v0.10.0
func (aaa *EntitlementService) QueryUserEntitlementsByAppTypeShort(input *entitlement.QueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)
func (*EntitlementService) QueryUserEntitlementsShort ¶ added in v0.10.0
func (aaa *EntitlementService) QueryUserEntitlementsShort(input *entitlement.QueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
func (*EntitlementService) RevokeUserEntitlement
deprecated
func (aaa *EntitlementService) RevokeUserEntitlement(input *entitlement.RevokeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use RevokeUserEntitlementShort instead
func (*EntitlementService) RevokeUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) RevokeUserEntitlementShort(input *entitlement.RevokeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) RevokeUserEntitlements
deprecated
func (aaa *EntitlementService) RevokeUserEntitlements(input *entitlement.RevokeUserEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)
Deprecated: Use RevokeUserEntitlementsShort instead
func (*EntitlementService) RevokeUserEntitlementsShort ¶ added in v0.10.0
func (aaa *EntitlementService) RevokeUserEntitlementsShort(input *entitlement.RevokeUserEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)
func (*EntitlementService) UpdateUserEntitlement
deprecated
func (aaa *EntitlementService) UpdateUserEntitlement(input *entitlement.UpdateUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: Use UpdateUserEntitlementShort instead
func (*EntitlementService) UpdateUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) UpdateUserEntitlementShort(input *entitlement.UpdateUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
type FulfillmentScriptService ¶
type FulfillmentScriptService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*FulfillmentScriptService) CreateFulfillmentScript
deprecated
func (aaa *FulfillmentScriptService) CreateFulfillmentScript(input *fulfillment_script.CreateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
Deprecated: Use CreateFulfillmentScriptShort instead
func (*FulfillmentScriptService) CreateFulfillmentScriptShort ¶ added in v0.10.0
func (aaa *FulfillmentScriptService) CreateFulfillmentScriptShort(input *fulfillment_script.CreateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
func (*FulfillmentScriptService) DeleteFulfillmentScript
deprecated
func (aaa *FulfillmentScriptService) DeleteFulfillmentScript(input *fulfillment_script.DeleteFulfillmentScriptParams) error
Deprecated: Use DeleteFulfillmentScriptShort instead
func (*FulfillmentScriptService) DeleteFulfillmentScriptShort ¶ added in v0.10.0
func (aaa *FulfillmentScriptService) DeleteFulfillmentScriptShort(input *fulfillment_script.DeleteFulfillmentScriptParams) error
func (*FulfillmentScriptService) GetAuthSession ¶ added in v0.21.0
func (aaa *FulfillmentScriptService) GetAuthSession() auth.Session
func (*FulfillmentScriptService) GetFulfillmentScript
deprecated
func (aaa *FulfillmentScriptService) GetFulfillmentScript(input *fulfillment_script.GetFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
Deprecated: Use GetFulfillmentScriptShort instead
func (*FulfillmentScriptService) GetFulfillmentScriptShort ¶ added in v0.10.0
func (aaa *FulfillmentScriptService) GetFulfillmentScriptShort(input *fulfillment_script.GetFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
func (*FulfillmentScriptService) ListFulfillmentScripts
deprecated
func (aaa *FulfillmentScriptService) ListFulfillmentScripts(input *fulfillment_script.ListFulfillmentScriptsParams) ([]*platformclientmodels.FulfillmentScriptInfo, error)
Deprecated: Use ListFulfillmentScriptsShort instead
func (*FulfillmentScriptService) ListFulfillmentScriptsShort ¶ added in v0.10.0
func (aaa *FulfillmentScriptService) ListFulfillmentScriptsShort(input *fulfillment_script.ListFulfillmentScriptsParams) ([]*platformclientmodels.FulfillmentScriptInfo, error)
func (*FulfillmentScriptService) TestFulfillmentScriptEval
deprecated
func (aaa *FulfillmentScriptService) TestFulfillmentScriptEval(input *fulfillment_script.TestFulfillmentScriptEvalParams) (*platformclientmodels.FulfillmentScriptEvalTestResult, error)
Deprecated: Use TestFulfillmentScriptEvalShort instead
func (*FulfillmentScriptService) TestFulfillmentScriptEvalShort ¶ added in v0.10.0
func (aaa *FulfillmentScriptService) TestFulfillmentScriptEvalShort(input *fulfillment_script.TestFulfillmentScriptEvalParams) (*platformclientmodels.FulfillmentScriptEvalTestResult, error)
func (*FulfillmentScriptService) UpdateFulfillmentScript
deprecated
func (aaa *FulfillmentScriptService) UpdateFulfillmentScript(input *fulfillment_script.UpdateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
Deprecated: Use UpdateFulfillmentScriptShort instead
func (*FulfillmentScriptService) UpdateFulfillmentScriptShort ¶ added in v0.10.0
func (aaa *FulfillmentScriptService) UpdateFulfillmentScriptShort(input *fulfillment_script.UpdateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
type FulfillmentService ¶
type FulfillmentService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*FulfillmentService) FulfillItem
deprecated
func (aaa *FulfillmentService) FulfillItem(input *fulfillment.FulfillItemParams) (*platformclientmodels.FulfillmentResult, error)
Deprecated: Use FulfillItemShort instead
func (*FulfillmentService) FulfillItemShort ¶ added in v0.10.0
func (aaa *FulfillmentService) FulfillItemShort(input *fulfillment.FulfillItemParams) (*platformclientmodels.FulfillmentResult, error)
func (*FulfillmentService) FulfillRewards
deprecated
added in
v0.10.0
func (aaa *FulfillmentService) FulfillRewards(input *fulfillment.FulfillRewardsParams) error
Deprecated: Use FulfillRewardsShort instead
func (*FulfillmentService) FulfillRewardsShort ¶ added in v0.10.0
func (aaa *FulfillmentService) FulfillRewardsShort(input *fulfillment.FulfillRewardsParams) error
func (*FulfillmentService) GetAuthSession ¶ added in v0.21.0
func (aaa *FulfillmentService) GetAuthSession() auth.Session
func (*FulfillmentService) PublicRedeemCode
deprecated
func (aaa *FulfillmentService) PublicRedeemCode(input *fulfillment.PublicRedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
Deprecated: Use PublicRedeemCodeShort instead
func (*FulfillmentService) PublicRedeemCodeShort ¶ added in v0.10.0
func (aaa *FulfillmentService) PublicRedeemCodeShort(input *fulfillment.PublicRedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
func (*FulfillmentService) QueryFulfillmentHistories
deprecated
func (aaa *FulfillmentService) QueryFulfillmentHistories(input *fulfillment.QueryFulfillmentHistoriesParams) (*platformclientmodels.FulfillmentHistoryPagingSlicedResult, error)
Deprecated: Use QueryFulfillmentHistoriesShort instead
func (*FulfillmentService) QueryFulfillmentHistoriesShort ¶ added in v0.10.0
func (aaa *FulfillmentService) QueryFulfillmentHistoriesShort(input *fulfillment.QueryFulfillmentHistoriesParams) (*platformclientmodels.FulfillmentHistoryPagingSlicedResult, error)
func (*FulfillmentService) RedeemCode
deprecated
func (aaa *FulfillmentService) RedeemCode(input *fulfillment.RedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
Deprecated: Use RedeemCodeShort instead
func (*FulfillmentService) RedeemCodeShort ¶ added in v0.10.0
func (aaa *FulfillmentService) RedeemCodeShort(input *fulfillment.RedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
type IAPService ¶
type IAPService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*IAPService) DeleteAppleIAPConfig
deprecated
func (aaa *IAPService) DeleteAppleIAPConfig(input *i_a_p.DeleteAppleIAPConfigParams) error
Deprecated: Use DeleteAppleIAPConfigShort instead
func (*IAPService) DeleteAppleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteAppleIAPConfigShort(input *i_a_p.DeleteAppleIAPConfigParams) error
func (*IAPService) DeleteEpicGamesIAPConfig
deprecated
func (aaa *IAPService) DeleteEpicGamesIAPConfig(input *i_a_p.DeleteEpicGamesIAPConfigParams) error
Deprecated: Use DeleteEpicGamesIAPConfigShort instead
func (*IAPService) DeleteEpicGamesIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteEpicGamesIAPConfigShort(input *i_a_p.DeleteEpicGamesIAPConfigParams) error
func (*IAPService) DeleteGoogleIAPConfig
deprecated
func (aaa *IAPService) DeleteGoogleIAPConfig(input *i_a_p.DeleteGoogleIAPConfigParams) error
Deprecated: Use DeleteGoogleIAPConfigShort instead
func (*IAPService) DeleteGoogleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteGoogleIAPConfigShort(input *i_a_p.DeleteGoogleIAPConfigParams) error
func (*IAPService) DeleteIAPItemConfig
deprecated
added in
v0.10.0
func (aaa *IAPService) DeleteIAPItemConfig(input *i_a_p.DeleteIAPItemConfigParams) error
Deprecated: Use DeleteIAPItemConfigShort instead
func (*IAPService) DeleteIAPItemConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteIAPItemConfigShort(input *i_a_p.DeleteIAPItemConfigParams) error
func (*IAPService) DeletePlaystationIAPConfig
deprecated
func (aaa *IAPService) DeletePlaystationIAPConfig(input *i_a_p.DeletePlaystationIAPConfigParams) error
Deprecated: Use DeletePlaystationIAPConfigShort instead
func (*IAPService) DeletePlaystationIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeletePlaystationIAPConfigShort(input *i_a_p.DeletePlaystationIAPConfigParams) error
func (*IAPService) DeleteStadiaIAPConfig
deprecated
func (aaa *IAPService) DeleteStadiaIAPConfig(input *i_a_p.DeleteStadiaIAPConfigParams) error
Deprecated: Use DeleteStadiaIAPConfigShort instead
func (*IAPService) DeleteStadiaIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteStadiaIAPConfigShort(input *i_a_p.DeleteStadiaIAPConfigParams) error
func (*IAPService) DeleteSteamIAPConfig
deprecated
func (aaa *IAPService) DeleteSteamIAPConfig(input *i_a_p.DeleteSteamIAPConfigParams) error
Deprecated: Use DeleteSteamIAPConfigShort instead
func (*IAPService) DeleteSteamIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteSteamIAPConfigShort(input *i_a_p.DeleteSteamIAPConfigParams) error
func (*IAPService) DeleteTwitchIAPConfig
deprecated
added in
v0.12.0
func (aaa *IAPService) DeleteTwitchIAPConfig(input *i_a_p.DeleteTwitchIAPConfigParams) error
Deprecated: Use DeleteTwitchIAPConfigShort instead
func (*IAPService) DeleteTwitchIAPConfigShort ¶ added in v0.12.0
func (aaa *IAPService) DeleteTwitchIAPConfigShort(input *i_a_p.DeleteTwitchIAPConfigParams) error
func (*IAPService) DeleteXblAPConfig
deprecated
func (aaa *IAPService) DeleteXblAPConfig(input *i_a_p.DeleteXblAPConfigParams) error
Deprecated: Use DeleteXblAPConfigShort instead
func (*IAPService) DeleteXblAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteXblAPConfigShort(input *i_a_p.DeleteXblAPConfigParams) error
func (*IAPService) GetAppleIAPConfig
deprecated
func (aaa *IAPService) GetAppleIAPConfig(input *i_a_p.GetAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
Deprecated: Use GetAppleIAPConfigShort instead
func (*IAPService) GetAppleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetAppleIAPConfigShort(input *i_a_p.GetAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
func (*IAPService) GetAuthSession ¶ added in v0.21.0
func (aaa *IAPService) GetAuthSession() auth.Session
func (*IAPService) GetEpicGamesIAPConfig
deprecated
func (aaa *IAPService) GetEpicGamesIAPConfig(input *i_a_p.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
Deprecated: Use GetEpicGamesIAPConfigShort instead
func (*IAPService) GetEpicGamesIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetEpicGamesIAPConfigShort(input *i_a_p.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
func (*IAPService) GetGoogleIAPConfig
deprecated
func (aaa *IAPService) GetGoogleIAPConfig(input *i_a_p.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
Deprecated: Use GetGoogleIAPConfigShort instead
func (*IAPService) GetGoogleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetGoogleIAPConfigShort(input *i_a_p.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
func (*IAPService) GetIAPItemConfig
deprecated
added in
v0.10.0
func (aaa *IAPService) GetIAPItemConfig(input *i_a_p.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
Deprecated: Use GetIAPItemConfigShort instead
func (*IAPService) GetIAPItemConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetIAPItemConfigShort(input *i_a_p.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
func (*IAPService) GetPlayStationIAPConfig
deprecated
func (aaa *IAPService) GetPlayStationIAPConfig(input *i_a_p.GetPlayStationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
Deprecated: Use GetPlayStationIAPConfigShort instead
func (*IAPService) GetPlayStationIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetPlayStationIAPConfigShort(input *i_a_p.GetPlayStationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
func (*IAPService) GetStadiaIAPConfig
deprecated
func (aaa *IAPService) GetStadiaIAPConfig(input *i_a_p.GetStadiaIAPConfigParams) (*platformclientmodels.StadiaIAPConfigInfo, error)
Deprecated: Use GetStadiaIAPConfigShort instead
func (*IAPService) GetStadiaIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetStadiaIAPConfigShort(input *i_a_p.GetStadiaIAPConfigParams) (*platformclientmodels.StadiaIAPConfigInfo, error)
func (*IAPService) GetSteamIAPConfig
deprecated
func (aaa *IAPService) GetSteamIAPConfig(input *i_a_p.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)
Deprecated: Use GetSteamIAPConfigShort instead
func (*IAPService) GetSteamIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetSteamIAPConfigShort(input *i_a_p.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)
func (*IAPService) GetTwitchIAPConfig
deprecated
added in
v0.12.0
func (aaa *IAPService) GetTwitchIAPConfig(input *i_a_p.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
Deprecated: Use GetTwitchIAPConfigShort instead
func (*IAPService) GetTwitchIAPConfigShort ¶ added in v0.12.0
func (aaa *IAPService) GetTwitchIAPConfigShort(input *i_a_p.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
func (*IAPService) GetXblIAPConfig
deprecated
func (aaa *IAPService) GetXblIAPConfig(input *i_a_p.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
Deprecated: Use GetXblIAPConfigShort instead
func (*IAPService) GetXblIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetXblIAPConfigShort(input *i_a_p.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
func (*IAPService) MockFulfillIAPItem
deprecated
func (aaa *IAPService) MockFulfillIAPItem(input *i_a_p.MockFulfillIAPItemParams) error
Deprecated: Use MockFulfillIAPItemShort instead
func (*IAPService) MockFulfillIAPItemShort ¶ added in v0.10.0
func (aaa *IAPService) MockFulfillIAPItemShort(input *i_a_p.MockFulfillIAPItemParams) error
func (*IAPService) PublicFulfillAppleIAPItem
deprecated
func (aaa *IAPService) PublicFulfillAppleIAPItem(input *i_a_p.PublicFulfillAppleIAPItemParams) error
Deprecated: Use PublicFulfillAppleIAPItemShort instead
func (*IAPService) PublicFulfillAppleIAPItemShort ¶ added in v0.10.0
func (aaa *IAPService) PublicFulfillAppleIAPItemShort(input *i_a_p.PublicFulfillAppleIAPItemParams) error
func (*IAPService) PublicFulfillGoogleIAPItem
deprecated
func (aaa *IAPService) PublicFulfillGoogleIAPItem(input *i_a_p.PublicFulfillGoogleIAPItemParams) (*platformclientmodels.GoogleReceiptResolveResult, error)
Deprecated: Use PublicFulfillGoogleIAPItemShort instead
func (*IAPService) PublicFulfillGoogleIAPItemShort ¶ added in v0.10.0
func (aaa *IAPService) PublicFulfillGoogleIAPItemShort(input *i_a_p.PublicFulfillGoogleIAPItemParams) (*platformclientmodels.GoogleReceiptResolveResult, error)
func (*IAPService) PublicReconcilePlayStationStore
deprecated
func (aaa *IAPService) PublicReconcilePlayStationStore(input *i_a_p.PublicReconcilePlayStationStoreParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
Deprecated: Use PublicReconcilePlayStationStoreShort instead
func (*IAPService) PublicReconcilePlayStationStoreShort ¶ added in v0.10.0
func (aaa *IAPService) PublicReconcilePlayStationStoreShort(input *i_a_p.PublicReconcilePlayStationStoreParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
func (*IAPService) QueryAllUserIAPOrders
deprecated
added in
v0.10.0
func (aaa *IAPService) QueryAllUserIAPOrders(input *i_a_p.QueryAllUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
Deprecated: Use QueryAllUserIAPOrdersShort instead
func (*IAPService) QueryAllUserIAPOrdersShort ¶ added in v0.10.0
func (aaa *IAPService) QueryAllUserIAPOrdersShort(input *i_a_p.QueryAllUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
func (*IAPService) QueryUserIAPOrders
deprecated
func (aaa *IAPService) QueryUserIAPOrders(input *i_a_p.QueryUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
Deprecated: Use QueryUserIAPOrdersShort instead
func (*IAPService) QueryUserIAPOrdersShort ¶ added in v0.10.0
func (aaa *IAPService) QueryUserIAPOrdersShort(input *i_a_p.QueryUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
func (*IAPService) SyncEpicGamesInventory
deprecated
func (aaa *IAPService) SyncEpicGamesInventory(input *i_a_p.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)
Deprecated: Use SyncEpicGamesInventoryShort instead
func (*IAPService) SyncEpicGamesInventoryShort ¶ added in v0.10.0
func (aaa *IAPService) SyncEpicGamesInventoryShort(input *i_a_p.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)
func (*IAPService) SyncStadiaEntitlement
deprecated
func (aaa *IAPService) SyncStadiaEntitlement(input *i_a_p.SyncStadiaEntitlementParams) error
Deprecated: Use SyncStadiaEntitlementShort instead
func (*IAPService) SyncStadiaEntitlementShort ¶ added in v0.10.0
func (aaa *IAPService) SyncStadiaEntitlementShort(input *i_a_p.SyncStadiaEntitlementParams) error
func (*IAPService) SyncSteamInventory
deprecated
func (aaa *IAPService) SyncSteamInventory(input *i_a_p.SyncSteamInventoryParams) error
Deprecated: Use SyncSteamInventoryShort instead
func (*IAPService) SyncSteamInventoryShort ¶ added in v0.10.0
func (aaa *IAPService) SyncSteamInventoryShort(input *i_a_p.SyncSteamInventoryParams) error
func (*IAPService) SyncTwitchDropsEntitlement
deprecated
added in
v0.12.0
func (aaa *IAPService) SyncTwitchDropsEntitlement(input *i_a_p.SyncTwitchDropsEntitlementParams) error
Deprecated: Use SyncTwitchDropsEntitlementShort instead
func (*IAPService) SyncTwitchDropsEntitlementShort ¶ added in v0.12.0
func (aaa *IAPService) SyncTwitchDropsEntitlementShort(input *i_a_p.SyncTwitchDropsEntitlementParams) error
func (*IAPService) SyncXboxInventory
deprecated
func (aaa *IAPService) SyncXboxInventory(input *i_a_p.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)
Deprecated: Use SyncXboxInventoryShort instead
func (*IAPService) SyncXboxInventoryShort ¶ added in v0.10.0
func (aaa *IAPService) SyncXboxInventoryShort(input *i_a_p.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)
func (*IAPService) UpdateAppleIAPConfig
deprecated
func (aaa *IAPService) UpdateAppleIAPConfig(input *i_a_p.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
Deprecated: Use UpdateAppleIAPConfigShort instead
func (*IAPService) UpdateAppleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateAppleIAPConfigShort(input *i_a_p.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
func (*IAPService) UpdateEpicGamesIAPConfig
deprecated
func (aaa *IAPService) UpdateEpicGamesIAPConfig(input *i_a_p.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
Deprecated: Use UpdateEpicGamesIAPConfigShort instead
func (*IAPService) UpdateEpicGamesIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateEpicGamesIAPConfigShort(input *i_a_p.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
func (*IAPService) UpdateGoogleIAPConfig
deprecated
func (aaa *IAPService) UpdateGoogleIAPConfig(input *i_a_p.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
Deprecated: Use UpdateGoogleIAPConfigShort instead
func (*IAPService) UpdateGoogleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateGoogleIAPConfigShort(input *i_a_p.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
func (*IAPService) UpdateGoogleP12File
deprecated
func (aaa *IAPService) UpdateGoogleP12File(input *i_a_p.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
Deprecated: Use UpdateGoogleP12FileShort instead
func (*IAPService) UpdateGoogleP12FileShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateGoogleP12FileShort(input *i_a_p.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
func (*IAPService) UpdateIAPItemConfig
deprecated
added in
v0.10.0
func (aaa *IAPService) UpdateIAPItemConfig(input *i_a_p.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
Deprecated: Use UpdateIAPItemConfigShort instead
func (*IAPService) UpdateIAPItemConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateIAPItemConfigShort(input *i_a_p.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
func (*IAPService) UpdatePlaystationIAPConfig
deprecated
func (aaa *IAPService) UpdatePlaystationIAPConfig(input *i_a_p.UpdatePlaystationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
Deprecated: Use UpdatePlaystationIAPConfigShort instead
func (*IAPService) UpdatePlaystationIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdatePlaystationIAPConfigShort(input *i_a_p.UpdatePlaystationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
func (*IAPService) UpdateStadiaJSONConfigFile
deprecated
func (aaa *IAPService) UpdateStadiaJSONConfigFile(input *i_a_p.UpdateStadiaJSONConfigFileParams) (*platformclientmodels.StadiaIAPConfigInfo, error)
Deprecated: Use UpdateStadiaJSONConfigFileShort instead
func (*IAPService) UpdateStadiaJSONConfigFileShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateStadiaJSONConfigFileShort(input *i_a_p.UpdateStadiaJSONConfigFileParams) (*platformclientmodels.StadiaIAPConfigInfo, error)
func (*IAPService) UpdateSteamIAPConfig
deprecated
func (aaa *IAPService) UpdateSteamIAPConfig(input *i_a_p.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)
Deprecated: Use UpdateSteamIAPConfigShort instead
func (*IAPService) UpdateSteamIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateSteamIAPConfigShort(input *i_a_p.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)
func (*IAPService) UpdateTwitchIAPConfig
deprecated
added in
v0.12.0
func (aaa *IAPService) UpdateTwitchIAPConfig(input *i_a_p.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
Deprecated: Use UpdateTwitchIAPConfigShort instead
func (*IAPService) UpdateTwitchIAPConfigShort ¶ added in v0.12.0
func (aaa *IAPService) UpdateTwitchIAPConfigShort(input *i_a_p.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
func (*IAPService) UpdateXblBPCertFile
deprecated
func (aaa *IAPService) UpdateXblBPCertFile(input *i_a_p.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)
Deprecated: Use UpdateXblBPCertFileShort instead
func (*IAPService) UpdateXblBPCertFileShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateXblBPCertFileShort(input *i_a_p.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)
func (*IAPService) UpdateXblIAPConfig
deprecated
func (aaa *IAPService) UpdateXblIAPConfig(input *i_a_p.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
Deprecated: Use UpdateXblIAPConfigShort instead
func (*IAPService) UpdateXblIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateXblIAPConfigShort(input *i_a_p.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
type ItemService ¶
type ItemService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*ItemService) AcquireItem
deprecated
func (aaa *ItemService) AcquireItem(input *item.AcquireItemParams) (*platformclientmodels.ItemAcquireResult, error)
Deprecated: Use AcquireItemShort instead
func (*ItemService) AcquireItemShort ¶ added in v0.10.0
func (aaa *ItemService) AcquireItemShort(input *item.AcquireItemParams) (*platformclientmodels.ItemAcquireResult, error)
func (*ItemService) BulkGetLocaleItems
deprecated
func (aaa *ItemService) BulkGetLocaleItems(input *item.BulkGetLocaleItemsParams) ([]*platformclientmodels.ItemInfo, error)
Deprecated: Use BulkGetLocaleItemsShort instead
func (*ItemService) BulkGetLocaleItemsShort ¶ added in v0.10.0
func (aaa *ItemService) BulkGetLocaleItemsShort(input *item.BulkGetLocaleItemsParams) ([]*platformclientmodels.ItemInfo, error)
func (*ItemService) CreateItem
deprecated
func (aaa *ItemService) CreateItem(input *item.CreateItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use CreateItemShort instead
func (*ItemService) CreateItemShort ¶ added in v0.10.0
func (aaa *ItemService) CreateItemShort(input *item.CreateItemParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) CreateItemTypeConfig
deprecated
added in
v0.26.0
func (aaa *ItemService) CreateItemTypeConfig(input *item.CreateItemTypeConfigParams) error
Deprecated: Use CreateItemTypeConfigShort instead
func (*ItemService) CreateItemTypeConfigShort ¶ added in v0.26.0
func (aaa *ItemService) CreateItemTypeConfigShort(input *item.CreateItemTypeConfigParams) error
func (*ItemService) DefeatureItem
deprecated
func (aaa *ItemService) DefeatureItem(input *item.DefeatureItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use DefeatureItemShort instead
func (*ItemService) DefeatureItemShort ¶ added in v0.10.0
func (aaa *ItemService) DefeatureItemShort(input *item.DefeatureItemParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) DeleteItem
deprecated
func (aaa *ItemService) DeleteItem(input *item.DeleteItemParams) error
Deprecated: Use DeleteItemShort instead
func (*ItemService) DeleteItemShort ¶ added in v0.10.0
func (aaa *ItemService) DeleteItemShort(input *item.DeleteItemParams) error
func (*ItemService) DeleteItemTypeConfig
deprecated
added in
v0.26.0
func (aaa *ItemService) DeleteItemTypeConfig(input *item.DeleteItemTypeConfigParams) error
Deprecated: Use DeleteItemTypeConfigShort instead
func (*ItemService) DeleteItemTypeConfigShort ¶ added in v0.26.0
func (aaa *ItemService) DeleteItemTypeConfigShort(input *item.DeleteItemTypeConfigParams) error
func (*ItemService) DisableItem
deprecated
func (aaa *ItemService) DisableItem(input *item.DisableItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use DisableItemShort instead
func (*ItemService) DisableItemShort ¶ added in v0.10.0
func (aaa *ItemService) DisableItemShort(input *item.DisableItemParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) EnableItem
deprecated
func (aaa *ItemService) EnableItem(input *item.EnableItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use EnableItemShort instead
func (*ItemService) EnableItemShort ¶ added in v0.10.0
func (aaa *ItemService) EnableItemShort(input *item.EnableItemParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) FeatureItem
deprecated
func (aaa *ItemService) FeatureItem(input *item.FeatureItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use FeatureItemShort instead
func (*ItemService) FeatureItemShort ¶ added in v0.10.0
func (aaa *ItemService) FeatureItemShort(input *item.FeatureItemParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) GetApp
deprecated
func (aaa *ItemService) GetApp(input *item.GetAppParams) (*platformclientmodels.FullAppInfo, error)
Deprecated: Use GetAppShort instead
func (*ItemService) GetAppShort ¶ added in v0.10.0
func (aaa *ItemService) GetAppShort(input *item.GetAppParams) (*platformclientmodels.FullAppInfo, error)
func (*ItemService) GetAuthSession ¶ added in v0.21.0
func (aaa *ItemService) GetAuthSession() auth.Session
func (*ItemService) GetAvailablePredicateTypes
deprecated
added in
v0.24.0
func (aaa *ItemService) GetAvailablePredicateTypes(input *item.GetAvailablePredicateTypesParams) ([]*platformclientmodels.AvailablePredicateObject, error)
Deprecated: Use GetAvailablePredicateTypesShort instead
func (*ItemService) GetAvailablePredicateTypesShort ¶ added in v0.24.0
func (aaa *ItemService) GetAvailablePredicateTypesShort(input *item.GetAvailablePredicateTypesParams) ([]*platformclientmodels.AvailablePredicateObject, error)
func (*ItemService) GetBulkItemIDBySkus
deprecated
added in
v0.18.0
func (aaa *ItemService) GetBulkItemIDBySkus(input *item.GetBulkItemIDBySkusParams) ([]*platformclientmodels.ItemID, error)
Deprecated: Use GetBulkItemIDBySkusShort instead
func (*ItemService) GetBulkItemIDBySkusShort ¶ added in v0.18.0
func (aaa *ItemService) GetBulkItemIDBySkusShort(input *item.GetBulkItemIDBySkusParams) ([]*platformclientmodels.ItemID, error)
func (*ItemService) GetItem
deprecated
func (aaa *ItemService) GetItem(input *item.GetItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use GetItemShort instead
func (*ItemService) GetItemByAppID
deprecated
added in
v0.10.0
func (aaa *ItemService) GetItemByAppID(input *item.GetItemByAppIDParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use GetItemByAppIDShort instead
func (*ItemService) GetItemByAppIDShort ¶ added in v0.10.0
func (aaa *ItemService) GetItemByAppIDShort(input *item.GetItemByAppIDParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) GetItemBySku
deprecated
func (aaa *ItemService) GetItemBySku(input *item.GetItemBySkuParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use GetItemBySkuShort instead
func (*ItemService) GetItemBySkuShort ¶ added in v0.10.0
func (aaa *ItemService) GetItemBySkuShort(input *item.GetItemBySkuParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) GetItemDynamicData
deprecated
func (aaa *ItemService) GetItemDynamicData(input *item.GetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)
Deprecated: Use GetItemDynamicDataShort instead
func (*ItemService) GetItemDynamicDataShort ¶ added in v0.10.0
func (aaa *ItemService) GetItemDynamicDataShort(input *item.GetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)
func (*ItemService) GetItemIDBySku
deprecated
added in
v0.10.0
func (aaa *ItemService) GetItemIDBySku(input *item.GetItemIDBySkuParams) (*platformclientmodels.ItemID, error)
Deprecated: Use GetItemIDBySkuShort instead
func (*ItemService) GetItemIDBySkuShort ¶ added in v0.10.0
func (aaa *ItemService) GetItemIDBySkuShort(input *item.GetItemIDBySkuParams) (*platformclientmodels.ItemID, error)
func (*ItemService) GetItemShort ¶ added in v0.10.0
func (aaa *ItemService) GetItemShort(input *item.GetItemParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) GetItemTypeConfig
deprecated
added in
v0.26.0
func (aaa *ItemService) GetItemTypeConfig(input *item.GetItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
Deprecated: Use GetItemTypeConfigShort instead
func (*ItemService) GetItemTypeConfigShort ¶ added in v0.26.0
func (aaa *ItemService) GetItemTypeConfigShort(input *item.GetItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
func (*ItemService) GetLocaleItem
deprecated
func (aaa *ItemService) GetLocaleItem(input *item.GetLocaleItemParams) (*platformclientmodels.PopulatedItemInfo, error)
Deprecated: Use GetLocaleItemShort instead
func (*ItemService) GetLocaleItemBySku
deprecated
func (aaa *ItemService) GetLocaleItemBySku(input *item.GetLocaleItemBySkuParams) (*platformclientmodels.PopulatedItemInfo, error)
Deprecated: Use GetLocaleItemBySkuShort instead
func (*ItemService) GetLocaleItemBySkuShort ¶ added in v0.10.0
func (aaa *ItemService) GetLocaleItemBySkuShort(input *item.GetLocaleItemBySkuParams) (*platformclientmodels.PopulatedItemInfo, error)
func (*ItemService) GetLocaleItemShort ¶ added in v0.10.0
func (aaa *ItemService) GetLocaleItemShort(input *item.GetLocaleItemParams) (*platformclientmodels.PopulatedItemInfo, error)
func (*ItemService) ListBasicItemsByFeatures
deprecated
added in
v0.10.0
func (aaa *ItemService) ListBasicItemsByFeatures(input *item.ListBasicItemsByFeaturesParams) ([]*platformclientmodels.BasicItem, error)
Deprecated: Use ListBasicItemsByFeaturesShort instead
func (*ItemService) ListBasicItemsByFeaturesShort ¶ added in v0.10.0
func (aaa *ItemService) ListBasicItemsByFeaturesShort(input *item.ListBasicItemsByFeaturesParams) ([]*platformclientmodels.BasicItem, error)
func (*ItemService) ListItemTypeConfigs
deprecated
added in
v0.26.0
func (aaa *ItemService) ListItemTypeConfigs(input *item.ListItemTypeConfigsParams) ([]*platformclientmodels.ItemTypeConfigInfo, error)
Deprecated: Use ListItemTypeConfigsShort instead
func (*ItemService) ListItemTypeConfigsShort ¶ added in v0.26.0
func (aaa *ItemService) ListItemTypeConfigsShort(input *item.ListItemTypeConfigsParams) ([]*platformclientmodels.ItemTypeConfigInfo, error)
func (*ItemService) PublicBulkGetItems
deprecated
func (aaa *ItemService) PublicBulkGetItems(input *item.PublicBulkGetItemsParams) ([]*platformclientmodels.ItemInfo, error)
Deprecated: Use PublicBulkGetItemsShort instead
func (*ItemService) PublicBulkGetItemsShort ¶ added in v0.10.0
func (aaa *ItemService) PublicBulkGetItemsShort(input *item.PublicBulkGetItemsParams) ([]*platformclientmodels.ItemInfo, error)
func (*ItemService) PublicGetApp
deprecated
func (aaa *ItemService) PublicGetApp(input *item.PublicGetAppParams) (*platformclientmodels.AppInfo, error)
Deprecated: Use PublicGetAppShort instead
func (*ItemService) PublicGetAppShort ¶ added in v0.10.0
func (aaa *ItemService) PublicGetAppShort(input *item.PublicGetAppParams) (*platformclientmodels.AppInfo, error)
func (*ItemService) PublicGetItem
deprecated
func (aaa *ItemService) PublicGetItem(input *item.PublicGetItemParams) (*platformclientmodels.PopulatedItemInfo, error)
Deprecated: Use PublicGetItemShort instead
func (*ItemService) PublicGetItemByAppID
deprecated
added in
v0.10.0
func (aaa *ItemService) PublicGetItemByAppID(input *item.PublicGetItemByAppIDParams) (*platformclientmodels.ItemInfo, error)
Deprecated: Use PublicGetItemByAppIDShort instead
func (*ItemService) PublicGetItemByAppIDShort ¶ added in v0.10.0
func (aaa *ItemService) PublicGetItemByAppIDShort(input *item.PublicGetItemByAppIDParams) (*platformclientmodels.ItemInfo, error)
func (*ItemService) PublicGetItemBySku
deprecated
func (aaa *ItemService) PublicGetItemBySku(input *item.PublicGetItemBySkuParams) (*platformclientmodels.ItemInfo, error)
Deprecated: Use PublicGetItemBySkuShort instead
func (*ItemService) PublicGetItemBySkuShort ¶ added in v0.10.0
func (aaa *ItemService) PublicGetItemBySkuShort(input *item.PublicGetItemBySkuParams) (*platformclientmodels.ItemInfo, error)
func (*ItemService) PublicGetItemDynamicData
deprecated
func (aaa *ItemService) PublicGetItemDynamicData(input *item.PublicGetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)
Deprecated: Use PublicGetItemDynamicDataShort instead
func (*ItemService) PublicGetItemDynamicDataShort ¶ added in v0.10.0
func (aaa *ItemService) PublicGetItemDynamicDataShort(input *item.PublicGetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)
func (*ItemService) PublicGetItemShort ¶ added in v0.10.0
func (aaa *ItemService) PublicGetItemShort(input *item.PublicGetItemParams) (*platformclientmodels.PopulatedItemInfo, error)
func (*ItemService) PublicQueryItems
deprecated
func (aaa *ItemService) PublicQueryItems(input *item.PublicQueryItemsParams) (*platformclientmodels.ItemPagingSlicedResult, error)
Deprecated: Use PublicQueryItemsShort instead
func (*ItemService) PublicQueryItemsShort ¶ added in v0.10.0
func (aaa *ItemService) PublicQueryItemsShort(input *item.PublicQueryItemsParams) (*platformclientmodels.ItemPagingSlicedResult, error)
func (*ItemService) PublicSearchItems
deprecated
func (aaa *ItemService) PublicSearchItems(input *item.PublicSearchItemsParams) (*platformclientmodels.ItemPagingSlicedResult, error)
Deprecated: Use PublicSearchItemsShort instead
func (*ItemService) PublicSearchItemsShort ¶ added in v0.10.0
func (aaa *ItemService) PublicSearchItemsShort(input *item.PublicSearchItemsParams) (*platformclientmodels.ItemPagingSlicedResult, error)
func (*ItemService) PublicValidateItemPurchaseCondition
deprecated
added in
v0.24.0
func (aaa *ItemService) PublicValidateItemPurchaseCondition(input *item.PublicValidateItemPurchaseConditionParams) ([]*platformclientmodels.ItemPurchaseConditionValidateResult, error)
Deprecated: Use PublicValidateItemPurchaseConditionShort instead
func (*ItemService) PublicValidateItemPurchaseConditionShort ¶ added in v0.24.0
func (aaa *ItemService) PublicValidateItemPurchaseConditionShort(input *item.PublicValidateItemPurchaseConditionParams) ([]*platformclientmodels.ItemPurchaseConditionValidateResult, error)
func (*ItemService) QueryItems
deprecated
added in
v0.10.0
func (aaa *ItemService) QueryItems(input *item.QueryItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
Deprecated: Use QueryItemsShort instead
func (*ItemService) QueryItems1
deprecated
added in
v0.26.0
func (aaa *ItemService) QueryItems1(input *item.QueryItems1Params) (*platformclientmodels.FullItemPagingSlicedResult, error)
Deprecated: Use QueryItems1Short instead
func (*ItemService) QueryItems1Short ¶ added in v0.26.0
func (aaa *ItemService) QueryItems1Short(input *item.QueryItems1Params) (*platformclientmodels.FullItemPagingSlicedResult, error)
func (*ItemService) QueryItemsShort ¶ added in v0.10.0
func (aaa *ItemService) QueryItemsShort(input *item.QueryItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
func (*ItemService) QueryUncategorizedItems
deprecated
added in
v0.10.0
func (aaa *ItemService) QueryUncategorizedItems(input *item.QueryUncategorizedItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
Deprecated: Use QueryUncategorizedItemsShort instead
func (*ItemService) QueryUncategorizedItemsShort ¶ added in v0.10.0
func (aaa *ItemService) QueryUncategorizedItemsShort(input *item.QueryUncategorizedItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
func (*ItemService) ReturnItem
deprecated
func (aaa *ItemService) ReturnItem(input *item.ReturnItemParams) error
Deprecated: Use ReturnItemShort instead
func (*ItemService) ReturnItemShort ¶ added in v0.10.0
func (aaa *ItemService) ReturnItemShort(input *item.ReturnItemParams) error
func (*ItemService) SearchItemTypeConfig
deprecated
added in
v0.26.0
func (aaa *ItemService) SearchItemTypeConfig(input *item.SearchItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
Deprecated: Use SearchItemTypeConfigShort instead
func (*ItemService) SearchItemTypeConfigShort ¶ added in v0.26.0
func (aaa *ItemService) SearchItemTypeConfigShort(input *item.SearchItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
func (*ItemService) SearchItems
deprecated
func (aaa *ItemService) SearchItems(input *item.SearchItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
Deprecated: Use SearchItemsShort instead
func (*ItemService) SearchItemsShort ¶ added in v0.10.0
func (aaa *ItemService) SearchItemsShort(input *item.SearchItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
func (*ItemService) SyncInGameItem
deprecated
func (aaa *ItemService) SyncInGameItem(input *item.SyncInGameItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use SyncInGameItemShort instead
func (*ItemService) SyncInGameItemShort ¶ added in v0.10.0
func (aaa *ItemService) SyncInGameItemShort(input *item.SyncInGameItemParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) UpdateApp
deprecated
func (aaa *ItemService) UpdateApp(input *item.UpdateAppParams) (*platformclientmodels.FullAppInfo, error)
Deprecated: Use UpdateAppShort instead
func (*ItemService) UpdateAppShort ¶ added in v0.10.0
func (aaa *ItemService) UpdateAppShort(input *item.UpdateAppParams) (*platformclientmodels.FullAppInfo, error)
func (*ItemService) UpdateItem
deprecated
func (aaa *ItemService) UpdateItem(input *item.UpdateItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use UpdateItemShort instead
func (*ItemService) UpdateItemPurchaseCondition
deprecated
added in
v0.24.0
func (aaa *ItemService) UpdateItemPurchaseCondition(input *item.UpdateItemPurchaseConditionParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: Use UpdateItemPurchaseConditionShort instead
func (*ItemService) UpdateItemPurchaseConditionShort ¶ added in v0.24.0
func (aaa *ItemService) UpdateItemPurchaseConditionShort(input *item.UpdateItemPurchaseConditionParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) UpdateItemShort ¶ added in v0.10.0
func (aaa *ItemService) UpdateItemShort(input *item.UpdateItemParams) (*platformclientmodels.FullItemInfo, error)
func (*ItemService) UpdateItemTypeConfig
deprecated
added in
v0.26.0
func (aaa *ItemService) UpdateItemTypeConfig(input *item.UpdateItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
Deprecated: Use UpdateItemTypeConfigShort instead
func (*ItemService) UpdateItemTypeConfigShort ¶ added in v0.26.0
func (aaa *ItemService) UpdateItemTypeConfigShort(input *item.UpdateItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
func (*ItemService) ValidateItemPurchaseCondition
deprecated
added in
v0.24.0
func (aaa *ItemService) ValidateItemPurchaseCondition(input *item.ValidateItemPurchaseConditionParams) ([]*platformclientmodels.ItemPurchaseConditionValidateResult, error)
Deprecated: Use ValidateItemPurchaseConditionShort instead
func (*ItemService) ValidateItemPurchaseConditionShort ¶ added in v0.24.0
func (aaa *ItemService) ValidateItemPurchaseConditionShort(input *item.ValidateItemPurchaseConditionParams) ([]*platformclientmodels.ItemPurchaseConditionValidateResult, error)
type KeyGroupService ¶
type KeyGroupService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*KeyGroupService) CreateKeyGroup
deprecated
func (aaa *KeyGroupService) CreateKeyGroup(input *key_group.CreateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
Deprecated: Use CreateKeyGroupShort instead
func (*KeyGroupService) CreateKeyGroupShort ¶ added in v0.10.0
func (aaa *KeyGroupService) CreateKeyGroupShort(input *key_group.CreateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
func (*KeyGroupService) GetAuthSession ¶ added in v0.21.0
func (aaa *KeyGroupService) GetAuthSession() auth.Session
func (*KeyGroupService) GetKeyGroup
deprecated
func (aaa *KeyGroupService) GetKeyGroup(input *key_group.GetKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
Deprecated: Use GetKeyGroupShort instead
func (*KeyGroupService) GetKeyGroupDynamic
deprecated
func (aaa *KeyGroupService) GetKeyGroupDynamic(input *key_group.GetKeyGroupDynamicParams) (*platformclientmodels.KeyGroupDynamicInfo, error)
Deprecated: Use GetKeyGroupDynamicShort instead
func (*KeyGroupService) GetKeyGroupDynamicShort ¶ added in v0.10.0
func (aaa *KeyGroupService) GetKeyGroupDynamicShort(input *key_group.GetKeyGroupDynamicParams) (*platformclientmodels.KeyGroupDynamicInfo, error)
func (*KeyGroupService) GetKeyGroupShort ¶ added in v0.10.0
func (aaa *KeyGroupService) GetKeyGroupShort(input *key_group.GetKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
func (*KeyGroupService) ListKeys
deprecated
func (aaa *KeyGroupService) ListKeys(input *key_group.ListKeysParams) (*platformclientmodels.KeyPagingSliceResult, error)
Deprecated: Use ListKeysShort instead
func (*KeyGroupService) ListKeysShort ¶ added in v0.10.0
func (aaa *KeyGroupService) ListKeysShort(input *key_group.ListKeysParams) (*platformclientmodels.KeyPagingSliceResult, error)
func (*KeyGroupService) QueryKeyGroups
deprecated
func (aaa *KeyGroupService) QueryKeyGroups(input *key_group.QueryKeyGroupsParams) (*platformclientmodels.KeyGroupPagingSlicedResult, error)
Deprecated: Use QueryKeyGroupsShort instead
func (*KeyGroupService) QueryKeyGroupsShort ¶ added in v0.10.0
func (aaa *KeyGroupService) QueryKeyGroupsShort(input *key_group.QueryKeyGroupsParams) (*platformclientmodels.KeyGroupPagingSlicedResult, error)
func (*KeyGroupService) UpdateKeyGroup
deprecated
func (aaa *KeyGroupService) UpdateKeyGroup(input *key_group.UpdateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
Deprecated: Use UpdateKeyGroupShort instead
func (*KeyGroupService) UpdateKeyGroupShort ¶ added in v0.10.0
func (aaa *KeyGroupService) UpdateKeyGroupShort(input *key_group.UpdateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
func (*KeyGroupService) UploadKeys
deprecated
func (aaa *KeyGroupService) UploadKeys(input *key_group.UploadKeysParams) (*platformclientmodels.BulkOperationResult, error)
Deprecated: Use UploadKeysShort instead
func (*KeyGroupService) UploadKeysShort ¶ added in v0.10.0
func (aaa *KeyGroupService) UploadKeysShort(input *key_group.UploadKeysParams) (*platformclientmodels.BulkOperationResult, error)
type OrderDedicatedService ¶
type OrderDedicatedService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*OrderDedicatedService) GetAuthSession ¶ added in v0.21.0
func (aaa *OrderDedicatedService) GetAuthSession() auth.Session
func (*OrderDedicatedService) SyncOrders
deprecated
func (aaa *OrderDedicatedService) SyncOrders(input *order_dedicated.SyncOrdersParams) (*platformclientmodels.OrderSyncResult, error)
Deprecated: Use SyncOrdersShort instead
func (*OrderDedicatedService) SyncOrdersShort ¶ added in v0.10.0
func (aaa *OrderDedicatedService) SyncOrdersShort(input *order_dedicated.SyncOrdersParams) (*platformclientmodels.OrderSyncResult, error)
type OrderService ¶
type OrderService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*OrderService) AdminCreateUserOrder
deprecated
added in
v0.18.0
func (aaa *OrderService) AdminCreateUserOrder(input *order.AdminCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use AdminCreateUserOrderShort instead
func (*OrderService) AdminCreateUserOrderShort ¶ added in v0.18.0
func (aaa *OrderService) AdminCreateUserOrderShort(input *order.AdminCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) CountOfPurchasedItem
deprecated
func (aaa *OrderService) CountOfPurchasedItem(input *order.CountOfPurchasedItemParams) (*platformclientmodels.PurchasedItemCount, error)
Deprecated: Use CountOfPurchasedItemShort instead
func (*OrderService) CountOfPurchasedItemShort ¶ added in v0.10.0
func (aaa *OrderService) CountOfPurchasedItemShort(input *order.CountOfPurchasedItemParams) (*platformclientmodels.PurchasedItemCount, error)
func (*OrderService) DownloadUserOrderReceipt
deprecated
func (aaa *OrderService) DownloadUserOrderReceipt(input *order.DownloadUserOrderReceiptParams) error
Deprecated: Use DownloadUserOrderReceiptShort instead
func (*OrderService) DownloadUserOrderReceiptShort ¶ added in v0.10.0
func (aaa *OrderService) DownloadUserOrderReceiptShort(input *order.DownloadUserOrderReceiptParams) error
func (*OrderService) FulfillUserOrder
deprecated
func (aaa *OrderService) FulfillUserOrder(input *order.FulfillUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use FulfillUserOrderShort instead
func (*OrderService) FulfillUserOrderShort ¶ added in v0.10.0
func (aaa *OrderService) FulfillUserOrderShort(input *order.FulfillUserOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) GetAuthSession ¶ added in v0.21.0
func (aaa *OrderService) GetAuthSession() auth.Session
func (*OrderService) GetOrder
deprecated
func (aaa *OrderService) GetOrder(input *order.GetOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use GetOrderShort instead
func (*OrderService) GetOrderShort ¶ added in v0.10.0
func (aaa *OrderService) GetOrderShort(input *order.GetOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) GetOrderStatistics
deprecated
func (aaa *OrderService) GetOrderStatistics(input *order.GetOrderStatisticsParams) (*platformclientmodels.OrderStatistics, error)
Deprecated: Use GetOrderStatisticsShort instead
func (*OrderService) GetOrderStatisticsShort ¶ added in v0.10.0
func (aaa *OrderService) GetOrderStatisticsShort(input *order.GetOrderStatisticsParams) (*platformclientmodels.OrderStatistics, error)
func (*OrderService) GetUserOrder
deprecated
func (aaa *OrderService) GetUserOrder(input *order.GetUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use GetUserOrderShort instead
func (*OrderService) GetUserOrderGrant
deprecated
func (aaa *OrderService) GetUserOrderGrant(input *order.GetUserOrderGrantParams) (*platformclientmodels.OrderGrantInfo, error)
Deprecated: Use GetUserOrderGrantShort instead
func (*OrderService) GetUserOrderGrantShort ¶ added in v0.10.0
func (aaa *OrderService) GetUserOrderGrantShort(input *order.GetUserOrderGrantParams) (*platformclientmodels.OrderGrantInfo, error)
func (*OrderService) GetUserOrderHistories
deprecated
func (aaa *OrderService) GetUserOrderHistories(input *order.GetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)
Deprecated: Use GetUserOrderHistoriesShort instead
func (*OrderService) GetUserOrderHistoriesShort ¶ added in v0.10.0
func (aaa *OrderService) GetUserOrderHistoriesShort(input *order.GetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)
func (*OrderService) GetUserOrderShort ¶ added in v0.10.0
func (aaa *OrderService) GetUserOrderShort(input *order.GetUserOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) ProcessUserOrderNotification
deprecated
func (aaa *OrderService) ProcessUserOrderNotification(input *order.ProcessUserOrderNotificationParams) error
Deprecated: Use ProcessUserOrderNotificationShort instead
func (*OrderService) ProcessUserOrderNotificationShort ¶ added in v0.10.0
func (aaa *OrderService) ProcessUserOrderNotificationShort(input *order.ProcessUserOrderNotificationParams) error
func (*OrderService) PublicCancelUserOrder
deprecated
func (aaa *OrderService) PublicCancelUserOrder(input *order.PublicCancelUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use PublicCancelUserOrderShort instead
func (*OrderService) PublicCancelUserOrderShort ¶ added in v0.10.0
func (aaa *OrderService) PublicCancelUserOrderShort(input *order.PublicCancelUserOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) PublicCreateUserOrder
deprecated
func (aaa *OrderService) PublicCreateUserOrder(input *order.PublicCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use PublicCreateUserOrderShort instead
func (*OrderService) PublicCreateUserOrderShort ¶ added in v0.10.0
func (aaa *OrderService) PublicCreateUserOrderShort(input *order.PublicCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) PublicDownloadUserOrderReceipt
deprecated
func (aaa *OrderService) PublicDownloadUserOrderReceipt(input *order.PublicDownloadUserOrderReceiptParams) error
Deprecated: Use PublicDownloadUserOrderReceiptShort instead
func (*OrderService) PublicDownloadUserOrderReceiptShort ¶ added in v0.10.0
func (aaa *OrderService) PublicDownloadUserOrderReceiptShort(input *order.PublicDownloadUserOrderReceiptParams) error
func (*OrderService) PublicGetUserOrder
deprecated
func (aaa *OrderService) PublicGetUserOrder(input *order.PublicGetUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use PublicGetUserOrderShort instead
func (*OrderService) PublicGetUserOrderHistories
deprecated
func (aaa *OrderService) PublicGetUserOrderHistories(input *order.PublicGetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)
Deprecated: Use PublicGetUserOrderHistoriesShort instead
func (*OrderService) PublicGetUserOrderHistoriesShort ¶ added in v0.10.0
func (aaa *OrderService) PublicGetUserOrderHistoriesShort(input *order.PublicGetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)
func (*OrderService) PublicGetUserOrderShort ¶ added in v0.10.0
func (aaa *OrderService) PublicGetUserOrderShort(input *order.PublicGetUserOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) PublicQueryUserOrders
deprecated
func (aaa *OrderService) PublicQueryUserOrders(input *order.PublicQueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)
Deprecated: Use PublicQueryUserOrdersShort instead
func (*OrderService) PublicQueryUserOrdersShort ¶ added in v0.10.0
func (aaa *OrderService) PublicQueryUserOrdersShort(input *order.PublicQueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)
func (*OrderService) QueryOrders
deprecated
func (aaa *OrderService) QueryOrders(input *order.QueryOrdersParams) (*platformclientmodels.OrderPagingResult, error)
Deprecated: Use QueryOrdersShort instead
func (*OrderService) QueryOrdersShort ¶ added in v0.10.0
func (aaa *OrderService) QueryOrdersShort(input *order.QueryOrdersParams) (*platformclientmodels.OrderPagingResult, error)
func (*OrderService) QueryUserOrders
deprecated
func (aaa *OrderService) QueryUserOrders(input *order.QueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)
Deprecated: Use QueryUserOrdersShort instead
func (*OrderService) QueryUserOrdersShort ¶ added in v0.10.0
func (aaa *OrderService) QueryUserOrdersShort(input *order.QueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)
func (*OrderService) RefundOrder
deprecated
func (aaa *OrderService) RefundOrder(input *order.RefundOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use RefundOrderShort instead
func (*OrderService) RefundOrderShort ¶ added in v0.10.0
func (aaa *OrderService) RefundOrderShort(input *order.RefundOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) UpdateUserOrderStatus
deprecated
func (aaa *OrderService) UpdateUserOrderStatus(input *order.UpdateUserOrderStatusParams) (*platformclientmodels.OrderInfo, error)
Deprecated: Use UpdateUserOrderStatusShort instead
func (*OrderService) UpdateUserOrderStatusShort ¶ added in v0.10.0
func (aaa *OrderService) UpdateUserOrderStatusShort(input *order.UpdateUserOrderStatusParams) (*platformclientmodels.OrderInfo, error)
type PaymentAccountService ¶ added in v0.10.0
type PaymentAccountService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PaymentAccountService) GetAuthSession ¶ added in v0.21.0
func (aaa *PaymentAccountService) GetAuthSession() auth.Session
func (*PaymentAccountService) PublicDeletePaymentAccount
deprecated
added in
v0.10.0
func (aaa *PaymentAccountService) PublicDeletePaymentAccount(input *payment_account.PublicDeletePaymentAccountParams) error
Deprecated: Use PublicDeletePaymentAccountShort instead
func (*PaymentAccountService) PublicDeletePaymentAccountShort ¶ added in v0.10.0
func (aaa *PaymentAccountService) PublicDeletePaymentAccountShort(input *payment_account.PublicDeletePaymentAccountParams) error
func (*PaymentAccountService) PublicGetPaymentAccounts
deprecated
added in
v0.10.0
func (aaa *PaymentAccountService) PublicGetPaymentAccounts(input *payment_account.PublicGetPaymentAccountsParams) ([]*platformclientmodels.PaymentAccount, error)
Deprecated: Use PublicGetPaymentAccountsShort instead
func (*PaymentAccountService) PublicGetPaymentAccountsShort ¶ added in v0.10.0
func (aaa *PaymentAccountService) PublicGetPaymentAccountsShort(input *payment_account.PublicGetPaymentAccountsParams) ([]*platformclientmodels.PaymentAccount, error)
type PaymentCallbackConfigService ¶ added in v0.10.0
type PaymentCallbackConfigService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PaymentCallbackConfigService) GetAuthSession ¶ added in v0.21.0
func (aaa *PaymentCallbackConfigService) GetAuthSession() auth.Session
func (*PaymentCallbackConfigService) GetPaymentCallbackConfig
deprecated
added in
v0.10.0
func (aaa *PaymentCallbackConfigService) GetPaymentCallbackConfig(input *payment_callback_config.GetPaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)
Deprecated: Use GetPaymentCallbackConfigShort instead
func (*PaymentCallbackConfigService) GetPaymentCallbackConfigShort ¶ added in v0.10.0
func (aaa *PaymentCallbackConfigService) GetPaymentCallbackConfigShort(input *payment_callback_config.GetPaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)
func (*PaymentCallbackConfigService) UpdatePaymentCallbackConfig
deprecated
added in
v0.10.0
func (aaa *PaymentCallbackConfigService) UpdatePaymentCallbackConfig(input *payment_callback_config.UpdatePaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)
Deprecated: Use UpdatePaymentCallbackConfigShort instead
func (*PaymentCallbackConfigService) UpdatePaymentCallbackConfigShort ¶ added in v0.10.0
func (aaa *PaymentCallbackConfigService) UpdatePaymentCallbackConfigShort(input *payment_callback_config.UpdatePaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)
type PaymentConfigService ¶ added in v0.10.0
type PaymentConfigService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PaymentConfigService) CreatePaymentProviderConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) CreatePaymentProviderConfig(input *payment_config.CreatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
Deprecated: Use CreatePaymentProviderConfigShort instead
func (*PaymentConfigService) CreatePaymentProviderConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) CreatePaymentProviderConfigShort(input *payment_config.CreatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
func (*PaymentConfigService) DebugMatchedPaymentMerchantConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) DebugMatchedPaymentMerchantConfig(input *payment_config.DebugMatchedPaymentMerchantConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use DebugMatchedPaymentMerchantConfigShort instead
func (*PaymentConfigService) DebugMatchedPaymentMerchantConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) DebugMatchedPaymentMerchantConfigShort(input *payment_config.DebugMatchedPaymentMerchantConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) DebugMatchedPaymentProviderConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) DebugMatchedPaymentProviderConfig(input *payment_config.DebugMatchedPaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
Deprecated: Use DebugMatchedPaymentProviderConfigShort instead
func (*PaymentConfigService) DebugMatchedPaymentProviderConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) DebugMatchedPaymentProviderConfigShort(input *payment_config.DebugMatchedPaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
func (*PaymentConfigService) DeletePaymentProviderConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) DeletePaymentProviderConfig(input *payment_config.DeletePaymentProviderConfigParams) error
Deprecated: Use DeletePaymentProviderConfigShort instead
func (*PaymentConfigService) DeletePaymentProviderConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) DeletePaymentProviderConfigShort(input *payment_config.DeletePaymentProviderConfigParams) error
func (*PaymentConfigService) GetAggregatePaymentProviders
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) GetAggregatePaymentProviders(input *payment_config.GetAggregatePaymentProvidersParams) ([]string, error)
Deprecated: Use GetAggregatePaymentProvidersShort instead
func (*PaymentConfigService) GetAggregatePaymentProvidersShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) GetAggregatePaymentProvidersShort(input *payment_config.GetAggregatePaymentProvidersParams) ([]string, error)
func (*PaymentConfigService) GetAuthSession ¶ added in v0.21.0
func (aaa *PaymentConfigService) GetAuthSession() auth.Session
func (*PaymentConfigService) GetPaymentMerchantConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) GetPaymentMerchantConfig(input *payment_config.GetPaymentMerchantConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use GetPaymentMerchantConfigShort instead
func (*PaymentConfigService) GetPaymentMerchantConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) GetPaymentMerchantConfigShort(input *payment_config.GetPaymentMerchantConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) GetPaymentTaxConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) GetPaymentTaxConfig(input *payment_config.GetPaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)
Deprecated: Use GetPaymentTaxConfigShort instead
func (*PaymentConfigService) GetPaymentTaxConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) GetPaymentTaxConfigShort(input *payment_config.GetPaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)
func (*PaymentConfigService) GetSpecialPaymentProviders
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) GetSpecialPaymentProviders(input *payment_config.GetSpecialPaymentProvidersParams) ([]string, error)
Deprecated: Use GetSpecialPaymentProvidersShort instead
func (*PaymentConfigService) GetSpecialPaymentProvidersShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) GetSpecialPaymentProvidersShort(input *payment_config.GetSpecialPaymentProvidersParams) ([]string, error)
func (*PaymentConfigService) QueryPaymentProviderConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) QueryPaymentProviderConfig(input *payment_config.QueryPaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigPagingSlicedResult, error)
Deprecated: Use QueryPaymentProviderConfigShort instead
func (*PaymentConfigService) QueryPaymentProviderConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) QueryPaymentProviderConfigShort(input *payment_config.QueryPaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigPagingSlicedResult, error)
func (*PaymentConfigService) TestAdyenConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestAdyenConfig(input *payment_config.TestAdyenConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestAdyenConfigShort instead
func (*PaymentConfigService) TestAdyenConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestAdyenConfigByID(input *payment_config.TestAdyenConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestAdyenConfigByIDShort instead
func (*PaymentConfigService) TestAdyenConfigByIDShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestAdyenConfigByIDShort(input *payment_config.TestAdyenConfigByIDParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestAdyenConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestAdyenConfigShort(input *payment_config.TestAdyenConfigParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestAliPayConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestAliPayConfig(input *payment_config.TestAliPayConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestAliPayConfigShort instead
func (*PaymentConfigService) TestAliPayConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestAliPayConfigByID(input *payment_config.TestAliPayConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestAliPayConfigByIDShort instead
func (*PaymentConfigService) TestAliPayConfigByIDShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestAliPayConfigByIDShort(input *payment_config.TestAliPayConfigByIDParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestAliPayConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestAliPayConfigShort(input *payment_config.TestAliPayConfigParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestCheckoutConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestCheckoutConfig(input *payment_config.TestCheckoutConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestCheckoutConfigShort instead
func (*PaymentConfigService) TestCheckoutConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestCheckoutConfigByID(input *payment_config.TestCheckoutConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestCheckoutConfigByIDShort instead
func (*PaymentConfigService) TestCheckoutConfigByIDShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestCheckoutConfigByIDShort(input *payment_config.TestCheckoutConfigByIDParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestCheckoutConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestCheckoutConfigShort(input *payment_config.TestCheckoutConfigParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestPayPalConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestPayPalConfig(input *payment_config.TestPayPalConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestPayPalConfigShort instead
func (*PaymentConfigService) TestPayPalConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestPayPalConfigByID(input *payment_config.TestPayPalConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestPayPalConfigByIDShort instead
func (*PaymentConfigService) TestPayPalConfigByIDShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestPayPalConfigByIDShort(input *payment_config.TestPayPalConfigByIDParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestPayPalConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestPayPalConfigShort(input *payment_config.TestPayPalConfigParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestStripeConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestStripeConfig(input *payment_config.TestStripeConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestStripeConfigShort instead
func (*PaymentConfigService) TestStripeConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestStripeConfigByID(input *payment_config.TestStripeConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestStripeConfigByIDShort instead
func (*PaymentConfigService) TestStripeConfigByIDShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestStripeConfigByIDShort(input *payment_config.TestStripeConfigByIDParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestStripeConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestStripeConfigShort(input *payment_config.TestStripeConfigParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestWxPayConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestWxPayConfig(input *payment_config.TestWxPayConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestWxPayConfigShort instead
func (*PaymentConfigService) TestWxPayConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestWxPayConfigByID(input *payment_config.TestWxPayConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestWxPayConfigByIDShort instead
func (*PaymentConfigService) TestWxPayConfigByIDShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestWxPayConfigByIDShort(input *payment_config.TestWxPayConfigByIDParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestWxPayConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestWxPayConfigShort(input *payment_config.TestWxPayConfigParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestXsollaConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestXsollaConfig(input *payment_config.TestXsollaConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestXsollaConfigShort instead
func (*PaymentConfigService) TestXsollaConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestXsollaConfigByID(input *payment_config.TestXsollaConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: Use TestXsollaConfigByIDShort instead
func (*PaymentConfigService) TestXsollaConfigByIDShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestXsollaConfigByIDShort(input *payment_config.TestXsollaConfigByIDParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestXsollaConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) TestXsollaConfigShort(input *payment_config.TestXsollaConfigParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) UpdateAdyenConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateAdyenConfig(input *payment_config.UpdateAdyenConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdateAdyenConfigShort instead
func (*PaymentConfigService) UpdateAdyenConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateAdyenConfigShort(input *payment_config.UpdateAdyenConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdateAliPayConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateAliPayConfig(input *payment_config.UpdateAliPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdateAliPayConfigShort instead
func (*PaymentConfigService) UpdateAliPayConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateAliPayConfigShort(input *payment_config.UpdateAliPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdateCheckoutConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateCheckoutConfig(input *payment_config.UpdateCheckoutConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdateCheckoutConfigShort instead
func (*PaymentConfigService) UpdateCheckoutConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateCheckoutConfigShort(input *payment_config.UpdateCheckoutConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdatePayPalConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdatePayPalConfig(input *payment_config.UpdatePayPalConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdatePayPalConfigShort instead
func (*PaymentConfigService) UpdatePayPalConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdatePayPalConfigShort(input *payment_config.UpdatePayPalConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdatePaymentProviderConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdatePaymentProviderConfig(input *payment_config.UpdatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
Deprecated: Use UpdatePaymentProviderConfigShort instead
func (*PaymentConfigService) UpdatePaymentProviderConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdatePaymentProviderConfigShort(input *payment_config.UpdatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
func (*PaymentConfigService) UpdatePaymentTaxConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdatePaymentTaxConfig(input *payment_config.UpdatePaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)
Deprecated: Use UpdatePaymentTaxConfigShort instead
func (*PaymentConfigService) UpdatePaymentTaxConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdatePaymentTaxConfigShort(input *payment_config.UpdatePaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)
func (*PaymentConfigService) UpdateStripeConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateStripeConfig(input *payment_config.UpdateStripeConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdateStripeConfigShort instead
func (*PaymentConfigService) UpdateStripeConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateStripeConfigShort(input *payment_config.UpdateStripeConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdateWxPayConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateWxPayConfig(input *payment_config.UpdateWxPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdateWxPayConfigShort instead
func (*PaymentConfigService) UpdateWxPayConfigCert
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateWxPayConfigCert(input *payment_config.UpdateWxPayConfigCertParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdateWxPayConfigCertShort instead
func (*PaymentConfigService) UpdateWxPayConfigCertShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateWxPayConfigCertShort(input *payment_config.UpdateWxPayConfigCertParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdateWxPayConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateWxPayConfigShort(input *payment_config.UpdateWxPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdateXsollaConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateXsollaConfig(input *payment_config.UpdateXsollaConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdateXsollaConfigShort instead
func (*PaymentConfigService) UpdateXsollaConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateXsollaConfigShort(input *payment_config.UpdateXsollaConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdateXsollaUIConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateXsollaUIConfig(input *payment_config.UpdateXsollaUIConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: Use UpdateXsollaUIConfigShort instead
func (*PaymentConfigService) UpdateXsollaUIConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateXsollaUIConfigShort(input *payment_config.UpdateXsollaUIConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
type PaymentDedicatedService ¶
type PaymentDedicatedService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PaymentDedicatedService) CreatePaymentOrderByDedicated
deprecated
func (aaa *PaymentDedicatedService) CreatePaymentOrderByDedicated(input *payment_dedicated.CreatePaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderCreateResult, error)
Deprecated: Use CreatePaymentOrderByDedicatedShort instead
func (*PaymentDedicatedService) CreatePaymentOrderByDedicatedShort ¶ added in v0.10.0
func (aaa *PaymentDedicatedService) CreatePaymentOrderByDedicatedShort(input *payment_dedicated.CreatePaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderCreateResult, error)
func (*PaymentDedicatedService) GetAuthSession ¶ added in v0.21.0
func (aaa *PaymentDedicatedService) GetAuthSession() auth.Session
func (*PaymentDedicatedService) RefundPaymentOrderByDedicated
deprecated
func (aaa *PaymentDedicatedService) RefundPaymentOrderByDedicated(input *payment_dedicated.RefundPaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderRefundResult, error)
Deprecated: Use RefundPaymentOrderByDedicatedShort instead
func (*PaymentDedicatedService) RefundPaymentOrderByDedicatedShort ¶ added in v0.10.0
func (aaa *PaymentDedicatedService) RefundPaymentOrderByDedicatedShort(input *payment_dedicated.RefundPaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderRefundResult, error)
func (*PaymentDedicatedService) SyncPaymentOrders
deprecated
func (aaa *PaymentDedicatedService) SyncPaymentOrders(input *payment_dedicated.SyncPaymentOrdersParams) (*platformclientmodels.PaymentOrderSyncResult, error)
Deprecated: Use SyncPaymentOrdersShort instead
func (*PaymentDedicatedService) SyncPaymentOrdersShort ¶ added in v0.10.0
func (aaa *PaymentDedicatedService) SyncPaymentOrdersShort(input *payment_dedicated.SyncPaymentOrdersParams) (*platformclientmodels.PaymentOrderSyncResult, error)
type PaymentService ¶
type PaymentService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PaymentService) ChargePaymentOrder
deprecated
func (aaa *PaymentService) ChargePaymentOrder(input *payment.ChargePaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
Deprecated: Use ChargePaymentOrderShort instead
func (*PaymentService) ChargePaymentOrderShort ¶ added in v0.10.0
func (aaa *PaymentService) ChargePaymentOrderShort(input *payment.ChargePaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
func (*PaymentService) CreateUserPaymentOrder
deprecated
func (aaa *PaymentService) CreateUserPaymentOrder(input *payment.CreateUserPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
Deprecated: Use CreateUserPaymentOrderShort instead
func (*PaymentService) CreateUserPaymentOrderShort ¶ added in v0.10.0
func (aaa *PaymentService) CreateUserPaymentOrderShort(input *payment.CreateUserPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
func (*PaymentService) GetAuthSession ¶ added in v0.21.0
func (aaa *PaymentService) GetAuthSession() auth.Session
func (*PaymentService) GetPaymentOrder
deprecated
func (aaa *PaymentService) GetPaymentOrder(input *payment.GetPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
Deprecated: Use GetPaymentOrderShort instead
func (*PaymentService) GetPaymentOrderChargeStatus
deprecated
func (aaa *PaymentService) GetPaymentOrderChargeStatus(input *payment.GetPaymentOrderChargeStatusParams) (*platformclientmodels.PaymentOrderChargeStatus, error)
Deprecated: Use GetPaymentOrderChargeStatusShort instead
func (*PaymentService) GetPaymentOrderChargeStatusShort ¶ added in v0.10.0
func (aaa *PaymentService) GetPaymentOrderChargeStatusShort(input *payment.GetPaymentOrderChargeStatusParams) (*platformclientmodels.PaymentOrderChargeStatus, error)
func (*PaymentService) GetPaymentOrderShort ¶ added in v0.10.0
func (aaa *PaymentService) GetPaymentOrderShort(input *payment.GetPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
func (*PaymentService) ListExtOrderNoByExtTxID
deprecated
func (aaa *PaymentService) ListExtOrderNoByExtTxID(input *payment.ListExtOrderNoByExtTxIDParams) ([]string, error)
Deprecated: Use ListExtOrderNoByExtTxIDShort instead
func (*PaymentService) ListExtOrderNoByExtTxIDShort ¶ added in v0.10.0
func (aaa *PaymentService) ListExtOrderNoByExtTxIDShort(input *payment.ListExtOrderNoByExtTxIDParams) ([]string, error)
func (*PaymentService) QueryPaymentNotifications
deprecated
added in
v0.10.0
func (aaa *PaymentService) QueryPaymentNotifications(input *payment.QueryPaymentNotificationsParams) (*platformclientmodels.PaymentNotificationPagingSlicedResult, error)
Deprecated: Use QueryPaymentNotificationsShort instead
func (*PaymentService) QueryPaymentNotificationsShort ¶ added in v0.10.0
func (aaa *PaymentService) QueryPaymentNotificationsShort(input *payment.QueryPaymentNotificationsParams) (*platformclientmodels.PaymentNotificationPagingSlicedResult, error)
func (*PaymentService) QueryPaymentOrders
deprecated
func (aaa *PaymentService) QueryPaymentOrders(input *payment.QueryPaymentOrdersParams) (*platformclientmodels.PaymentOrderPagingSlicedResult, error)
Deprecated: Use QueryPaymentOrdersShort instead
func (*PaymentService) QueryPaymentOrdersShort ¶ added in v0.10.0
func (aaa *PaymentService) QueryPaymentOrdersShort(input *payment.QueryPaymentOrdersParams) (*platformclientmodels.PaymentOrderPagingSlicedResult, error)
func (*PaymentService) RefundUserPaymentOrder
deprecated
func (aaa *PaymentService) RefundUserPaymentOrder(input *payment.RefundUserPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
Deprecated: Use RefundUserPaymentOrderShort instead
func (*PaymentService) RefundUserPaymentOrderShort ¶ added in v0.10.0
func (aaa *PaymentService) RefundUserPaymentOrderShort(input *payment.RefundUserPaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
func (*PaymentService) SimulatePaymentOrderNotification
deprecated
func (aaa *PaymentService) SimulatePaymentOrderNotification(input *payment.SimulatePaymentOrderNotificationParams) (*platformclientmodels.NotificationProcessResult, error)
Deprecated: Use SimulatePaymentOrderNotificationShort instead
func (*PaymentService) SimulatePaymentOrderNotificationShort ¶ added in v0.10.0
func (aaa *PaymentService) SimulatePaymentOrderNotificationShort(input *payment.SimulatePaymentOrderNotificationParams) (*platformclientmodels.NotificationProcessResult, error)
type PaymentStationService ¶ added in v0.10.0
type PaymentStationService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*PaymentStationService) GetAuthSession ¶ added in v0.21.0
func (aaa *PaymentStationService) GetAuthSession() auth.Session
func (*PaymentStationService) GetPaymentCustomization
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) GetPaymentCustomization(input *payment_station.GetPaymentCustomizationParams) (*platformclientmodels.Customization, error)
Deprecated: Use GetPaymentCustomizationShort instead
func (*PaymentStationService) GetPaymentCustomizationShort ¶ added in v0.10.0
func (aaa *PaymentStationService) GetPaymentCustomizationShort(input *payment_station.GetPaymentCustomizationParams) (*platformclientmodels.Customization, error)
func (*PaymentStationService) GetPaymentPublicConfig
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) GetPaymentPublicConfig(input *payment_station.GetPaymentPublicConfigParams) (map[string]interface{}, error)
Deprecated: Use GetPaymentPublicConfigShort instead
func (*PaymentStationService) GetPaymentPublicConfigShort ¶ added in v0.10.0
func (aaa *PaymentStationService) GetPaymentPublicConfigShort(input *payment_station.GetPaymentPublicConfigParams) (map[string]interface{}, error)
func (*PaymentStationService) GetPaymentTaxValue
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) GetPaymentTaxValue(input *payment_station.GetPaymentTaxValueParams) (*platformclientmodels.TaxResult, error)
Deprecated: Use GetPaymentTaxValueShort instead
func (*PaymentStationService) GetPaymentTaxValueShort ¶ added in v0.10.0
func (aaa *PaymentStationService) GetPaymentTaxValueShort(input *payment_station.GetPaymentTaxValueParams) (*platformclientmodels.TaxResult, error)
func (*PaymentStationService) Pay
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) Pay(input *payment_station.PayParams) (*platformclientmodels.PaymentProcessResult, error)
Deprecated: Use PayShort instead
func (*PaymentStationService) PayShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PayShort(input *payment_station.PayParams) (*platformclientmodels.PaymentProcessResult, error)
func (*PaymentStationService) PublicCheckPaymentOrderPaidStatus
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) PublicCheckPaymentOrderPaidStatus(input *payment_station.PublicCheckPaymentOrderPaidStatusParams) (*platformclientmodels.PaymentOrderPaidResult, error)
Deprecated: Use PublicCheckPaymentOrderPaidStatusShort instead
func (*PaymentStationService) PublicCheckPaymentOrderPaidStatusShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PublicCheckPaymentOrderPaidStatusShort(input *payment_station.PublicCheckPaymentOrderPaidStatusParams) (*platformclientmodels.PaymentOrderPaidResult, error)
func (*PaymentStationService) PublicGetPaymentMethods
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) PublicGetPaymentMethods(input *payment_station.PublicGetPaymentMethodsParams) ([]*platformclientmodels.PaymentMethod, error)
Deprecated: Use PublicGetPaymentMethodsShort instead
func (*PaymentStationService) PublicGetPaymentMethodsShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PublicGetPaymentMethodsShort(input *payment_station.PublicGetPaymentMethodsParams) ([]*platformclientmodels.PaymentMethod, error)
func (*PaymentStationService) PublicGetPaymentURL
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) PublicGetPaymentURL(input *payment_station.PublicGetPaymentURLParams) (*platformclientmodels.PaymentURL, error)
Deprecated: Use PublicGetPaymentURLShort instead
func (*PaymentStationService) PublicGetPaymentURLShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PublicGetPaymentURLShort(input *payment_station.PublicGetPaymentURLParams) (*platformclientmodels.PaymentURL, error)
func (*PaymentStationService) PublicGetQRCode
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) PublicGetQRCode(input *payment_station.PublicGetQRCodeParams, writer io.Writer) (io.Writer, error)
Deprecated: Use PublicGetQRCodeShort instead
func (*PaymentStationService) PublicGetQRCodeShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PublicGetQRCodeShort(input *payment_station.PublicGetQRCodeParams, writer io.Writer) (io.Writer, error)
func (*PaymentStationService) PublicGetUnpaidPaymentOrder
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) PublicGetUnpaidPaymentOrder(input *payment_station.PublicGetUnpaidPaymentOrderParams) (*platformclientmodels.PaymentOrderDetails, error)
Deprecated: Use PublicGetUnpaidPaymentOrderShort instead
func (*PaymentStationService) PublicGetUnpaidPaymentOrderShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PublicGetUnpaidPaymentOrderShort(input *payment_station.PublicGetUnpaidPaymentOrderParams) (*platformclientmodels.PaymentOrderDetails, error)
func (*PaymentStationService) PublicNormalizePaymentReturnURL
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) PublicNormalizePaymentReturnURL(input *payment_station.PublicNormalizePaymentReturnURLParams) error
Deprecated: Use PublicNormalizePaymentReturnURLShort instead
func (*PaymentStationService) PublicNormalizePaymentReturnURLShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PublicNormalizePaymentReturnURLShort(input *payment_station.PublicNormalizePaymentReturnURLParams) error
type RewardService ¶
type RewardService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*RewardService) CheckEventCondition
deprecated
added in
v0.10.0
func (aaa *RewardService) CheckEventCondition(input *reward.CheckEventConditionParams) (*platformclientmodels.ConditionMatchResult, error)
Deprecated: Use CheckEventConditionShort instead
func (*RewardService) CheckEventConditionShort ¶ added in v0.10.0
func (aaa *RewardService) CheckEventConditionShort(input *reward.CheckEventConditionParams) (*platformclientmodels.ConditionMatchResult, error)
func (*RewardService) CreateReward
deprecated
func (aaa *RewardService) CreateReward(input *reward.CreateRewardParams) (*platformclientmodels.RewardInfo, error)
Deprecated: Use CreateRewardShort instead
func (*RewardService) CreateRewardShort ¶ added in v0.10.0
func (aaa *RewardService) CreateRewardShort(input *reward.CreateRewardParams) (*platformclientmodels.RewardInfo, error)
func (*RewardService) DeleteReward
deprecated
func (aaa *RewardService) DeleteReward(input *reward.DeleteRewardParams) (*platformclientmodels.RewardInfo, error)
Deprecated: Use DeleteRewardShort instead
func (*RewardService) DeleteRewardConditionRecord
deprecated
added in
v0.25.0
func (aaa *RewardService) DeleteRewardConditionRecord(input *reward.DeleteRewardConditionRecordParams) error
Deprecated: Use DeleteRewardConditionRecordShort instead
func (*RewardService) DeleteRewardConditionRecordShort ¶ added in v0.25.0
func (aaa *RewardService) DeleteRewardConditionRecordShort(input *reward.DeleteRewardConditionRecordParams) error
func (*RewardService) DeleteRewardShort ¶ added in v0.10.0
func (aaa *RewardService) DeleteRewardShort(input *reward.DeleteRewardParams) (*platformclientmodels.RewardInfo, error)
func (*RewardService) ExportRewards
deprecated
func (aaa *RewardService) ExportRewards(input *reward.ExportRewardsParams) error
Deprecated: Use ExportRewardsShort instead
func (*RewardService) ExportRewardsShort ¶ added in v0.10.0
func (aaa *RewardService) ExportRewardsShort(input *reward.ExportRewardsParams) error
func (*RewardService) GetAuthSession ¶ added in v0.21.0
func (aaa *RewardService) GetAuthSession() auth.Session
func (*RewardService) GetReward
deprecated
func (aaa *RewardService) GetReward(input *reward.GetRewardParams) (*platformclientmodels.RewardInfo, error)
Deprecated: Use GetRewardShort instead
func (*RewardService) GetReward1
deprecated
added in
v0.10.0
func (aaa *RewardService) GetReward1(input *reward.GetReward1Params) (*platformclientmodels.RewardInfo, error)
Deprecated: Use GetReward1Short instead
func (*RewardService) GetReward1Short ¶ added in v0.10.0
func (aaa *RewardService) GetReward1Short(input *reward.GetReward1Params) (*platformclientmodels.RewardInfo, error)
func (*RewardService) GetRewardByCode
deprecated
func (aaa *RewardService) GetRewardByCode(input *reward.GetRewardByCodeParams) (*platformclientmodels.RewardInfo, error)
Deprecated: Use GetRewardByCodeShort instead
func (*RewardService) GetRewardByCodeShort ¶ added in v0.10.0
func (aaa *RewardService) GetRewardByCodeShort(input *reward.GetRewardByCodeParams) (*platformclientmodels.RewardInfo, error)
func (*RewardService) GetRewardShort ¶ added in v0.10.0
func (aaa *RewardService) GetRewardShort(input *reward.GetRewardParams) (*platformclientmodels.RewardInfo, error)
func (*RewardService) ImportRewards
deprecated
func (aaa *RewardService) ImportRewards(input *reward.ImportRewardsParams) error
Deprecated: Use ImportRewardsShort instead
func (*RewardService) ImportRewardsShort ¶ added in v0.10.0
func (aaa *RewardService) ImportRewardsShort(input *reward.ImportRewardsParams) error
func (*RewardService) QueryRewards
deprecated
func (aaa *RewardService) QueryRewards(input *reward.QueryRewardsParams) (*platformclientmodels.RewardPagingSlicedResult, error)
Deprecated: Use QueryRewardsShort instead
func (*RewardService) QueryRewards1
deprecated
added in
v0.10.0
func (aaa *RewardService) QueryRewards1(input *reward.QueryRewards1Params) (*platformclientmodels.RewardPagingSlicedResult, error)
Deprecated: Use QueryRewards1Short instead
func (*RewardService) QueryRewards1Short ¶ added in v0.10.0
func (aaa *RewardService) QueryRewards1Short(input *reward.QueryRewards1Params) (*platformclientmodels.RewardPagingSlicedResult, error)
func (*RewardService) QueryRewardsShort ¶ added in v0.10.0
func (aaa *RewardService) QueryRewardsShort(input *reward.QueryRewardsParams) (*platformclientmodels.RewardPagingSlicedResult, error)
func (*RewardService) UpdateReward
deprecated
func (aaa *RewardService) UpdateReward(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)
Deprecated: Use UpdateRewardShort instead
func (*RewardService) UpdateRewardShort ¶ added in v0.10.0
func (aaa *RewardService) UpdateRewardShort(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)
type StoreService ¶
type StoreService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*StoreService) CloneStore
deprecated
func (aaa *StoreService) CloneStore(input *store.CloneStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use CloneStoreShort instead
func (*StoreService) CloneStoreShort ¶ added in v0.10.0
func (aaa *StoreService) CloneStoreShort(input *store.CloneStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) CreateStore
deprecated
func (aaa *StoreService) CreateStore(input *store.CreateStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use CreateStoreShort instead
func (*StoreService) CreateStoreShort ¶ added in v0.10.0
func (aaa *StoreService) CreateStoreShort(input *store.CreateStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) DeletePublishedStore
deprecated
func (aaa *StoreService) DeletePublishedStore(input *store.DeletePublishedStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use DeletePublishedStoreShort instead
func (*StoreService) DeletePublishedStoreShort ¶ added in v0.10.0
func (aaa *StoreService) DeletePublishedStoreShort(input *store.DeletePublishedStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) DeleteStore
deprecated
func (aaa *StoreService) DeleteStore(input *store.DeleteStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use DeleteStoreShort instead
func (*StoreService) DeleteStoreShort ¶ added in v0.10.0
func (aaa *StoreService) DeleteStoreShort(input *store.DeleteStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) ExportStore
deprecated
func (aaa *StoreService) ExportStore(input *store.ExportStoreParams) error
Deprecated: Use ExportStoreShort instead
func (*StoreService) ExportStoreShort ¶ added in v0.10.0
func (aaa *StoreService) ExportStoreShort(input *store.ExportStoreParams) error
func (*StoreService) GetAuthSession ¶ added in v0.21.0
func (aaa *StoreService) GetAuthSession() auth.Session
func (*StoreService) GetPublishedStore
deprecated
func (aaa *StoreService) GetPublishedStore(input *store.GetPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use GetPublishedStoreShort instead
func (*StoreService) GetPublishedStoreBackup
deprecated
added in
v0.10.0
func (aaa *StoreService) GetPublishedStoreBackup(input *store.GetPublishedStoreBackupParams) (*platformclientmodels.StoreBackupInfo, error)
Deprecated: Use GetPublishedStoreBackupShort instead
func (*StoreService) GetPublishedStoreBackupShort ¶ added in v0.10.0
func (aaa *StoreService) GetPublishedStoreBackupShort(input *store.GetPublishedStoreBackupParams) (*platformclientmodels.StoreBackupInfo, error)
func (*StoreService) GetPublishedStoreShort ¶ added in v0.10.0
func (aaa *StoreService) GetPublishedStoreShort(input *store.GetPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) GetStore
deprecated
func (aaa *StoreService) GetStore(input *store.GetStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use GetStoreShort instead
func (*StoreService) GetStoreShort ¶ added in v0.10.0
func (aaa *StoreService) GetStoreShort(input *store.GetStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) ImportStore
deprecated
func (aaa *StoreService) ImportStore(input *store.ImportStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use ImportStoreShort instead
func (*StoreService) ImportStoreShort ¶ added in v0.10.0
func (aaa *StoreService) ImportStoreShort(input *store.ImportStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) ListStores
deprecated
added in
v0.10.0
func (aaa *StoreService) ListStores(input *store.ListStoresParams) ([]*platformclientmodels.StoreInfo, error)
Deprecated: Use ListStoresShort instead
func (*StoreService) ListStoresShort ¶ added in v0.10.0
func (aaa *StoreService) ListStoresShort(input *store.ListStoresParams) ([]*platformclientmodels.StoreInfo, error)
func (*StoreService) PublicListStores
deprecated
added in
v0.10.0
func (aaa *StoreService) PublicListStores(input *store.PublicListStoresParams) ([]*platformclientmodels.StoreInfo, error)
Deprecated: Use PublicListStoresShort instead
func (*StoreService) PublicListStoresShort ¶ added in v0.10.0
func (aaa *StoreService) PublicListStoresShort(input *store.PublicListStoresParams) ([]*platformclientmodels.StoreInfo, error)
func (*StoreService) RollbackPublishedStore
deprecated
func (aaa *StoreService) RollbackPublishedStore(input *store.RollbackPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use RollbackPublishedStoreShort instead
func (*StoreService) RollbackPublishedStoreShort ¶ added in v0.10.0
func (aaa *StoreService) RollbackPublishedStoreShort(input *store.RollbackPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) UpdateStore
deprecated
func (aaa *StoreService) UpdateStore(input *store.UpdateStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: Use UpdateStoreShort instead
func (*StoreService) UpdateStoreShort ¶ added in v0.10.0
func (aaa *StoreService) UpdateStoreShort(input *store.UpdateStoreParams) (*platformclientmodels.StoreInfo, error)
type SubscriptionService ¶
type SubscriptionService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*SubscriptionService) CancelSubscription
deprecated
func (aaa *SubscriptionService) CancelSubscription(input *subscription.CancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
Deprecated: Use CancelSubscriptionShort instead
func (*SubscriptionService) CancelSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) CancelSubscriptionShort(input *subscription.CancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
func (*SubscriptionService) CheckUserSubscriptionSubscribableByItemID
deprecated
func (aaa *SubscriptionService) CheckUserSubscriptionSubscribableByItemID(input *subscription.CheckUserSubscriptionSubscribableByItemIDParams) (*platformclientmodels.Subscribable, error)
Deprecated: Use CheckUserSubscriptionSubscribableByItemIDShort instead
func (*SubscriptionService) CheckUserSubscriptionSubscribableByItemIDShort ¶ added in v0.10.0
func (aaa *SubscriptionService) CheckUserSubscriptionSubscribableByItemIDShort(input *subscription.CheckUserSubscriptionSubscribableByItemIDParams) (*platformclientmodels.Subscribable, error)
func (*SubscriptionService) DeleteUserSubscription
deprecated
func (aaa *SubscriptionService) DeleteUserSubscription(input *subscription.DeleteUserSubscriptionParams) error
Deprecated: Use DeleteUserSubscriptionShort instead
func (*SubscriptionService) DeleteUserSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) DeleteUserSubscriptionShort(input *subscription.DeleteUserSubscriptionParams) error
func (*SubscriptionService) GetAuthSession ¶ added in v0.21.0
func (aaa *SubscriptionService) GetAuthSession() auth.Session
func (*SubscriptionService) GetUserSubscription
deprecated
func (aaa *SubscriptionService) GetUserSubscription(input *subscription.GetUserSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
Deprecated: Use GetUserSubscriptionShort instead
func (*SubscriptionService) GetUserSubscriptionActivities
deprecated
func (aaa *SubscriptionService) GetUserSubscriptionActivities(input *subscription.GetUserSubscriptionActivitiesParams) (*platformclientmodels.SubscriptionActivityPagingSlicedResult, error)
Deprecated: Use GetUserSubscriptionActivitiesShort instead
func (*SubscriptionService) GetUserSubscriptionActivitiesShort ¶ added in v0.10.0
func (aaa *SubscriptionService) GetUserSubscriptionActivitiesShort(input *subscription.GetUserSubscriptionActivitiesParams) (*platformclientmodels.SubscriptionActivityPagingSlicedResult, error)
func (*SubscriptionService) GetUserSubscriptionBillingHistories
deprecated
func (aaa *SubscriptionService) GetUserSubscriptionBillingHistories(input *subscription.GetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)
Deprecated: Use GetUserSubscriptionBillingHistoriesShort instead
func (*SubscriptionService) GetUserSubscriptionBillingHistoriesShort ¶ added in v0.10.0
func (aaa *SubscriptionService) GetUserSubscriptionBillingHistoriesShort(input *subscription.GetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)
func (*SubscriptionService) GetUserSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) GetUserSubscriptionShort(input *subscription.GetUserSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
func (*SubscriptionService) GrantDaysToSubscription
deprecated
func (aaa *SubscriptionService) GrantDaysToSubscription(input *subscription.GrantDaysToSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
Deprecated: Use GrantDaysToSubscriptionShort instead
func (*SubscriptionService) GrantDaysToSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) GrantDaysToSubscriptionShort(input *subscription.GrantDaysToSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
func (*SubscriptionService) PlatformSubscribeSubscription
deprecated
func (aaa *SubscriptionService) PlatformSubscribeSubscription(input *subscription.PlatformSubscribeSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
Deprecated: Use PlatformSubscribeSubscriptionShort instead
func (*SubscriptionService) PlatformSubscribeSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) PlatformSubscribeSubscriptionShort(input *subscription.PlatformSubscribeSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
func (*SubscriptionService) ProcessUserSubscriptionNotification
deprecated
func (aaa *SubscriptionService) ProcessUserSubscriptionNotification(input *subscription.ProcessUserSubscriptionNotificationParams) error
Deprecated: Use ProcessUserSubscriptionNotificationShort instead
func (*SubscriptionService) ProcessUserSubscriptionNotificationShort ¶ added in v0.10.0
func (aaa *SubscriptionService) ProcessUserSubscriptionNotificationShort(input *subscription.ProcessUserSubscriptionNotificationParams) error
func (*SubscriptionService) PublicCancelSubscription
deprecated
func (aaa *SubscriptionService) PublicCancelSubscription(input *subscription.PublicCancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
Deprecated: Use PublicCancelSubscriptionShort instead
func (*SubscriptionService) PublicCancelSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) PublicCancelSubscriptionShort(input *subscription.PublicCancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
func (*SubscriptionService) PublicChangeSubscriptionBillingAccount
deprecated
func (aaa *SubscriptionService) PublicChangeSubscriptionBillingAccount(input *subscription.PublicChangeSubscriptionBillingAccountParams) (*platformclientmodels.SubscriptionInfo, error)
Deprecated: Use PublicChangeSubscriptionBillingAccountShort instead
func (*SubscriptionService) PublicChangeSubscriptionBillingAccountShort ¶ added in v0.10.0
func (aaa *SubscriptionService) PublicChangeSubscriptionBillingAccountShort(input *subscription.PublicChangeSubscriptionBillingAccountParams) (*platformclientmodels.SubscriptionInfo, error)
func (*SubscriptionService) PublicCheckUserSubscriptionSubscribableByItemID
deprecated
func (aaa *SubscriptionService) PublicCheckUserSubscriptionSubscribableByItemID(input *subscription.PublicCheckUserSubscriptionSubscribableByItemIDParams) (*platformclientmodels.Subscribable, error)
Deprecated: Use PublicCheckUserSubscriptionSubscribableByItemIDShort instead
func (*SubscriptionService) PublicCheckUserSubscriptionSubscribableByItemIDShort ¶ added in v0.10.0
func (aaa *SubscriptionService) PublicCheckUserSubscriptionSubscribableByItemIDShort(input *subscription.PublicCheckUserSubscriptionSubscribableByItemIDParams) (*platformclientmodels.Subscribable, error)
func (*SubscriptionService) PublicGetUserSubscription
deprecated
func (aaa *SubscriptionService) PublicGetUserSubscription(input *subscription.PublicGetUserSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
Deprecated: Use PublicGetUserSubscriptionShort instead
func (*SubscriptionService) PublicGetUserSubscriptionBillingHistories
deprecated
func (aaa *SubscriptionService) PublicGetUserSubscriptionBillingHistories(input *subscription.PublicGetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)
Deprecated: Use PublicGetUserSubscriptionBillingHistoriesShort instead
func (*SubscriptionService) PublicGetUserSubscriptionBillingHistoriesShort ¶ added in v0.10.0
func (aaa *SubscriptionService) PublicGetUserSubscriptionBillingHistoriesShort(input *subscription.PublicGetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)
func (*SubscriptionService) PublicGetUserSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) PublicGetUserSubscriptionShort(input *subscription.PublicGetUserSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
func (*SubscriptionService) PublicQueryUserSubscriptions
deprecated
func (aaa *SubscriptionService) PublicQueryUserSubscriptions(input *subscription.PublicQueryUserSubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
Deprecated: Use PublicQueryUserSubscriptionsShort instead
func (*SubscriptionService) PublicQueryUserSubscriptionsShort ¶ added in v0.10.0
func (aaa *SubscriptionService) PublicQueryUserSubscriptionsShort(input *subscription.PublicQueryUserSubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
func (*SubscriptionService) PublicSubscribeSubscription
deprecated
func (aaa *SubscriptionService) PublicSubscribeSubscription(input *subscription.PublicSubscribeSubscriptionParams) error
Deprecated: Use PublicSubscribeSubscriptionShort instead
func (*SubscriptionService) PublicSubscribeSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) PublicSubscribeSubscriptionShort(input *subscription.PublicSubscribeSubscriptionParams) error
func (*SubscriptionService) QuerySubscriptions
deprecated
func (aaa *SubscriptionService) QuerySubscriptions(input *subscription.QuerySubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
Deprecated: Use QuerySubscriptionsShort instead
func (*SubscriptionService) QuerySubscriptionsShort ¶ added in v0.10.0
func (aaa *SubscriptionService) QuerySubscriptionsShort(input *subscription.QuerySubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
func (*SubscriptionService) QueryUserSubscriptions
deprecated
func (aaa *SubscriptionService) QueryUserSubscriptions(input *subscription.QueryUserSubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
Deprecated: Use QueryUserSubscriptionsShort instead
func (*SubscriptionService) QueryUserSubscriptionsShort ¶ added in v0.10.0
func (aaa *SubscriptionService) QueryUserSubscriptionsShort(input *subscription.QueryUserSubscriptionsParams) (*platformclientmodels.SubscriptionPagingSlicedResult, error)
func (*SubscriptionService) RecurringChargeSubscription
deprecated
func (aaa *SubscriptionService) RecurringChargeSubscription(input *subscription.RecurringChargeSubscriptionParams) (*platformclientmodels.RecurringChargeResult, error)
Deprecated: Use RecurringChargeSubscriptionShort instead
func (*SubscriptionService) RecurringChargeSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) RecurringChargeSubscriptionShort(input *subscription.RecurringChargeSubscriptionParams) (*platformclientmodels.RecurringChargeResult, error)
type TicketService ¶
type TicketService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*TicketService) AcquireUserTicket
deprecated
func (aaa *TicketService) AcquireUserTicket(input *ticket.AcquireUserTicketParams) (*platformclientmodels.TicketAcquireResult, error)
Deprecated: Use AcquireUserTicketShort instead
func (*TicketService) AcquireUserTicketShort ¶ added in v0.10.0
func (aaa *TicketService) AcquireUserTicketShort(input *ticket.AcquireUserTicketParams) (*platformclientmodels.TicketAcquireResult, error)
func (*TicketService) DecreaseTicketSale
deprecated
func (aaa *TicketService) DecreaseTicketSale(input *ticket.DecreaseTicketSaleParams) error
Deprecated: Use DecreaseTicketSaleShort instead
func (*TicketService) DecreaseTicketSaleShort ¶ added in v0.10.0
func (aaa *TicketService) DecreaseTicketSaleShort(input *ticket.DecreaseTicketSaleParams) error
func (*TicketService) GetAuthSession ¶ added in v0.21.0
func (aaa *TicketService) GetAuthSession() auth.Session
func (*TicketService) GetTicketBoothID
deprecated
func (aaa *TicketService) GetTicketBoothID(input *ticket.GetTicketBoothIDParams) (*platformclientmodels.TicketBoothID, error)
Deprecated: Use GetTicketBoothIDShort instead
func (*TicketService) GetTicketBoothIDShort ¶ added in v0.10.0
func (aaa *TicketService) GetTicketBoothIDShort(input *ticket.GetTicketBoothIDParams) (*platformclientmodels.TicketBoothID, error)
func (*TicketService) GetTicketDynamic
deprecated
func (aaa *TicketService) GetTicketDynamic(input *ticket.GetTicketDynamicParams) (*platformclientmodels.TicketDynamicInfo, error)
Deprecated: Use GetTicketDynamicShort instead
func (*TicketService) GetTicketDynamicShort ¶ added in v0.10.0
func (aaa *TicketService) GetTicketDynamicShort(input *ticket.GetTicketDynamicParams) (*platformclientmodels.TicketDynamicInfo, error)
func (*TicketService) IncreaseTicketSale
deprecated
func (aaa *TicketService) IncreaseTicketSale(input *ticket.IncreaseTicketSaleParams) (*platformclientmodels.TicketSaleIncrementResult, error)
Deprecated: Use IncreaseTicketSaleShort instead
func (*TicketService) IncreaseTicketSaleShort ¶ added in v0.10.0
func (aaa *TicketService) IncreaseTicketSaleShort(input *ticket.IncreaseTicketSaleParams) (*platformclientmodels.TicketSaleIncrementResult, error)
type WalletService ¶
type WalletService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*WalletService) CheckWallet
deprecated
func (aaa *WalletService) CheckWallet(input *wallet.CheckWalletParams) error
Deprecated: Use CheckWalletShort instead
func (*WalletService) CheckWalletShort ¶ added in v0.10.0
func (aaa *WalletService) CheckWalletShort(input *wallet.CheckWalletParams) error
func (*WalletService) CreditUserWallet
deprecated
func (aaa *WalletService) CreditUserWallet(input *wallet.CreditUserWalletParams) (*platformclientmodels.WalletInfo, error)
Deprecated: Use CreditUserWalletShort instead
func (*WalletService) CreditUserWalletShort ¶ added in v0.10.0
func (aaa *WalletService) CreditUserWalletShort(input *wallet.CreditUserWalletParams) (*platformclientmodels.WalletInfo, error)
func (*WalletService) DebitUserWallet
deprecated
func (aaa *WalletService) DebitUserWallet(input *wallet.DebitUserWalletParams) (*platformclientmodels.WalletInfo, error)
Deprecated: Use DebitUserWalletShort instead
func (*WalletService) DebitUserWalletShort ¶ added in v0.10.0
func (aaa *WalletService) DebitUserWalletShort(input *wallet.DebitUserWalletParams) (*platformclientmodels.WalletInfo, error)
func (*WalletService) DisableUserWallet
deprecated
func (aaa *WalletService) DisableUserWallet(input *wallet.DisableUserWalletParams) error
Deprecated: Use DisableUserWalletShort instead
func (*WalletService) DisableUserWalletShort ¶ added in v0.10.0
func (aaa *WalletService) DisableUserWalletShort(input *wallet.DisableUserWalletParams) error
func (*WalletService) EnableUserWallet
deprecated
func (aaa *WalletService) EnableUserWallet(input *wallet.EnableUserWalletParams) error
Deprecated: Use EnableUserWalletShort instead
func (*WalletService) EnableUserWalletShort ¶ added in v0.10.0
func (aaa *WalletService) EnableUserWalletShort(input *wallet.EnableUserWalletParams) error
func (*WalletService) GetAuthSession ¶ added in v0.21.0
func (aaa *WalletService) GetAuthSession() auth.Session
func (*WalletService) GetPlatformWalletConfig
deprecated
added in
v0.18.0
func (aaa *WalletService) GetPlatformWalletConfig(input *wallet.GetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
Deprecated: Use GetPlatformWalletConfigShort instead
func (*WalletService) GetPlatformWalletConfigShort ¶ added in v0.18.0
func (aaa *WalletService) GetPlatformWalletConfigShort(input *wallet.GetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
func (*WalletService) GetUserWallet
deprecated
func (aaa *WalletService) GetUserWallet(input *wallet.GetUserWalletParams) (*platformclientmodels.WalletInfo, error)
Deprecated: Use GetUserWalletShort instead
func (*WalletService) GetUserWalletShort ¶ added in v0.10.0
func (aaa *WalletService) GetUserWalletShort(input *wallet.GetUserWalletParams) (*platformclientmodels.WalletInfo, error)
func (*WalletService) GetWallet
deprecated
func (aaa *WalletService) GetWallet(input *wallet.GetWalletParams) (*platformclientmodels.WalletInfo, error)
Deprecated: Use GetWalletShort instead
func (*WalletService) GetWalletShort ¶ added in v0.10.0
func (aaa *WalletService) GetWalletShort(input *wallet.GetWalletParams) (*platformclientmodels.WalletInfo, error)
func (*WalletService) ListUserCurrencyTransactions
deprecated
added in
v0.18.0
func (aaa *WalletService) ListUserCurrencyTransactions(input *wallet.ListUserCurrencyTransactionsParams) (*platformclientmodels.WalletTransactionPagingSlicedResult, error)
Deprecated: Use ListUserCurrencyTransactionsShort instead
func (*WalletService) ListUserCurrencyTransactionsShort ¶ added in v0.18.0
func (aaa *WalletService) ListUserCurrencyTransactionsShort(input *wallet.ListUserCurrencyTransactionsParams) (*platformclientmodels.WalletTransactionPagingSlicedResult, error)
func (*WalletService) ListUserWalletTransactions
deprecated
func (aaa *WalletService) ListUserWalletTransactions(input *wallet.ListUserWalletTransactionsParams) (*platformclientmodels.DetailedWalletTransactionPagingSlicedResult, error)
Deprecated: Use ListUserWalletTransactionsShort instead
func (*WalletService) ListUserWalletTransactionsShort ¶ added in v0.10.0
func (aaa *WalletService) ListUserWalletTransactionsShort(input *wallet.ListUserWalletTransactionsParams) (*platformclientmodels.DetailedWalletTransactionPagingSlicedResult, error)
func (*WalletService) PayWithUserWallet
deprecated
func (aaa *WalletService) PayWithUserWallet(input *wallet.PayWithUserWalletParams) (*platformclientmodels.PlatformWallet, error)
Deprecated: Use PayWithUserWalletShort instead
func (*WalletService) PayWithUserWalletShort ¶ added in v0.10.0
func (aaa *WalletService) PayWithUserWalletShort(input *wallet.PayWithUserWalletParams) (*platformclientmodels.PlatformWallet, error)
func (*WalletService) PublicGetMyWallet
deprecated
func (aaa *WalletService) PublicGetMyWallet(input *wallet.PublicGetMyWalletParams) (*platformclientmodels.PlatformWallet, error)
Deprecated: Use PublicGetMyWalletShort instead
func (*WalletService) PublicGetMyWalletShort ¶ added in v0.10.0
func (aaa *WalletService) PublicGetMyWalletShort(input *wallet.PublicGetMyWalletParams) (*platformclientmodels.PlatformWallet, error)
func (*WalletService) PublicGetWallet
deprecated
func (aaa *WalletService) PublicGetWallet(input *wallet.PublicGetWalletParams) (*platformclientmodels.PlatformWallet, error)
Deprecated: Use PublicGetWalletShort instead
func (*WalletService) PublicGetWalletShort ¶ added in v0.10.0
func (aaa *WalletService) PublicGetWalletShort(input *wallet.PublicGetWalletParams) (*platformclientmodels.PlatformWallet, error)
func (*WalletService) PublicListUserWalletTransactions
deprecated
func (aaa *WalletService) PublicListUserWalletTransactions(input *wallet.PublicListUserWalletTransactionsParams) (*platformclientmodels.WalletTransactionPagingSlicedResult, error)
Deprecated: Use PublicListUserWalletTransactionsShort instead
func (*WalletService) PublicListUserWalletTransactionsShort ¶ added in v0.10.0
func (aaa *WalletService) PublicListUserWalletTransactionsShort(input *wallet.PublicListUserWalletTransactionsParams) (*platformclientmodels.WalletTransactionPagingSlicedResult, error)
func (*WalletService) QueryUserCurrencyWallets
deprecated
added in
v0.18.0
func (aaa *WalletService) QueryUserCurrencyWallets(input *wallet.QueryUserCurrencyWalletsParams) ([]*platformclientmodels.CurrencyWallet, error)
Deprecated: Use QueryUserCurrencyWalletsShort instead
func (*WalletService) QueryUserCurrencyWalletsShort ¶ added in v0.18.0
func (aaa *WalletService) QueryUserCurrencyWalletsShort(input *wallet.QueryUserCurrencyWalletsParams) ([]*platformclientmodels.CurrencyWallet, error)
func (*WalletService) QueryWallets
deprecated
func (aaa *WalletService) QueryWallets(input *wallet.QueryWalletsParams) (*platformclientmodels.WalletPagingSlicedResult, error)
Deprecated: Use QueryWalletsShort instead
func (*WalletService) QueryWalletsShort ¶ added in v0.10.0
func (aaa *WalletService) QueryWalletsShort(input *wallet.QueryWalletsParams) (*platformclientmodels.WalletPagingSlicedResult, error)
func (*WalletService) ResetPlatformWalletConfig
deprecated
added in
v0.18.0
func (aaa *WalletService) ResetPlatformWalletConfig(input *wallet.ResetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
Deprecated: Use ResetPlatformWalletConfigShort instead
func (*WalletService) ResetPlatformWalletConfigShort ¶ added in v0.18.0
func (aaa *WalletService) ResetPlatformWalletConfigShort(input *wallet.ResetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
func (*WalletService) UpdatePlatformWalletConfig
deprecated
added in
v0.18.0
func (aaa *WalletService) UpdatePlatformWalletConfig(input *wallet.UpdatePlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
Deprecated: Use UpdatePlatformWalletConfigShort instead
func (*WalletService) UpdatePlatformWalletConfigShort ¶ added in v0.18.0
func (aaa *WalletService) UpdatePlatformWalletConfigShort(input *wallet.UpdatePlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
Source Files ¶
- achievementPlatform.go
- anonymization.go
- campaign.go
- catalogChanges.go
- category.go
- currency.go
- dlc.go
- entitlement.go
- fulfillment.go
- fulfillmentScript.go
- iap.go
- item.go
- keyGroup.go
- order.go
- orderDedicated.go
- payment.go
- paymentAccount.go
- paymentCallbackConfig.go
- paymentConfig.go
- paymentDedicated.go
- paymentStation.go
- reward.go
- store.go
- subscription.go
- ticket.go
- wallet.go