Documentation
¶
Index ¶
- type AchievementPlatformService
- func (aaa *AchievementPlatformService) GetAuthSession() auth.Session
- func (aaa *AchievementPlatformService) GetXblUserAchievements(input *achievement_platform.GetXblUserAchievementsParams) (*platformclientmodels.XblUserAchievements, error)deprecated
- func (aaa *AchievementPlatformService) GetXblUserAchievementsShort(input *achievement_platform.GetXblUserAchievementsParams) (*platformclientmodels.XblUserAchievements, error)
- func (aaa *AchievementPlatformService) UnlockSteamUserAchievement(input *achievement_platform.UnlockSteamUserAchievementParams) errordeprecated
- func (aaa *AchievementPlatformService) UnlockSteamUserAchievementShort(input *achievement_platform.UnlockSteamUserAchievementParams) error
- func (aaa *AchievementPlatformService) UpdateFlightId(flightId string)
- 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) AnonymizeRevocation(input *anonymization.AnonymizeRevocationParams) errordeprecated
- func (aaa *AnonymizationService) AnonymizeRevocationShort(input *anonymization.AnonymizeRevocationParams) 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
- func (aaa *AnonymizationService) UpdateFlightId(flightId string)
- 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, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *CampaignService) DownloadShort(input *campaign.DownloadParams, writer io.Writer) (io.Writer, 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) QueryCampaignBatchNames(input *campaign.QueryCampaignBatchNamesParams) ([]*platformclientmodels.CampaignBatchNameInfo, error)deprecated
- func (aaa *CampaignService) QueryCampaignBatchNamesShort(input *campaign.QueryCampaignBatchNamesParams) ([]*platformclientmodels.CampaignBatchNameInfo, 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) RenameBatch(input *campaign.RenameBatchParams) errordeprecated
- func (aaa *CampaignService) RenameBatchShort(input *campaign.RenameBatchParams) error
- func (aaa *CampaignService) UpdateCampaign(input *campaign.UpdateCampaignParams) (*platformclientmodels.CampaignInfo, error)deprecated
- func (aaa *CampaignService) UpdateCampaignShort(input *campaign.UpdateCampaignParams) (*platformclientmodels.CampaignInfo, error)
- func (aaa *CampaignService) UpdateFlightId(flightId string)
- 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.CatalogChangePagingResult, error)deprecated
- func (aaa *CatalogChangesService) QueryChangesShort(input *catalog_changes.QueryChangesParams) (*platformclientmodels.CatalogChangePagingResult, error)
- func (aaa *CatalogChangesService) SelectAllRecords(input *catalog_changes.SelectAllRecordsParams) errordeprecated
- func (aaa *CatalogChangesService) SelectAllRecordsByCriteria(input *catalog_changes.SelectAllRecordsByCriteriaParams) errordeprecated
- func (aaa *CatalogChangesService) SelectAllRecordsByCriteriaShort(input *catalog_changes.SelectAllRecordsByCriteriaParams) error
- 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
- func (aaa *CatalogChangesService) UpdateFlightId(flightId string)
- 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)
- func (aaa *CategoryService) UpdateFlightId(flightId string)
- type ClawbackService
- func (aaa *ClawbackService) GetAuthSession() auth.Session
- func (aaa *ClawbackService) MockPlayStationStreamEvent(input *clawback.MockPlayStationStreamEventParams) (*platformclientmodels.ClawbackInfo, error)deprecated
- func (aaa *ClawbackService) MockPlayStationStreamEventShort(input *clawback.MockPlayStationStreamEventParams) (*platformclientmodels.ClawbackInfo, error)
- func (aaa *ClawbackService) MockXblClawbackEvent(input *clawback.MockXblClawbackEventParams) (*platformclientmodels.ClawbackInfo, error)deprecated
- func (aaa *ClawbackService) MockXblClawbackEventShort(input *clawback.MockXblClawbackEventParams) (*platformclientmodels.ClawbackInfo, error)
- func (aaa *ClawbackService) QueryIAPClawbackHistory(input *clawback.QueryIAPClawbackHistoryParams) (*platformclientmodels.IAPClawbackPagingSlicedResult, error)deprecated
- func (aaa *ClawbackService) QueryIAPClawbackHistoryShort(input *clawback.QueryIAPClawbackHistoryParams) (*platformclientmodels.IAPClawbackPagingSlicedResult, error)
- func (aaa *ClawbackService) UpdateFlightId(flightId string)
- 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)
- func (aaa *CurrencyService) UpdateFlightId(flightId string)
- type DLCService
- func (aaa *DLCService) DeleteDLCItemConfig(input *dlc.DeleteDLCItemConfigParams) errordeprecated
- func (aaa *DLCService) DeleteDLCItemConfigShort(input *dlc.DeleteDLCItemConfigParams) error
- func (aaa *DLCService) DeletePlatformDLCConfig(input *dlc.DeletePlatformDLCConfigParams) errordeprecated
- func (aaa *DLCService) DeletePlatformDLCConfigShort(input *dlc.DeletePlatformDLCConfigParams) error
- func (aaa *DLCService) GeDLCDurableRewardShortMap(input *dlc.GeDLCDurableRewardShortMapParams) (*platformclientmodels.DLCConfigRewardShortInfo, error)deprecated
- func (aaa *DLCService) GeDLCDurableRewardShortMapShort(input *dlc.GeDLCDurableRewardShortMapParams) (*platformclientmodels.DLCConfigRewardShortInfo, error)
- func (aaa *DLCService) GetAuthSession() auth.Session
- func (aaa *DLCService) GetDLCItemConfig(input *dlc.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)deprecated
- func (aaa *DLCService) GetDLCItemConfigShort(input *dlc.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
- func (aaa *DLCService) GetPlatformDLCConfig(input *dlc.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)deprecated
- func (aaa *DLCService) GetPlatformDLCConfigShort(input *dlc.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
- func (aaa *DLCService) GetUserDLC(input *dlc.GetUserDLCParams) ([]*platformclientmodels.UserDLCRecord, error)deprecated
- func (aaa *DLCService) GetUserDLCByPlatform(input *dlc.GetUserDLCByPlatformParams) (*platformclientmodels.UserDLC, error)deprecated
- func (aaa *DLCService) GetUserDLCByPlatformShort(input *dlc.GetUserDLCByPlatformParams) (*platformclientmodels.UserDLC, error)
- func (aaa *DLCService) GetUserDLCShort(input *dlc.GetUserDLCParams) ([]*platformclientmodels.UserDLCRecord, error)
- func (aaa *DLCService) PublicGetMyDLCContent(input *dlc.PublicGetMyDLCContentParams) (*platformclientmodels.SimpleUserDLCRewardContentsResponse, error)deprecated
- func (aaa *DLCService) PublicGetMyDLCContentShort(input *dlc.PublicGetMyDLCContentParams) (*platformclientmodels.SimpleUserDLCRewardContentsResponse, error)
- func (aaa *DLCService) PublicSyncPsnDLCInventory(input *dlc.PublicSyncPsnDLCInventoryParams) errordeprecated
- func (aaa *DLCService) PublicSyncPsnDLCInventoryShort(input *dlc.PublicSyncPsnDLCInventoryParams) error
- func (aaa *DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabels(input *dlc.PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) errordeprecated
- func (aaa *DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort(input *dlc.PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) error
- func (aaa *DLCService) SyncEpicGameDLC(input *dlc.SyncEpicGameDLCParams) errordeprecated
- func (aaa *DLCService) SyncEpicGameDLCShort(input *dlc.SyncEpicGameDLCParams) error
- func (aaa *DLCService) SyncOculusDLC(input *dlc.SyncOculusDLCParams) errordeprecated
- func (aaa *DLCService) SyncOculusDLCShort(input *dlc.SyncOculusDLCParams) error
- func (aaa *DLCService) SyncSteamDLC(input *dlc.SyncSteamDLCParams) errordeprecated
- func (aaa *DLCService) SyncSteamDLCShort(input *dlc.SyncSteamDLCParams) error
- func (aaa *DLCService) SyncXboxDLC(input *dlc.SyncXboxDLCParams) errordeprecated
- func (aaa *DLCService) SyncXboxDLCShort(input *dlc.SyncXboxDLCParams) error
- func (aaa *DLCService) UpdateDLCItemConfig(input *dlc.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)deprecated
- func (aaa *DLCService) UpdateDLCItemConfigShort(input *dlc.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
- func (aaa *DLCService) UpdateFlightId(flightId string)
- func (aaa *DLCService) UpdatePlatformDLCConfig(input *dlc.UpdatePlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)deprecated
- func (aaa *DLCService) UpdatePlatformDLCConfigShort(input *dlc.UpdatePlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
- type EntitlementService
- func (aaa *EntitlementService) ConsumeUserEntitlement(input *entitlement.ConsumeUserEntitlementParams) (*platformclientmodels.EntitlementDecrementResult, error)deprecated
- func (aaa *EntitlementService) ConsumeUserEntitlementShort(input *entitlement.ConsumeUserEntitlementParams) (*platformclientmodels.EntitlementDecrementResult, 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) EnableEntitlementOriginFeature(input *entitlement.EnableEntitlementOriginFeatureParams) (*platformclientmodels.EntitlementConfigInfo, error)deprecated
- func (aaa *EntitlementService) EnableEntitlementOriginFeatureShort(input *entitlement.EnableEntitlementOriginFeatureParams) (*platformclientmodels.EntitlementConfigInfo, 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) GetEntitlementConfigInfo(input *entitlement.GetEntitlementConfigInfoParams) (*platformclientmodels.EntitlementConfigInfo, error)deprecated
- func (aaa *EntitlementService) GetEntitlementConfigInfoShort(input *entitlement.GetEntitlementConfigInfoParams) (*platformclientmodels.EntitlementConfigInfo, error)
- func (aaa *EntitlementService) GetEntitlementShort(input *entitlement.GetEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) GetPlatformEntitlementConfig(input *entitlement.GetPlatformEntitlementConfigParams) (*platformclientmodels.EntitlementPlatformConfigInfo, error)deprecated
- func (aaa *EntitlementService) GetPlatformEntitlementConfigShort(input *entitlement.GetPlatformEntitlementConfigParams) (*platformclientmodels.EntitlementPlatformConfigInfo, error)
- func (aaa *EntitlementService) GetUserActiveEntitlementsByItemIds(input *entitlement.GetUserActiveEntitlementsByItemIdsParams) ([]*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) GetUserActiveEntitlementsByItemIdsShort(input *entitlement.GetUserActiveEntitlementsByItemIdsParams) ([]*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) GetUserEntitlementsByIds(input *entitlement.GetUserEntitlementsByIdsParams) ([]*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) GetUserEntitlementsByIdsShort(input *entitlement.GetUserEntitlementsByIdsParams) ([]*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) GrantEntitlements(input *entitlement.GrantEntitlementsParams) (*platformclientmodels.BulkEntitlementGrantResult, error)deprecated
- func (aaa *EntitlementService) GrantEntitlementsShort(input *entitlement.GrantEntitlementsParams) (*platformclientmodels.BulkEntitlementGrantResult, 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) PreCheckRevokeUserEntitlementByUseCount(input *entitlement.PreCheckRevokeUserEntitlementByUseCountParams) (*platformclientmodels.EntitlementPrechekResult, error)deprecated
- func (aaa *EntitlementService) PreCheckRevokeUserEntitlementByUseCountShort(input *entitlement.PreCheckRevokeUserEntitlementByUseCountParams) (*platformclientmodels.EntitlementPrechekResult, error)
- func (aaa *EntitlementService) PublicConsumeUserEntitlement(input *entitlement.PublicConsumeUserEntitlementParams) (*platformclientmodels.EntitlementDecrementResult, error)deprecated
- func (aaa *EntitlementService) PublicConsumeUserEntitlementShort(input *entitlement.PublicConsumeUserEntitlementParams) (*platformclientmodels.EntitlementDecrementResult, 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) PublicGetUserEntitlementsByIds(input *entitlement.PublicGetUserEntitlementsByIdsParams) ([]*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) PublicGetUserEntitlementsByIdsShort(input *entitlement.PublicGetUserEntitlementsByIdsParams) ([]*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) PublicSellUserEntitlement(input *entitlement.PublicSellUserEntitlementParams) (*platformclientmodels.EntitlementSoldResult, error)deprecated
- func (aaa *EntitlementService) PublicSellUserEntitlementShort(input *entitlement.PublicSellUserEntitlementParams) (*platformclientmodels.EntitlementSoldResult, error)
- func (aaa *EntitlementService) PublicSplitUserEntitlement(input *entitlement.PublicSplitUserEntitlementParams) (*platformclientmodels.EntitlementSplitResult, error)deprecated
- func (aaa *EntitlementService) PublicSplitUserEntitlementShort(input *entitlement.PublicSplitUserEntitlementParams) (*platformclientmodels.EntitlementSplitResult, error)
- func (aaa *EntitlementService) PublicTransferUserEntitlement(input *entitlement.PublicTransferUserEntitlementParams) (*platformclientmodels.EntitlementTransferResult, error)deprecated
- func (aaa *EntitlementService) PublicTransferUserEntitlementShort(input *entitlement.PublicTransferUserEntitlementParams) (*platformclientmodels.EntitlementTransferResult, error)
- func (aaa *EntitlementService) PublicUserEntitlementHistory(input *entitlement.PublicUserEntitlementHistoryParams) ([]*platformclientmodels.UserEntitlementHistoryPagingSlicedResult, error)deprecated
- func (aaa *EntitlementService) PublicUserEntitlementHistoryShort(input *entitlement.PublicUserEntitlementHistoryParams) ([]*platformclientmodels.UserEntitlementHistoryPagingSlicedResult, error)
- func (aaa *EntitlementService) QueryEntitlements(input *entitlement.QueryEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)deprecated
- func (aaa *EntitlementService) QueryEntitlements1(input *entitlement.QueryEntitlements1Params) (*platformclientmodels.EntitlementPagingSlicedResult, error)deprecated
- func (aaa *EntitlementService) QueryEntitlements1Short(input *entitlement.QueryEntitlements1Params) (*platformclientmodels.EntitlementPagingSlicedResult, error)
- 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) RevokeAllEntitlements(input *entitlement.RevokeAllEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)deprecated
- func (aaa *EntitlementService) RevokeAllEntitlementsShort(input *entitlement.RevokeAllEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)
- func (aaa *EntitlementService) RevokeEntitlements(input *entitlement.RevokeEntitlementsParams) (*platformclientmodels.BulkEntitlementRevokeResult, error)deprecated
- func (aaa *EntitlementService) RevokeEntitlementsShort(input *entitlement.RevokeEntitlementsParams) (*platformclientmodels.BulkEntitlementRevokeResult, error)
- func (aaa *EntitlementService) RevokeUseCount(input *entitlement.RevokeUseCountParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) RevokeUseCountShort(input *entitlement.RevokeUseCountParams) (*platformclientmodels.EntitlementInfo, error)
- func (aaa *EntitlementService) RevokeUserEntitlement(input *entitlement.RevokeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)deprecated
- func (aaa *EntitlementService) RevokeUserEntitlementByUseCount(input *entitlement.RevokeUserEntitlementByUseCountParams) (*platformclientmodels.EntitlementIfc, error)deprecated
- func (aaa *EntitlementService) RevokeUserEntitlementByUseCountShort(input *entitlement.RevokeUserEntitlementByUseCountParams) (*platformclientmodels.EntitlementIfc, error)
- 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) SellUserEntitlement(input *entitlement.SellUserEntitlementParams) (*platformclientmodels.EntitlementSoldResult, error)deprecated
- func (aaa *EntitlementService) SellUserEntitlementShort(input *entitlement.SellUserEntitlementParams) (*platformclientmodels.EntitlementSoldResult, error)
- func (aaa *EntitlementService) UpdateFlightId(flightId string)
- func (aaa *EntitlementService) UpdatePlatformEntitlementConfig(input *entitlement.UpdatePlatformEntitlementConfigParams) (*platformclientmodels.EntitlementPlatformConfigInfo, error)deprecated
- func (aaa *EntitlementService) UpdatePlatformEntitlementConfigShort(input *entitlement.UpdatePlatformEntitlementConfigParams) (*platformclientmodels.EntitlementPlatformConfigInfo, 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) UpdateFlightId(flightId string)
- 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) FulfillItems(input *fulfillment.FulfillItemsParams) (*platformclientmodels.FulfillmentV2Result, error)deprecated
- func (aaa *FulfillmentService) FulfillItemsShort(input *fulfillment.FulfillItemsParams) (*platformclientmodels.FulfillmentV2Result, error)
- func (aaa *FulfillmentService) FulfillItemsV3(input *fulfillment.FulfillItemsV3Params) (*platformclientmodels.FulfillmentV2Result, error)deprecated
- func (aaa *FulfillmentService) FulfillItemsV3Short(input *fulfillment.FulfillItemsV3Params) (*platformclientmodels.FulfillmentV2Result, error)
- func (aaa *FulfillmentService) FulfillRewards(input *fulfillment.FulfillRewardsParams) errordeprecated
- func (aaa *FulfillmentService) FulfillRewardsShort(input *fulfillment.FulfillRewardsParams) error
- func (aaa *FulfillmentService) FulfillRewardsV2(input *fulfillment.FulfillRewardsV2Params) (*platformclientmodels.FulfillmentResult, error)deprecated
- func (aaa *FulfillmentService) FulfillRewardsV2Short(input *fulfillment.FulfillRewardsV2Params) (*platformclientmodels.FulfillmentResult, error)
- func (aaa *FulfillmentService) GetAuthSession() auth.Session
- func (aaa *FulfillmentService) PreCheckFulfillItem(input *fulfillment.PreCheckFulfillItemParams) ([]*platformclientmodels.FulfillmentItem, error)deprecated
- func (aaa *FulfillmentService) PreCheckFulfillItemShort(input *fulfillment.PreCheckFulfillItemParams) ([]*platformclientmodels.FulfillmentItem, error)
- 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) QueryFulfillments(input *fulfillment.QueryFulfillmentsParams) (*platformclientmodels.FulfillmentPagingSlicedResult, error)deprecated
- func (aaa *FulfillmentService) QueryFulfillmentsShort(input *fulfillment.QueryFulfillmentsParams) (*platformclientmodels.FulfillmentPagingSlicedResult, error)
- func (aaa *FulfillmentService) RedeemCode(input *fulfillment.RedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)deprecated
- func (aaa *FulfillmentService) RedeemCodeShort(input *fulfillment.RedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
- func (aaa *FulfillmentService) RetryFulfillItems(input *fulfillment.RetryFulfillItemsParams) (*platformclientmodels.FulfillmentV2Result, error)deprecated
- func (aaa *FulfillmentService) RetryFulfillItemsShort(input *fulfillment.RetryFulfillItemsParams) (*platformclientmodels.FulfillmentV2Result, error)
- func (aaa *FulfillmentService) RetryFulfillItemsV3(input *fulfillment.RetryFulfillItemsV3Params) (*platformclientmodels.FulfillmentV2Result, error)deprecated
- func (aaa *FulfillmentService) RetryFulfillItemsV3Short(input *fulfillment.RetryFulfillItemsV3Params) (*platformclientmodels.FulfillmentV2Result, error)
- func (aaa *FulfillmentService) RevokeItems(input *fulfillment.RevokeItemsParams) (*platformclientmodels.RevokeFulfillmentV2Result, error)deprecated
- func (aaa *FulfillmentService) RevokeItemsShort(input *fulfillment.RevokeItemsParams) (*platformclientmodels.RevokeFulfillmentV2Result, error)
- func (aaa *FulfillmentService) RevokeItemsV3(input *fulfillment.RevokeItemsV3Params) (*platformclientmodels.RevokeFulfillmentV2Result, error)deprecated
- func (aaa *FulfillmentService) RevokeItemsV3Short(input *fulfillment.RevokeItemsV3Params) (*platformclientmodels.RevokeFulfillmentV2Result, error)
- func (aaa *FulfillmentService) UpdateFlightId(flightId string)
- type IAPNotificationService
- func (aaa *IAPNotificationService) GetAuthSession() auth.Session
- func (aaa *IAPNotificationService) QueryThirdPartyNotifications(input *iap_notification.QueryThirdPartyNotificationsParams) (*platformclientmodels.NotificationPagingSlicedResult, error)deprecated
- func (aaa *IAPNotificationService) QueryThirdPartyNotificationsShort(input *iap_notification.QueryThirdPartyNotificationsParams) (*platformclientmodels.NotificationPagingSlicedResult, error)
- func (aaa *IAPNotificationService) UpdateFlightId(flightId string)
- type IAPService
- func (aaa *IAPService) DeleteAppleIAPConfig(input *iap.DeleteAppleIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteAppleIAPConfigShort(input *iap.DeleteAppleIAPConfigParams) error
- func (aaa *IAPService) DeleteEpicGamesIAPConfig(input *iap.DeleteEpicGamesIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteEpicGamesIAPConfigShort(input *iap.DeleteEpicGamesIAPConfigParams) error
- func (aaa *IAPService) DeleteGoogleIAPConfig(input *iap.DeleteGoogleIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteGoogleIAPConfigShort(input *iap.DeleteGoogleIAPConfigParams) error
- func (aaa *IAPService) DeleteIAPItemConfig(input *iap.DeleteIAPItemConfigParams) errordeprecated
- func (aaa *IAPService) DeleteIAPItemConfigShort(input *iap.DeleteIAPItemConfigParams) error
- func (aaa *IAPService) DeleteOculusIAPConfig(input *iap.DeleteOculusIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteOculusIAPConfigShort(input *iap.DeleteOculusIAPConfigParams) error
- func (aaa *IAPService) DeletePlaystationIAPConfig(input *iap.DeletePlaystationIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeletePlaystationIAPConfigShort(input *iap.DeletePlaystationIAPConfigParams) error
- func (aaa *IAPService) DeleteSteamIAPConfig(input *iap.DeleteSteamIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteSteamIAPConfigShort(input *iap.DeleteSteamIAPConfigParams) error
- func (aaa *IAPService) DeleteTwitchIAPConfig(input *iap.DeleteTwitchIAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteTwitchIAPConfigShort(input *iap.DeleteTwitchIAPConfigParams) error
- func (aaa *IAPService) DeleteXblAPConfig(input *iap.DeleteXblAPConfigParams) errordeprecated
- func (aaa *IAPService) DeleteXblAPConfigShort(input *iap.DeleteXblAPConfigParams) error
- func (aaa *IAPService) GetAppleConfigVersion(input *iap.GetAppleConfigVersionParams) (*platformclientmodels.AppleIAPConfigVersionInfo, error)deprecated
- func (aaa *IAPService) GetAppleConfigVersionShort(input *iap.GetAppleConfigVersionParams) (*platformclientmodels.AppleIAPConfigVersionInfo, error)
- func (aaa *IAPService) GetAppleIAPConfig(input *iap.GetAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetAppleIAPConfigShort(input *iap.GetAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
- func (aaa *IAPService) GetAuthSession() auth.Session
- func (aaa *IAPService) GetEpicGamesIAPConfig(input *iap.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetEpicGamesIAPConfigShort(input *iap.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
- func (aaa *IAPService) GetGoogleIAPConfig(input *iap.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetGoogleIAPConfigShort(input *iap.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
- func (aaa *IAPService) GetIAPItemConfig(input *iap.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)deprecated
- func (aaa *IAPService) GetIAPItemConfigShort(input *iap.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
- func (aaa *IAPService) GetIAPItemMapping(input *iap.GetIAPItemMappingParams) (*platformclientmodels.IAPItemMappingInfo, error)deprecated
- func (aaa *IAPService) GetIAPItemMappingShort(input *iap.GetIAPItemMappingParams) (*platformclientmodels.IAPItemMappingInfo, error)
- func (aaa *IAPService) GetIAPOrderConsumeDetails(input *iap.GetIAPOrderConsumeDetailsParams) ([]*platformclientmodels.IAPOrderConsumeDetailInfo, error)deprecated
- func (aaa *IAPService) GetIAPOrderConsumeDetailsShort(input *iap.GetIAPOrderConsumeDetailsParams) ([]*platformclientmodels.IAPOrderConsumeDetailInfo, error)
- func (aaa *IAPService) GetOculusIAPConfig(input *iap.GetOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetOculusIAPConfigShort(input *iap.GetOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)
- func (aaa *IAPService) GetPlayStationIAPConfig(input *iap.GetPlayStationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetPlayStationIAPConfigShort(input *iap.GetPlayStationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
- func (aaa *IAPService) GetSteamIAPConfig(input *iap.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)deprecated
- func (aaa *IAPService) GetSteamIAPConfigShort(input *iap.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)
- func (aaa *IAPService) GetTwitchIAPConfig(input *iap.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetTwitchIAPConfigShort(input *iap.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
- func (aaa *IAPService) GetXblIAPConfig(input *iap.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)deprecated
- func (aaa *IAPService) GetXblIAPConfigShort(input *iap.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
- func (aaa *IAPService) MockFulfillIAPItem(input *iap.MockFulfillIAPItemParams) errordeprecated
- func (aaa *IAPService) MockFulfillIAPItemShort(input *iap.MockFulfillIAPItemParams) error
- func (aaa *IAPService) PublicFulfillAppleIAPItem(input *iap.PublicFulfillAppleIAPItemParams) errordeprecated
- func (aaa *IAPService) PublicFulfillAppleIAPItemShort(input *iap.PublicFulfillAppleIAPItemParams) error
- func (aaa *IAPService) PublicFulfillGoogleIAPItem(input *iap.PublicFulfillGoogleIAPItemParams) (*platformclientmodels.GoogleReceiptResolveResult, error)deprecated
- func (aaa *IAPService) PublicFulfillGoogleIAPItemShort(input *iap.PublicFulfillGoogleIAPItemParams) (*platformclientmodels.GoogleReceiptResolveResult, error)
- func (aaa *IAPService) PublicReconcilePlayStationStore(input *iap.PublicReconcilePlayStationStoreParams) ([]*platformclientmodels.PlayStationReconcileResult, error)deprecated
- func (aaa *IAPService) PublicReconcilePlayStationStoreShort(input *iap.PublicReconcilePlayStationStoreParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
- func (aaa *IAPService) PublicReconcilePlayStationStoreWithMultipleServiceLabels(input *iap.PublicReconcilePlayStationStoreWithMultipleServiceLabelsParams) ([]*platformclientmodels.PlayStationReconcileResult, error)deprecated
- func (aaa *IAPService) PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort(input *iap.PublicReconcilePlayStationStoreWithMultipleServiceLabelsParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
- func (aaa *IAPService) QueryAllUserIAPOrders(input *iap.QueryAllUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)deprecated
- func (aaa *IAPService) QueryAllUserIAPOrdersShort(input *iap.QueryAllUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
- func (aaa *IAPService) QueryUserIAPConsumeHistory(input *iap.QueryUserIAPConsumeHistoryParams) (*platformclientmodels.IAPConsumeHistoryPagingSlicedResult, error)deprecated
- func (aaa *IAPService) QueryUserIAPConsumeHistoryShort(input *iap.QueryUserIAPConsumeHistoryParams) (*platformclientmodels.IAPConsumeHistoryPagingSlicedResult, error)
- func (aaa *IAPService) QueryUserIAPOrders(input *iap.QueryUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)deprecated
- func (aaa *IAPService) QueryUserIAPOrdersShort(input *iap.QueryUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
- func (aaa *IAPService) SyncEpicGamesInventory(input *iap.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)deprecated
- func (aaa *IAPService) SyncEpicGamesInventoryShort(input *iap.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)
- func (aaa *IAPService) SyncOculusConsumableEntitlements(input *iap.SyncOculusConsumableEntitlementsParams) ([]*platformclientmodels.OculusReconcileResult, error)deprecated
- func (aaa *IAPService) SyncOculusConsumableEntitlementsShort(input *iap.SyncOculusConsumableEntitlementsParams) ([]*platformclientmodels.OculusReconcileResult, error)
- func (aaa *IAPService) SyncSteamInventory(input *iap.SyncSteamInventoryParams) errordeprecated
- func (aaa *IAPService) SyncSteamInventoryShort(input *iap.SyncSteamInventoryParams) error
- func (aaa *IAPService) SyncTwitchDropsEntitlement(input *iap.SyncTwitchDropsEntitlementParams) ([]*platformclientmodels.TwitchSyncResult, error)deprecated
- func (aaa *IAPService) SyncTwitchDropsEntitlement1(input *iap.SyncTwitchDropsEntitlement1Params) errordeprecated
- func (aaa *IAPService) SyncTwitchDropsEntitlement1Short(input *iap.SyncTwitchDropsEntitlement1Params) error
- func (aaa *IAPService) SyncTwitchDropsEntitlementShort(input *iap.SyncTwitchDropsEntitlementParams) ([]*platformclientmodels.TwitchSyncResult, error)
- func (aaa *IAPService) SyncXboxInventory(input *iap.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)deprecated
- func (aaa *IAPService) SyncXboxInventoryShort(input *iap.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)
- func (aaa *IAPService) UpdateAppleIAPConfig(input *iap.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateAppleIAPConfigShort(input *iap.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
- func (aaa *IAPService) UpdateAppleP8File(input *iap.UpdateAppleP8FileParams) (*platformclientmodels.AppleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateAppleP8FileShort(input *iap.UpdateAppleP8FileParams) (*platformclientmodels.AppleIAPConfigInfo, error)
- func (aaa *IAPService) UpdateEpicGamesIAPConfig(input *iap.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateEpicGamesIAPConfigShort(input *iap.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
- func (aaa *IAPService) UpdateFlightId(flightId string)
- func (aaa *IAPService) UpdateGoogleIAPConfig(input *iap.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateGoogleIAPConfigShort(input *iap.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
- func (aaa *IAPService) UpdateGoogleP12File(input *iap.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateGoogleP12FileShort(input *iap.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
- func (aaa *IAPService) UpdateIAPItemConfig(input *iap.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateIAPItemConfigShort(input *iap.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
- func (aaa *IAPService) UpdateOculusIAPConfig(input *iap.UpdateOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateOculusIAPConfigShort(input *iap.UpdateOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)
- func (aaa *IAPService) UpdatePlaystationIAPConfig(input *iap.UpdatePlaystationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdatePlaystationIAPConfigShort(input *iap.UpdatePlaystationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
- func (aaa *IAPService) UpdateSteamIAPConfig(input *iap.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateSteamIAPConfigShort(input *iap.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)
- func (aaa *IAPService) UpdateTwitchIAPConfig(input *iap.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateTwitchIAPConfigShort(input *iap.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
- func (aaa *IAPService) UpdateXblBPCertFile(input *iap.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateXblBPCertFileShort(input *iap.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)
- func (aaa *IAPService) UpdateXblIAPConfig(input *iap.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)deprecated
- func (aaa *IAPService) UpdateXblIAPConfigShort(input *iap.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
- func (aaa *IAPService) V2PublicFulfillAppleIAPItem(input *iap.V2PublicFulfillAppleIAPItemParams) errordeprecated
- func (aaa *IAPService) V2PublicFulfillAppleIAPItemShort(input *iap.V2PublicFulfillAppleIAPItemParams) error
- func (aaa *IAPService) ValidateExistedPlaystationIAPConfig(input *iap.ValidateExistedPlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *IAPService) ValidateExistedPlaystationIAPConfigShort(input *iap.ValidateExistedPlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)
- func (aaa *IAPService) ValidatePlaystationIAPConfig(input *iap.ValidatePlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *IAPService) ValidatePlaystationIAPConfigShort(input *iap.ValidatePlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)
- type IAPSubscriptionService
- func (aaa *IAPSubscriptionService) GetAuthSession() auth.Session
- func (aaa *IAPSubscriptionService) GetSubscriptionHistory(input *iap_subscription.GetSubscriptionHistoryParams) (...)deprecated
- func (aaa *IAPSubscriptionService) GetSubscriptionHistoryShort(input *iap_subscription.GetSubscriptionHistoryParams) (...)
- func (aaa *IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByGroupID(...) (*platformclientmodels.ThirdPartySubscriptionOwnership, error)deprecated
- func (aaa *IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByGroupIDShort(...) (*platformclientmodels.ThirdPartySubscriptionOwnership, error)
- func (aaa *IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByProductID(...) (*platformclientmodels.ThirdPartySubscriptionOwnership, error)deprecated
- func (aaa *IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByProductIDShort(...) (*platformclientmodels.ThirdPartySubscriptionOwnership, error)
- func (aaa *IAPSubscriptionService) GetThirdPartySubscriptionDetails(input *iap_subscription.GetThirdPartySubscriptionDetailsParams) (*platformclientmodels.ThirdPartySubscriptionTransactionInfo, error)deprecated
- func (aaa *IAPSubscriptionService) GetThirdPartySubscriptionDetailsShort(input *iap_subscription.GetThirdPartySubscriptionDetailsParams) (*platformclientmodels.ThirdPartySubscriptionTransactionInfo, error)
- func (aaa *IAPSubscriptionService) GetThirdPartyUserSubscriptionDetails(input *iap_subscription.GetThirdPartyUserSubscriptionDetailsParams) (*platformclientmodels.ThirdPartyUserSubscriptionInfo, error)deprecated
- func (aaa *IAPSubscriptionService) GetThirdPartyUserSubscriptionDetailsShort(input *iap_subscription.GetThirdPartyUserSubscriptionDetailsParams) (*platformclientmodels.ThirdPartyUserSubscriptionInfo, error)
- func (aaa *IAPSubscriptionService) PublicQueryUserThirdPartySubscription(input *iap_subscription.PublicQueryUserThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)deprecated
- func (aaa *IAPSubscriptionService) PublicQueryUserThirdPartySubscriptionShort(input *iap_subscription.PublicQueryUserThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
- func (aaa *IAPSubscriptionService) QueryThirdPartySubscription(input *iap_subscription.QueryThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)deprecated
- func (aaa *IAPSubscriptionService) QueryThirdPartySubscriptionShort(input *iap_subscription.QueryThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
- func (aaa *IAPSubscriptionService) QueryUserThirdPartySubscription(input *iap_subscription.QueryUserThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)deprecated
- func (aaa *IAPSubscriptionService) QueryUserThirdPartySubscriptionShort(input *iap_subscription.QueryUserThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
- func (aaa *IAPSubscriptionService) QueryUserThirdPartySubscriptionTransactions(input *iap_subscription.QueryUserThirdPartySubscriptionTransactionsParams) (*platformclientmodels.ThirdPartySubscriptionTransactionPagingSlicedResult, ...)deprecated
- func (aaa *IAPSubscriptionService) QueryUserThirdPartySubscriptionTransactionsShort(input *iap_subscription.QueryUserThirdPartySubscriptionTransactionsParams) (*platformclientmodels.ThirdPartySubscriptionTransactionPagingSlicedResult, ...)
- func (aaa *IAPSubscriptionService) SyncSubscription(input *iap_subscription.SyncSubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionInfo, error)deprecated
- func (aaa *IAPSubscriptionService) SyncSubscriptionShort(input *iap_subscription.SyncSubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionInfo, error)
- func (aaa *IAPSubscriptionService) SyncSubscriptionTransaction(input *iap_subscription.SyncSubscriptionTransactionParams) (*platformclientmodels.ThirdPartySubscriptionTransactionInfo, error)deprecated
- func (aaa *IAPSubscriptionService) SyncSubscriptionTransactionShort(input *iap_subscription.SyncSubscriptionTransactionParams) (*platformclientmodels.ThirdPartySubscriptionTransactionInfo, error)
- func (aaa *IAPSubscriptionService) UpdateFlightId(flightId string)
- type InvoiceService
- func (aaa *InvoiceService) DownloadInvoiceDetails(input *invoice.DownloadInvoiceDetailsParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *InvoiceService) DownloadInvoiceDetailsShort(input *invoice.DownloadInvoiceDetailsParams, writer io.Writer) (io.Writer, error)
- func (aaa *InvoiceService) GenerateInvoiceSummary(input *invoice.GenerateInvoiceSummaryParams) (*platformclientmodels.InvoiceSummary, error)deprecated
- func (aaa *InvoiceService) GenerateInvoiceSummaryShort(input *invoice.GenerateInvoiceSummaryParams) (*platformclientmodels.InvoiceSummary, error)
- func (aaa *InvoiceService) GetAuthSession() auth.Session
- func (aaa *InvoiceService) UpdateFlightId(flightId string)
- 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) BulkUpdateRegionData(input *item.BulkUpdateRegionDataParams) errordeprecated
- func (aaa *ItemService) BulkUpdateRegionDataShort(input *item.BulkUpdateRegionDataParams) 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.AvailablePredicate, error)deprecated
- func (aaa *ItemService) GetAvailablePredicateTypesShort(input *item.GetAvailablePredicateTypesParams) ([]*platformclientmodels.AvailablePredicate, 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) GetEstimatedPrice(input *item.GetEstimatedPriceParams) (*platformclientmodels.EstimatedPriceInfo, error)deprecated
- func (aaa *ItemService) GetEstimatedPriceShort(input *item.GetEstimatedPriceParams) (*platformclientmodels.EstimatedPriceInfo, 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) GetItems(input *item.GetItemsParams) ([]*platformclientmodels.FullItemInfo, error)deprecated
- func (aaa *ItemService) GetItemsShort(input *item.GetItemsParams) ([]*platformclientmodels.FullItemInfo, 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) PublicGetEstimatedPrice(input *item.PublicGetEstimatedPriceParams) ([]*platformclientmodels.EstimatedPriceInfo, error)deprecated
- func (aaa *ItemService) PublicGetEstimatedPriceShort(input *item.PublicGetEstimatedPriceParams) ([]*platformclientmodels.EstimatedPriceInfo, 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) QueryItemsShort(input *item.QueryItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
- func (aaa *ItemService) QueryItemsV2(input *item.QueryItemsV2Params) (*platformclientmodels.FullItemPagingResult, error)deprecated
- func (aaa *ItemService) QueryItemsV2Short(input *item.QueryItemsV2Params) (*platformclientmodels.FullItemPagingResult, 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) UpdateFlightId(flightId string)
- 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) GetKeyGroupByBoothName(input *key_group.GetKeyGroupByBoothNameParams) (*platformclientmodels.KeyGroupInfo, error)deprecated
- func (aaa *KeyGroupService) GetKeyGroupByBoothNameShort(input *key_group.GetKeyGroupByBoothNameParams) (*platformclientmodels.KeyGroupInfo, error)
- 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) UpdateFlightId(flightId string)
- 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)
- func (aaa *OrderDedicatedService) UpdateFlightId(flightId string)
- 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, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *OrderService) DownloadUserOrderReceiptShort(input *order.DownloadUserOrderReceiptParams, writer io.Writer) (io.Writer, 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, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *OrderService) PublicDownloadUserOrderReceiptShort(input *order.PublicDownloadUserOrderReceiptParams, writer io.Writer) (io.Writer, 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) PublicPreviewOrderPrice(input *order.PublicPreviewOrderPriceParams) (*platformclientmodels.OrderDiscountPreviewResponse, error)deprecated
- func (aaa *OrderService) PublicPreviewOrderPriceShort(input *order.PublicPreviewOrderPriceParams) (*platformclientmodels.OrderDiscountPreviewResponse, 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) UpdateFlightId(flightId string)
- 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)
- func (aaa *PaymentAccountService) UpdateFlightId(flightId string)
- 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) UpdateFlightId(flightId string)
- 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.PaymentDomainWhitelistConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) GetPaymentMerchantConfig1(input *payment_config.GetPaymentMerchantConfig1Params) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) GetPaymentMerchantConfig1Short(input *payment_config.GetPaymentMerchantConfig1Params) (*platformclientmodels.PaymentMerchantConfigInfo, error)
- func (aaa *PaymentConfigService) GetPaymentMerchantConfigShort(input *payment_config.GetPaymentMerchantConfigParams) (*platformclientmodels.PaymentDomainWhitelistConfigInfo, 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) TestNeonPayConfig(input *payment_config.TestNeonPayConfigParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestNeonPayConfigByID(input *payment_config.TestNeonPayConfigByIDParams) (*platformclientmodels.TestResult, error)deprecated
- func (aaa *PaymentConfigService) TestNeonPayConfigByIDShort(input *payment_config.TestNeonPayConfigByIDParams) (*platformclientmodels.TestResult, error)
- func (aaa *PaymentConfigService) TestNeonPayConfigShort(input *payment_config.TestNeonPayConfigParams) (*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) UpdateFlightId(flightId string)
- func (aaa *PaymentConfigService) UpdateNeonPayConfig(input *payment_config.UpdateNeonPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdateNeonPayConfigShort(input *payment_config.UpdateNeonPayConfigParams) (*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) UpdatePaymentDomainWhitelistConfig(input *payment_config.UpdatePaymentDomainWhitelistConfigParams) (*platformclientmodels.PaymentDomainWhitelistConfigInfo, error)deprecated
- func (aaa *PaymentConfigService) UpdatePaymentDomainWhitelistConfigShort(input *payment_config.UpdatePaymentDomainWhitelistConfigParams) (*platformclientmodels.PaymentDomainWhitelistConfigInfo, 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)
- func (aaa *PaymentDedicatedService) UpdateFlightId(flightId string)
- 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)
- func (aaa *PaymentService) UpdateFlightId(flightId string)
- 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) (*platformclientmodels.BinarySchema, error)deprecated
- func (aaa *PaymentStationService) PublicGetQRCodeShort(input *payment_station.PublicGetQRCodeParams) (*platformclientmodels.BinarySchema, 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
- func (aaa *PaymentStationService) UpdateFlightId(flightId string)
- type PlatformAccountClosureService
- func (aaa *PlatformAccountClosureService) GetAuthSession() auth.Session
- func (aaa *PlatformAccountClosureService) GetUserPlatformAccountClosureHistories(input *platform_account_closure.GetUserPlatformAccountClosureHistoriesParams) ([]*platformclientmodels.PlatformAccountClosureHistoryInfo, error)deprecated
- func (aaa *PlatformAccountClosureService) GetUserPlatformAccountClosureHistoriesShort(input *platform_account_closure.GetUserPlatformAccountClosureHistoriesParams) ([]*platformclientmodels.PlatformAccountClosureHistoryInfo, error)
- func (aaa *PlatformAccountClosureService) UpdateFlightId(flightId string)
- type PlatformService
- func (aaa *PlatformService) GetAuthSession() auth.Session
- func (aaa *PlatformService) GetPsnEntitlementOwnership(input *platform.GetPsnEntitlementOwnershipParams) (*platformclientmodels.Ownership, error)deprecated
- func (aaa *PlatformService) GetPsnEntitlementOwnershipShort(input *platform.GetPsnEntitlementOwnershipParams) (*platformclientmodels.Ownership, error)
- func (aaa *PlatformService) GetXboxEntitlementOwnership(input *platform.GetXboxEntitlementOwnershipParams) (*platformclientmodels.PlatformOwnership, error)deprecated
- func (aaa *PlatformService) GetXboxEntitlementOwnershipShort(input *platform.GetXboxEntitlementOwnershipParams) (*platformclientmodels.PlatformOwnership, error)
- func (aaa *PlatformService) UpdateFlightId(flightId string)
- type RevocationService
- func (aaa *RevocationService) DeleteRevocationConfig(input *revocation.DeleteRevocationConfigParams) errordeprecated
- func (aaa *RevocationService) DeleteRevocationConfigShort(input *revocation.DeleteRevocationConfigParams) error
- func (aaa *RevocationService) DoRevocation(input *revocation.DoRevocationParams) (*platformclientmodels.RevocationResult, error)deprecated
- func (aaa *RevocationService) DoRevocationShort(input *revocation.DoRevocationParams) (*platformclientmodels.RevocationResult, error)
- func (aaa *RevocationService) GetAuthSession() auth.Session
- func (aaa *RevocationService) GetRevocationConfig(input *revocation.GetRevocationConfigParams) (*platformclientmodels.RevocationConfigInfo, error)deprecated
- func (aaa *RevocationService) GetRevocationConfigShort(input *revocation.GetRevocationConfigParams) (*platformclientmodels.RevocationConfigInfo, error)
- func (aaa *RevocationService) QueryRevocationHistories(input *revocation.QueryRevocationHistoriesParams) (*platformclientmodels.RevocationHistoryPagingSlicedResult, error)deprecated
- func (aaa *RevocationService) QueryRevocationHistoriesShort(input *revocation.QueryRevocationHistoriesParams) (*platformclientmodels.RevocationHistoryPagingSlicedResult, error)
- func (aaa *RevocationService) UpdateFlightId(flightId string)
- func (aaa *RevocationService) UpdateRevocationConfig(input *revocation.UpdateRevocationConfigParams) (*platformclientmodels.RevocationConfigInfo, error)deprecated
- func (aaa *RevocationService) UpdateRevocationConfigShort(input *revocation.UpdateRevocationConfigParams) (*platformclientmodels.RevocationConfigInfo, 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, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *RewardService) ExportRewardsShort(input *reward.ExportRewardsParams, writer io.Writer) (io.Writer, 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) UpdateFlightId(flightId string)
- func (aaa *RewardService) UpdateReward(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)deprecated
- func (aaa *RewardService) UpdateRewardShort(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)
- type SectionService
- func (aaa *SectionService) CreateSection(input *section.CreateSectionParams) (*platformclientmodels.FullSectionInfo, error)deprecated
- func (aaa *SectionService) CreateSectionShort(input *section.CreateSectionParams) (*platformclientmodels.FullSectionInfo, error)
- func (aaa *SectionService) DeleteSection(input *section.DeleteSectionParams) errordeprecated
- func (aaa *SectionService) DeleteSectionShort(input *section.DeleteSectionParams) error
- func (aaa *SectionService) GetAuthSession() auth.Session
- func (aaa *SectionService) GetSection(input *section.GetSectionParams) (*platformclientmodels.FullSectionInfo, error)deprecated
- func (aaa *SectionService) GetSectionShort(input *section.GetSectionParams) (*platformclientmodels.FullSectionInfo, error)
- func (aaa *SectionService) PublicListActiveSections(input *section.PublicListActiveSectionsParams) ([]*platformclientmodels.SectionInfo, error)deprecated
- func (aaa *SectionService) PublicListActiveSectionsShort(input *section.PublicListActiveSectionsParams) ([]*platformclientmodels.SectionInfo, error)
- func (aaa *SectionService) PurgeExpiredSection(input *section.PurgeExpiredSectionParams) errordeprecated
- func (aaa *SectionService) PurgeExpiredSectionShort(input *section.PurgeExpiredSectionParams) error
- func (aaa *SectionService) QuerySections(input *section.QuerySectionsParams) (*platformclientmodels.SectionPagingSlicedResult, error)deprecated
- func (aaa *SectionService) QuerySectionsShort(input *section.QuerySectionsParams) (*platformclientmodels.SectionPagingSlicedResult, error)
- func (aaa *SectionService) UpdateFlightId(flightId string)
- func (aaa *SectionService) UpdateSection(input *section.UpdateSectionParams) (*platformclientmodels.FullSectionInfo, error)deprecated
- func (aaa *SectionService) UpdateSectionShort(input *section.UpdateSectionParams) (*platformclientmodels.FullSectionInfo, error)
- type ServicePluginConfigService
- func (aaa *ServicePluginConfigService) DeleteLootBoxPluginConfig(input *service_plugin_config.DeleteLootBoxPluginConfigParams) errordeprecated
- func (aaa *ServicePluginConfigService) DeleteLootBoxPluginConfigShort(input *service_plugin_config.DeleteLootBoxPluginConfigParams) error
- func (aaa *ServicePluginConfigService) DeleteRevocationPluginConfig(input *service_plugin_config.DeleteRevocationPluginConfigParams) errordeprecated
- func (aaa *ServicePluginConfigService) DeleteRevocationPluginConfigShort(input *service_plugin_config.DeleteRevocationPluginConfigParams) error
- func (aaa *ServicePluginConfigService) DeleteSectionPluginConfig(input *service_plugin_config.DeleteSectionPluginConfigParams) errordeprecated
- func (aaa *ServicePluginConfigService) DeleteSectionPluginConfigShort(input *service_plugin_config.DeleteSectionPluginConfigParams) error
- func (aaa *ServicePluginConfigService) DeleteServicePluginConfig(input *service_plugin_config.DeleteServicePluginConfigParams) errordeprecated
- func (aaa *ServicePluginConfigService) DeleteServicePluginConfigShort(input *service_plugin_config.DeleteServicePluginConfigParams) error
- func (aaa *ServicePluginConfigService) GetAuthSession() auth.Session
- func (aaa *ServicePluginConfigService) GetLootBoxGrpcInfo(input *service_plugin_config.GetLootBoxGrpcInfoParams) (*platformclientmodels.GrpcServerInfo, error)deprecated
- func (aaa *ServicePluginConfigService) GetLootBoxGrpcInfoShort(input *service_plugin_config.GetLootBoxGrpcInfoParams) (*platformclientmodels.GrpcServerInfo, error)
- func (aaa *ServicePluginConfigService) GetLootBoxPluginConfig(input *service_plugin_config.GetLootBoxPluginConfigParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) GetLootBoxPluginConfigShort(input *service_plugin_config.GetLootBoxPluginConfigParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) GetRevocationPluginConfig(input *service_plugin_config.GetRevocationPluginConfigParams) (*platformclientmodels.RevocationPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) GetRevocationPluginConfigShort(input *service_plugin_config.GetRevocationPluginConfigParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) GetSectionPluginConfig(input *service_plugin_config.GetSectionPluginConfigParams) (*platformclientmodels.SectionPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) GetSectionPluginConfigShort(input *service_plugin_config.GetSectionPluginConfigParams) (*platformclientmodels.SectionPluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) GetServicePluginConfig(input *service_plugin_config.GetServicePluginConfigParams) (*platformclientmodels.ServicePluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) GetServicePluginConfigShort(input *service_plugin_config.GetServicePluginConfigParams) (*platformclientmodels.ServicePluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) UpdateFlightId(flightId string)
- func (aaa *ServicePluginConfigService) UpdateLootBoxPluginConfig(input *service_plugin_config.UpdateLootBoxPluginConfigParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) UpdateLootBoxPluginConfigShort(input *service_plugin_config.UpdateLootBoxPluginConfigParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) UpdateRevocationPluginConfig(input *service_plugin_config.UpdateRevocationPluginConfigParams) (*platformclientmodels.RevocationPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) UpdateRevocationPluginConfigShort(input *service_plugin_config.UpdateRevocationPluginConfigParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) UpdateSectionPluginConfig(input *service_plugin_config.UpdateSectionPluginConfigParams) (*platformclientmodels.SectionPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) UpdateSectionPluginConfigShort(input *service_plugin_config.UpdateSectionPluginConfigParams) (*platformclientmodels.SectionPluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) UpdateServicePluginConfig(input *service_plugin_config.UpdateServicePluginConfigParams) (*platformclientmodels.ServicePluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) UpdateServicePluginConfigShort(input *service_plugin_config.UpdateServicePluginConfigParams) (*platformclientmodels.ServicePluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) UploadRevocationPluginConfigCert(input *service_plugin_config.UploadRevocationPluginConfigCertParams) (*platformclientmodels.RevocationPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) UploadRevocationPluginConfigCertShort(input *service_plugin_config.UploadRevocationPluginConfigCertParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) UploadSectionPluginConfigCert(input *service_plugin_config.UploadSectionPluginConfigCertParams) (*platformclientmodels.SectionPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) UploadSectionPluginConfigCertShort(input *service_plugin_config.UploadSectionPluginConfigCertParams) (*platformclientmodels.SectionPluginConfigInfo, error)
- func (aaa *ServicePluginConfigService) UplodLootBoxPluginConfigCert(input *service_plugin_config.UplodLootBoxPluginConfigCertParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)deprecated
- func (aaa *ServicePluginConfigService) UplodLootBoxPluginConfigCertShort(input *service_plugin_config.UplodLootBoxPluginConfigCertParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
- type SessionPlatformService
- func (aaa *SessionPlatformService) GetAuthSession() auth.Session
- func (aaa *SessionPlatformService) RegisterXblSessions(input *session_platform.RegisterXblSessionsParams) (map[string]interface{}, error)deprecated
- func (aaa *SessionPlatformService) RegisterXblSessionsShort(input *session_platform.RegisterXblSessionsParams) (map[string]interface{}, error)
- func (aaa *SessionPlatformService) UpdateFlightId(flightId string)
- 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) DownloadCSVTemplates(input *store.DownloadCSVTemplatesParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *StoreService) DownloadCSVTemplatesShort(input *store.DownloadCSVTemplatesParams, writer io.Writer) (io.Writer, error)
- func (aaa *StoreService) ExportStore(input *store.ExportStoreParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *StoreService) ExportStore1(input *store.ExportStore1Params, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *StoreService) ExportStore1Short(input *store.ExportStore1Params, writer io.Writer) (io.Writer, error)
- func (aaa *StoreService) ExportStoreByCSV(input *store.ExportStoreByCSVParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *StoreService) ExportStoreByCSVShort(input *store.ExportStoreByCSVParams, writer io.Writer) (io.Writer, error)
- func (aaa *StoreService) ExportStoreShort(input *store.ExportStoreParams, writer io.Writer) (io.Writer, error)
- func (aaa *StoreService) GetAuthSession() auth.Session
- func (aaa *StoreService) GetCatalogConfig(input *store.GetCatalogConfigParams) (*platformclientmodels.CatalogConfigInfo, error)deprecated
- func (aaa *StoreService) GetCatalogConfigShort(input *store.GetCatalogConfigParams) (*platformclientmodels.CatalogConfigInfo, error)
- func (aaa *StoreService) GetCatalogDefinition(input *store.GetCatalogDefinitionParams) ([]*platformclientmodels.CatalogDefinitionInfo, error)deprecated
- func (aaa *StoreService) GetCatalogDefinitionShort(input *store.GetCatalogDefinitionParams) ([]*platformclientmodels.CatalogDefinitionInfo, error)
- 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) ImportStore1(input *store.ImportStore1Params) (*platformclientmodels.ImportStoreResult, error)deprecated
- func (aaa *StoreService) ImportStore1Short(input *store.ImportStore1Params) (*platformclientmodels.ImportStoreResult, error)
- func (aaa *StoreService) ImportStoreByCSV(input *store.ImportStoreByCSVParams) (*platformclientmodels.ImportStoreResult, error)deprecated
- func (aaa *StoreService) ImportStoreByCSVShort(input *store.ImportStoreByCSVParams) (*platformclientmodels.ImportStoreResult, error)
- 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) QueryImportHistory(input *store.QueryImportHistoryParams) (*platformclientmodels.ImportStoreHistoryPagingResult, error)deprecated
- func (aaa *StoreService) QueryImportHistoryShort(input *store.QueryImportHistoryParams) (*platformclientmodels.ImportStoreHistoryPagingResult, 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) UpdateCatalogConfig(input *store.UpdateCatalogConfigParams) (*platformclientmodels.CatalogConfigInfo, error)deprecated
- func (aaa *StoreService) UpdateCatalogConfigShort(input *store.UpdateCatalogConfigParams) (*platformclientmodels.CatalogConfigInfo, error)
- func (aaa *StoreService) UpdateFlightId(flightId string)
- 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)
- func (aaa *SubscriptionService) UpdateFlightId(flightId string)
- 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)
- func (aaa *TicketService) UpdateFlightId(flightId string)
- type TradeActionService
- func (aaa *TradeActionService) Commit(input *trade_action.CommitParams) (*platformclientmodels.TradeChainActionHistoryInfo, error)deprecated
- func (aaa *TradeActionService) CommitShort(input *trade_action.CommitParams) (*platformclientmodels.TradeChainActionHistoryInfo, error)
- func (aaa *TradeActionService) GetAuthSession() auth.Session
- func (aaa *TradeActionService) GetTradeHistoryByCriteria(input *trade_action.GetTradeHistoryByCriteriaParams) (*platformclientmodels.TradeActionPagingSlicedResult, error)deprecated
- func (aaa *TradeActionService) GetTradeHistoryByCriteriaShort(input *trade_action.GetTradeHistoryByCriteriaParams) (*platformclientmodels.TradeActionPagingSlicedResult, error)
- func (aaa *TradeActionService) GetTradeHistoryByTransactionID(input *trade_action.GetTradeHistoryByTransactionIDParams) (*platformclientmodels.TradeChainActionHistoryInfo, error)deprecated
- func (aaa *TradeActionService) GetTradeHistoryByTransactionIDShort(input *trade_action.GetTradeHistoryByTransactionIDParams) (*platformclientmodels.TradeChainActionHistoryInfo, error)
- func (aaa *TradeActionService) UpdateFlightId(flightId string)
- type ViewService
- func (aaa *ViewService) CreateView(input *view.CreateViewParams) (*platformclientmodels.FullViewInfo, error)deprecated
- func (aaa *ViewService) CreateViewShort(input *view.CreateViewParams) (*platformclientmodels.FullViewInfo, error)
- func (aaa *ViewService) DeleteView(input *view.DeleteViewParams) errordeprecated
- func (aaa *ViewService) DeleteViewShort(input *view.DeleteViewParams) error
- func (aaa *ViewService) GetAuthSession() auth.Session
- func (aaa *ViewService) GetView(input *view.GetViewParams) (*platformclientmodels.FullViewInfo, error)deprecated
- func (aaa *ViewService) GetViewShort(input *view.GetViewParams) (*platformclientmodels.FullViewInfo, error)
- func (aaa *ViewService) ListViews(input *view.ListViewsParams) ([]*platformclientmodels.ListViewInfo, error)deprecated
- func (aaa *ViewService) ListViewsShort(input *view.ListViewsParams) ([]*platformclientmodels.ListViewInfo, error)
- func (aaa *ViewService) PublicListViews(input *view.PublicListViewsParams) ([]*platformclientmodels.ViewInfo, error)deprecated
- func (aaa *ViewService) PublicListViewsShort(input *view.PublicListViewsParams) ([]*platformclientmodels.ViewInfo, error)
- func (aaa *ViewService) UpdateFlightId(flightId string)
- func (aaa *ViewService) UpdateView(input *view.UpdateViewParams) (*platformclientmodels.FullViewInfo, error)deprecated
- func (aaa *ViewService) UpdateViewShort(input *view.UpdateViewParams) (*platformclientmodels.FullViewInfo, error)
- type WalletService
- func (aaa *WalletService) BulkCredit(input *wallet.BulkCreditParams) (*platformclientmodels.BulkCreditResult, error)deprecated
- func (aaa *WalletService) BulkCreditShort(input *wallet.BulkCreditParams) (*platformclientmodels.BulkCreditResult, error)
- func (aaa *WalletService) BulkDebit(input *wallet.BulkDebitParams) (*platformclientmodels.BulkDebitResult, error)deprecated
- func (aaa *WalletService) BulkDebitShort(input *wallet.BulkDebitParams) (*platformclientmodels.BulkDebitResult, error)
- func (aaa *WalletService) CheckBalance(input *wallet.CheckBalanceParams) errordeprecated
- func (aaa *WalletService) CheckBalanceShort(input *wallet.CheckBalanceParams) error
- 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) DebitByWalletPlatform(input *wallet.DebitByWalletPlatformParams) (*platformclientmodels.PlatformWallet, error)deprecated
- func (aaa *WalletService) DebitByWalletPlatformShort(input *wallet.DebitByWalletPlatformParams) (*platformclientmodels.PlatformWallet, error)
- func (aaa *WalletService) DebitUserWallet(input *wallet.DebitUserWalletParams) (*platformclientmodels.WalletInfo, error)deprecated
- func (aaa *WalletService) DebitUserWalletByCurrencyCode(input *wallet.DebitUserWalletByCurrencyCodeParams) (*platformclientmodels.WalletInfo, error)deprecated
- func (aaa *WalletService) DebitUserWalletByCurrencyCodeShort(input *wallet.DebitUserWalletByCurrencyCodeParams) (*platformclientmodels.WalletInfo, error)
- 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) UpdateFlightId(flightId string)
- 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 FlightIdRepository *utils.FlightIdContainer }
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.XblUserAchievements, error)
Deprecated: 2022-01-10 - please use GetXblUserAchievementsShort instead.
func (*AchievementPlatformService) GetXblUserAchievementsShort ¶ added in v0.23.0
func (aaa *AchievementPlatformService) GetXblUserAchievementsShort(input *achievement_platform.GetXblUserAchievementsParams) (*platformclientmodels.XblUserAchievements, error)
func (*AchievementPlatformService) UnlockSteamUserAchievement
deprecated
added in
v0.22.0
func (aaa *AchievementPlatformService) UnlockSteamUserAchievement(input *achievement_platform.UnlockSteamUserAchievementParams) error
Deprecated: 2022-01-10 - please use UnlockSteamUserAchievementShort instead.
func (*AchievementPlatformService) UnlockSteamUserAchievementShort ¶ added in v0.22.0
func (aaa *AchievementPlatformService) UnlockSteamUserAchievementShort(input *achievement_platform.UnlockSteamUserAchievementParams) error
func (*AchievementPlatformService) UpdateFlightId ¶ added in v0.63.0
func (aaa *AchievementPlatformService) UpdateFlightId(flightId string)
func (*AchievementPlatformService) UpdateXblUserAchievement
deprecated
added in
v0.22.0
func (aaa *AchievementPlatformService) UpdateXblUserAchievement(input *achievement_platform.UpdateXblUserAchievementParams) error
Deprecated: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
func (*AnonymizationService) AnonymizeCampaign
deprecated
func (aaa *AnonymizationService) AnonymizeCampaign(input *anonymization.AnonymizeCampaignParams) error
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use AnonymizePaymentShort instead.
func (*AnonymizationService) AnonymizePaymentShort ¶ added in v0.10.0
func (aaa *AnonymizationService) AnonymizePaymentShort(input *anonymization.AnonymizePaymentParams) error
func (*AnonymizationService) AnonymizeRevocation
deprecated
added in
v0.38.0
func (aaa *AnonymizationService) AnonymizeRevocation(input *anonymization.AnonymizeRevocationParams) error
Deprecated: 2022-01-10 - please use AnonymizeRevocationShort instead.
func (*AnonymizationService) AnonymizeRevocationShort ¶ added in v0.38.0
func (aaa *AnonymizationService) AnonymizeRevocationShort(input *anonymization.AnonymizeRevocationParams) error
func (*AnonymizationService) AnonymizeSubscription
deprecated
func (aaa *AnonymizationService) AnonymizeSubscription(input *anonymization.AnonymizeSubscriptionParams) error
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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
func (*AnonymizationService) UpdateFlightId ¶ added in v0.63.0
func (aaa *AnonymizationService) UpdateFlightId(flightId string)
type CampaignService ¶
type CampaignService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*CampaignService) ApplyUserRedemption
deprecated
func (aaa *CampaignService) ApplyUserRedemption(input *campaign.ApplyUserRedemptionParams) (*platformclientmodels.RedeemResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use DownloadShort instead.
func (*CampaignService) DownloadShort ¶ added in v0.10.0
func (aaa *CampaignService) DownloadShort(input *campaign.DownloadParams, writer io.Writer) (io.Writer, error)
func (*CampaignService) EnableCode
deprecated
func (aaa *CampaignService) EnableCode(input *campaign.EnableCodeParams) (*platformclientmodels.CodeInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use GetCampaignShort instead.
func (*CampaignService) GetCampaignDynamic
deprecated
func (aaa *CampaignService) GetCampaignDynamic(input *campaign.GetCampaignDynamicParams) (*platformclientmodels.CampaignDynamicInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use GetCodeShort instead.
func (*CampaignService) GetCodeShort ¶ added in v0.10.0
func (aaa *CampaignService) GetCodeShort(input *campaign.GetCodeParams) (*platformclientmodels.CodeInfo, error)
func (*CampaignService) QueryCampaignBatchNames
deprecated
added in
v0.73.0
func (aaa *CampaignService) QueryCampaignBatchNames(input *campaign.QueryCampaignBatchNamesParams) ([]*platformclientmodels.CampaignBatchNameInfo, error)
Deprecated: 2022-01-10 - please use QueryCampaignBatchNamesShort instead.
func (*CampaignService) QueryCampaignBatchNamesShort ¶ added in v0.73.0
func (aaa *CampaignService) QueryCampaignBatchNamesShort(input *campaign.QueryCampaignBatchNamesParams) ([]*platformclientmodels.CampaignBatchNameInfo, error)
func (*CampaignService) QueryCampaigns
deprecated
func (aaa *CampaignService) QueryCampaigns(input *campaign.QueryCampaignsParams) (*platformclientmodels.CampaignPagingSlicedResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use QueryRedeemHistoryShort instead.
func (*CampaignService) QueryRedeemHistoryShort ¶ added in v0.10.0
func (aaa *CampaignService) QueryRedeemHistoryShort(input *campaign.QueryRedeemHistoryParams) (*platformclientmodels.RedeemHistoryPagingSlicedResult, error)
func (*CampaignService) RenameBatch
deprecated
added in
v0.73.0
func (aaa *CampaignService) RenameBatch(input *campaign.RenameBatchParams) error
Deprecated: 2022-01-10 - please use RenameBatchShort instead.
func (*CampaignService) RenameBatchShort ¶ added in v0.73.0
func (aaa *CampaignService) RenameBatchShort(input *campaign.RenameBatchParams) error
func (*CampaignService) UpdateCampaign
deprecated
func (aaa *CampaignService) UpdateCampaign(input *campaign.UpdateCampaignParams) (*platformclientmodels.CampaignInfo, error)
Deprecated: 2022-01-10 - please use UpdateCampaignShort instead.
func (*CampaignService) UpdateCampaignShort ¶ added in v0.10.0
func (aaa *CampaignService) UpdateCampaignShort(input *campaign.UpdateCampaignParams) (*platformclientmodels.CampaignInfo, error)
func (*CampaignService) UpdateFlightId ¶ added in v0.63.0
func (aaa *CampaignService) UpdateFlightId(flightId string)
type CatalogChangesService ¶ added in v0.17.0
type CatalogChangesService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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.CatalogChangePagingResult, error)
Deprecated: 2022-01-10 - please use QueryChangesShort instead.
func (*CatalogChangesService) QueryChangesShort ¶ added in v0.17.0
func (aaa *CatalogChangesService) QueryChangesShort(input *catalog_changes.QueryChangesParams) (*platformclientmodels.CatalogChangePagingResult, error)
func (*CatalogChangesService) SelectAllRecords
deprecated
added in
v0.22.0
func (aaa *CatalogChangesService) SelectAllRecords(input *catalog_changes.SelectAllRecordsParams) error
Deprecated: 2022-01-10 - please use SelectAllRecordsShort instead.
func (*CatalogChangesService) SelectAllRecordsByCriteria
deprecated
added in
v0.60.0
func (aaa *CatalogChangesService) SelectAllRecordsByCriteria(input *catalog_changes.SelectAllRecordsByCriteriaParams) error
Deprecated: 2022-01-10 - please use SelectAllRecordsByCriteriaShort instead.
func (*CatalogChangesService) SelectAllRecordsByCriteriaShort ¶ added in v0.60.0
func (aaa *CatalogChangesService) SelectAllRecordsByCriteriaShort(input *catalog_changes.SelectAllRecordsByCriteriaParams) error
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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use UnselectRecordShort instead.
func (*CatalogChangesService) UnselectRecordShort ¶ added in v0.22.0
func (aaa *CatalogChangesService) UnselectRecordShort(input *catalog_changes.UnselectRecordParams) error
func (*CatalogChangesService) UpdateFlightId ¶ added in v0.63.0
func (aaa *CatalogChangesService) UpdateFlightId(flightId string)
type CategoryService ¶
type CategoryService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*CategoryService) CreateCategory
deprecated
func (aaa *CategoryService) CreateCategory(input *category.CreateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use UpdateCategoryShort instead.
func (*CategoryService) UpdateCategoryShort ¶ added in v0.10.0
func (aaa *CategoryService) UpdateCategoryShort(input *category.UpdateCategoryParams) (*platformclientmodels.FullCategoryInfo, error)
func (*CategoryService) UpdateFlightId ¶ added in v0.63.0
func (aaa *CategoryService) UpdateFlightId(flightId string)
type ClawbackService ¶ added in v0.52.0
type ClawbackService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*ClawbackService) GetAuthSession ¶ added in v0.52.0
func (aaa *ClawbackService) GetAuthSession() auth.Session
func (*ClawbackService) MockPlayStationStreamEvent
deprecated
added in
v0.52.0
func (aaa *ClawbackService) MockPlayStationStreamEvent(input *clawback.MockPlayStationStreamEventParams) (*platformclientmodels.ClawbackInfo, error)
Deprecated: 2022-01-10 - please use MockPlayStationStreamEventShort instead.
func (*ClawbackService) MockPlayStationStreamEventShort ¶ added in v0.52.0
func (aaa *ClawbackService) MockPlayStationStreamEventShort(input *clawback.MockPlayStationStreamEventParams) (*platformclientmodels.ClawbackInfo, error)
func (*ClawbackService) MockXblClawbackEvent
deprecated
added in
v0.75.0
func (aaa *ClawbackService) MockXblClawbackEvent(input *clawback.MockXblClawbackEventParams) (*platformclientmodels.ClawbackInfo, error)
Deprecated: 2022-01-10 - please use MockXblClawbackEventShort instead.
func (*ClawbackService) MockXblClawbackEventShort ¶ added in v0.75.0
func (aaa *ClawbackService) MockXblClawbackEventShort(input *clawback.MockXblClawbackEventParams) (*platformclientmodels.ClawbackInfo, error)
func (*ClawbackService) QueryIAPClawbackHistory
deprecated
added in
v0.52.0
func (aaa *ClawbackService) QueryIAPClawbackHistory(input *clawback.QueryIAPClawbackHistoryParams) (*platformclientmodels.IAPClawbackPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryIAPClawbackHistoryShort instead.
func (*ClawbackService) QueryIAPClawbackHistoryShort ¶ added in v0.52.0
func (aaa *ClawbackService) QueryIAPClawbackHistoryShort(input *clawback.QueryIAPClawbackHistoryParams) (*platformclientmodels.IAPClawbackPagingSlicedResult, error)
func (*ClawbackService) UpdateFlightId ¶ added in v0.63.0
func (aaa *ClawbackService) UpdateFlightId(flightId string)
type CurrencyService ¶
type CurrencyService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*CurrencyService) CreateCurrency
deprecated
func (aaa *CurrencyService) CreateCurrency(input *currency.CreateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use UpdateCurrencyShort instead.
func (*CurrencyService) UpdateCurrencyShort ¶ added in v0.10.0
func (aaa *CurrencyService) UpdateCurrencyShort(input *currency.UpdateCurrencyParams) (*platformclientmodels.CurrencyInfo, error)
func (*CurrencyService) UpdateFlightId ¶ added in v0.63.0
func (aaa *CurrencyService) UpdateFlightId(flightId string)
type DLCService ¶ added in v0.10.0
type DLCService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*DLCService) DeleteDLCItemConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) DeleteDLCItemConfig(input *dlc.DeleteDLCItemConfigParams) error
Deprecated: 2022-01-10 - please use DeleteDLCItemConfigShort instead.
func (*DLCService) DeleteDLCItemConfigShort ¶ added in v0.10.0
func (aaa *DLCService) DeleteDLCItemConfigShort(input *dlc.DeleteDLCItemConfigParams) error
func (*DLCService) DeletePlatformDLCConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) DeletePlatformDLCConfig(input *dlc.DeletePlatformDLCConfigParams) error
Deprecated: 2022-01-10 - please use DeletePlatformDLCConfigShort instead.
func (*DLCService) DeletePlatformDLCConfigShort ¶ added in v0.10.0
func (aaa *DLCService) DeletePlatformDLCConfigShort(input *dlc.DeletePlatformDLCConfigParams) error
func (*DLCService) GeDLCDurableRewardShortMap
deprecated
added in
v0.56.0
func (aaa *DLCService) GeDLCDurableRewardShortMap(input *dlc.GeDLCDurableRewardShortMapParams) (*platformclientmodels.DLCConfigRewardShortInfo, error)
Deprecated: 2022-01-10 - please use GeDLCDurableRewardShortMapShort instead.
func (*DLCService) GeDLCDurableRewardShortMapShort ¶ added in v0.56.0
func (aaa *DLCService) GeDLCDurableRewardShortMapShort(input *dlc.GeDLCDurableRewardShortMapParams) (*platformclientmodels.DLCConfigRewardShortInfo, 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 *dlc.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
Deprecated: 2022-01-10 - please use GetDLCItemConfigShort instead.
func (*DLCService) GetDLCItemConfigShort ¶ added in v0.10.0
func (aaa *DLCService) GetDLCItemConfigShort(input *dlc.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
func (*DLCService) GetPlatformDLCConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) GetPlatformDLCConfig(input *dlc.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
Deprecated: 2022-01-10 - please use GetPlatformDLCConfigShort instead.
func (*DLCService) GetPlatformDLCConfigShort ¶ added in v0.10.0
func (aaa *DLCService) GetPlatformDLCConfigShort(input *dlc.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
func (*DLCService) GetUserDLC
deprecated
added in
v0.33.0
func (aaa *DLCService) GetUserDLC(input *dlc.GetUserDLCParams) ([]*platformclientmodels.UserDLCRecord, error)
Deprecated: 2022-01-10 - please use GetUserDLCShort instead.
func (*DLCService) GetUserDLCByPlatform
deprecated
added in
v0.43.0
func (aaa *DLCService) GetUserDLCByPlatform(input *dlc.GetUserDLCByPlatformParams) (*platformclientmodels.UserDLC, error)
Deprecated: 2022-01-10 - please use GetUserDLCByPlatformShort instead.
func (*DLCService) GetUserDLCByPlatformShort ¶ added in v0.43.0
func (aaa *DLCService) GetUserDLCByPlatformShort(input *dlc.GetUserDLCByPlatformParams) (*platformclientmodels.UserDLC, error)
func (*DLCService) GetUserDLCShort ¶ added in v0.33.0
func (aaa *DLCService) GetUserDLCShort(input *dlc.GetUserDLCParams) ([]*platformclientmodels.UserDLCRecord, error)
func (*DLCService) PublicGetMyDLCContent
deprecated
added in
v0.72.0
func (aaa *DLCService) PublicGetMyDLCContent(input *dlc.PublicGetMyDLCContentParams) (*platformclientmodels.SimpleUserDLCRewardContentsResponse, error)
Deprecated: 2022-01-10 - please use PublicGetMyDLCContentShort instead.
func (*DLCService) PublicGetMyDLCContentShort ¶ added in v0.72.0
func (aaa *DLCService) PublicGetMyDLCContentShort(input *dlc.PublicGetMyDLCContentParams) (*platformclientmodels.SimpleUserDLCRewardContentsResponse, error)
func (*DLCService) PublicSyncPsnDLCInventory
deprecated
added in
v0.39.0
func (aaa *DLCService) PublicSyncPsnDLCInventory(input *dlc.PublicSyncPsnDLCInventoryParams) error
Deprecated: 2022-01-10 - please use PublicSyncPsnDLCInventoryShort instead.
func (*DLCService) PublicSyncPsnDLCInventoryShort ¶ added in v0.39.0
func (aaa *DLCService) PublicSyncPsnDLCInventoryShort(input *dlc.PublicSyncPsnDLCInventoryParams) error
func (*DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabels
deprecated
added in
v0.39.0
func (aaa *DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabels(input *dlc.PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) error
Deprecated: 2022-01-10 - please use PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort instead.
func (*DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort ¶ added in v0.39.0
func (aaa *DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort(input *dlc.PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) error
func (*DLCService) SyncEpicGameDLC
deprecated
added in
v0.23.0
func (aaa *DLCService) SyncEpicGameDLC(input *dlc.SyncEpicGameDLCParams) error
Deprecated: 2022-01-10 - please use SyncEpicGameDLCShort instead.
func (*DLCService) SyncEpicGameDLCShort ¶ added in v0.23.0
func (aaa *DLCService) SyncEpicGameDLCShort(input *dlc.SyncEpicGameDLCParams) error
func (*DLCService) SyncOculusDLC
deprecated
added in
v0.50.0
func (aaa *DLCService) SyncOculusDLC(input *dlc.SyncOculusDLCParams) error
Deprecated: 2022-01-10 - please use SyncOculusDLCShort instead.
func (*DLCService) SyncOculusDLCShort ¶ added in v0.50.0
func (aaa *DLCService) SyncOculusDLCShort(input *dlc.SyncOculusDLCParams) error
func (*DLCService) SyncSteamDLC
deprecated
added in
v0.10.0
func (aaa *DLCService) SyncSteamDLC(input *dlc.SyncSteamDLCParams) error
Deprecated: 2022-01-10 - please use SyncSteamDLCShort instead.
func (*DLCService) SyncSteamDLCShort ¶ added in v0.10.0
func (aaa *DLCService) SyncSteamDLCShort(input *dlc.SyncSteamDLCParams) error
func (*DLCService) SyncXboxDLC
deprecated
added in
v0.10.0
func (aaa *DLCService) SyncXboxDLC(input *dlc.SyncXboxDLCParams) error
Deprecated: 2022-01-10 - please use SyncXboxDLCShort instead.
func (*DLCService) SyncXboxDLCShort ¶ added in v0.10.0
func (aaa *DLCService) SyncXboxDLCShort(input *dlc.SyncXboxDLCParams) error
func (*DLCService) UpdateDLCItemConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) UpdateDLCItemConfig(input *dlc.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateDLCItemConfigShort instead.
func (*DLCService) UpdateDLCItemConfigShort ¶ added in v0.10.0
func (aaa *DLCService) UpdateDLCItemConfigShort(input *dlc.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)
func (*DLCService) UpdateFlightId ¶ added in v0.63.0
func (aaa *DLCService) UpdateFlightId(flightId string)
func (*DLCService) UpdatePlatformDLCConfig
deprecated
added in
v0.10.0
func (aaa *DLCService) UpdatePlatformDLCConfig(input *dlc.UpdatePlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdatePlatformDLCConfigShort instead.
func (*DLCService) UpdatePlatformDLCConfigShort ¶ added in v0.10.0
func (aaa *DLCService) UpdatePlatformDLCConfigShort(input *dlc.UpdatePlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)
type EntitlementService ¶
type EntitlementService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*EntitlementService) ConsumeUserEntitlement
deprecated
func (aaa *EntitlementService) ConsumeUserEntitlement(input *entitlement.ConsumeUserEntitlementParams) (*platformclientmodels.EntitlementDecrementResult, error)
Deprecated: 2022-01-10 - please use ConsumeUserEntitlementShort instead.
func (*EntitlementService) ConsumeUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) ConsumeUserEntitlementShort(input *entitlement.ConsumeUserEntitlementParams) (*platformclientmodels.EntitlementDecrementResult, error)
func (*EntitlementService) DisableUserEntitlement
deprecated
func (aaa *EntitlementService) DisableUserEntitlement(input *entitlement.DisableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please use DisableUserEntitlementShort instead.
func (*EntitlementService) DisableUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) DisableUserEntitlementShort(input *entitlement.DisableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) EnableEntitlementOriginFeature
deprecated
added in
v0.61.0
func (aaa *EntitlementService) EnableEntitlementOriginFeature(input *entitlement.EnableEntitlementOriginFeatureParams) (*platformclientmodels.EntitlementConfigInfo, error)
Deprecated: 2022-01-10 - please use EnableEntitlementOriginFeatureShort instead.
func (*EntitlementService) EnableEntitlementOriginFeatureShort ¶ added in v0.61.0
func (aaa *EntitlementService) EnableEntitlementOriginFeatureShort(input *entitlement.EnableEntitlementOriginFeatureParams) (*platformclientmodels.EntitlementConfigInfo, error)
func (*EntitlementService) EnableUserEntitlement
deprecated
func (aaa *EntitlementService) EnableUserEntitlement(input *entitlement.EnableUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use ExistsAnyUserActiveEntitlementShort instead.
func (*EntitlementService) ExistsAnyUserActiveEntitlementByItemIds
deprecated
func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementByItemIds(input *entitlement.ExistsAnyUserActiveEntitlementByItemIdsParams) (*platformclientmodels.Ownership, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use GetEntitlementShort instead.
func (*EntitlementService) GetEntitlementConfigInfo
deprecated
added in
v0.61.0
func (aaa *EntitlementService) GetEntitlementConfigInfo(input *entitlement.GetEntitlementConfigInfoParams) (*platformclientmodels.EntitlementConfigInfo, error)
Deprecated: 2022-01-10 - please use GetEntitlementConfigInfoShort instead.
func (*EntitlementService) GetEntitlementConfigInfoShort ¶ added in v0.61.0
func (aaa *EntitlementService) GetEntitlementConfigInfoShort(input *entitlement.GetEntitlementConfigInfoParams) (*platformclientmodels.EntitlementConfigInfo, error)
func (*EntitlementService) GetEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) GetEntitlementShort(input *entitlement.GetEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) GetPlatformEntitlementConfig
deprecated
added in
v0.61.0
func (aaa *EntitlementService) GetPlatformEntitlementConfig(input *entitlement.GetPlatformEntitlementConfigParams) (*platformclientmodels.EntitlementPlatformConfigInfo, error)
Deprecated: 2022-01-10 - please use GetPlatformEntitlementConfigShort instead.
func (*EntitlementService) GetPlatformEntitlementConfigShort ¶ added in v0.61.0
func (aaa *EntitlementService) GetPlatformEntitlementConfigShort(input *entitlement.GetPlatformEntitlementConfigParams) (*platformclientmodels.EntitlementPlatformConfigInfo, error)
func (*EntitlementService) GetUserActiveEntitlementsByItemIds
deprecated
added in
v0.33.0
func (aaa *EntitlementService) GetUserActiveEntitlementsByItemIds(input *entitlement.GetUserActiveEntitlementsByItemIdsParams) ([]*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please use GetUserActiveEntitlementsByItemIdsShort instead.
func (*EntitlementService) GetUserActiveEntitlementsByItemIdsShort ¶ added in v0.33.0
func (aaa *EntitlementService) GetUserActiveEntitlementsByItemIdsShort(input *entitlement.GetUserActiveEntitlementsByItemIdsParams) ([]*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) GetUserAppEntitlementByAppID
deprecated
func (aaa *EntitlementService) GetUserAppEntitlementByAppID(input *entitlement.GetUserAppEntitlementByAppIDParams) (*platformclientmodels.AppEntitlementInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use GetUserEntitlementShort instead.
func (*EntitlementService) GetUserEntitlementByItemID
deprecated
func (aaa *EntitlementService) GetUserEntitlementByItemID(input *entitlement.GetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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) GetUserEntitlementsByIds
deprecated
added in
v0.75.0
func (aaa *EntitlementService) GetUserEntitlementsByIds(input *entitlement.GetUserEntitlementsByIdsParams) ([]*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please use GetUserEntitlementsByIdsShort instead.
func (*EntitlementService) GetUserEntitlementsByIdsShort ¶ added in v0.75.0
func (aaa *EntitlementService) GetUserEntitlementsByIdsShort(input *entitlement.GetUserEntitlementsByIdsParams) ([]*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) GrantEntitlements
deprecated
added in
v0.43.0
func (aaa *EntitlementService) GrantEntitlements(input *entitlement.GrantEntitlementsParams) (*platformclientmodels.BulkEntitlementGrantResult, error)
Deprecated: 2022-01-10 - please use GrantEntitlementsShort instead.
func (*EntitlementService) GrantEntitlementsShort ¶ added in v0.43.0
func (aaa *EntitlementService) GrantEntitlementsShort(input *entitlement.GrantEntitlementsParams) (*platformclientmodels.BulkEntitlementGrantResult, error)
func (*EntitlementService) GrantUserEntitlement
deprecated
func (aaa *EntitlementService) GrantUserEntitlement(input *entitlement.GrantUserEntitlementParams) ([]*platformclientmodels.StackableEntitlementInfo, error)
Deprecated: 2022-01-10 - please use GrantUserEntitlementShort instead.
func (*EntitlementService) GrantUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) GrantUserEntitlementShort(input *entitlement.GrantUserEntitlementParams) ([]*platformclientmodels.StackableEntitlementInfo, error)
func (*EntitlementService) PreCheckRevokeUserEntitlementByUseCount
deprecated
added in
v0.60.0
func (aaa *EntitlementService) PreCheckRevokeUserEntitlementByUseCount(input *entitlement.PreCheckRevokeUserEntitlementByUseCountParams) (*platformclientmodels.EntitlementPrechekResult, error)
Deprecated: 2022-01-10 - please use PreCheckRevokeUserEntitlementByUseCountShort instead.
func (*EntitlementService) PreCheckRevokeUserEntitlementByUseCountShort ¶ added in v0.60.0
func (aaa *EntitlementService) PreCheckRevokeUserEntitlementByUseCountShort(input *entitlement.PreCheckRevokeUserEntitlementByUseCountParams) (*platformclientmodels.EntitlementPrechekResult, error)
func (*EntitlementService) PublicConsumeUserEntitlement
deprecated
func (aaa *EntitlementService) PublicConsumeUserEntitlement(input *entitlement.PublicConsumeUserEntitlementParams) (*platformclientmodels.EntitlementDecrementResult, error)
Deprecated: 2022-01-10 - please use PublicConsumeUserEntitlementShort instead.
func (*EntitlementService) PublicConsumeUserEntitlementShort ¶ added in v0.10.0
func (aaa *EntitlementService) PublicConsumeUserEntitlementShort(input *entitlement.PublicConsumeUserEntitlementParams) (*platformclientmodels.EntitlementDecrementResult, error)
func (*EntitlementService) PublicExistsAnyMyActiveEntitlement
deprecated
func (aaa *EntitlementService) PublicExistsAnyMyActiveEntitlement(input *entitlement.PublicExistsAnyMyActiveEntitlementParams) (*platformclientmodels.Ownership, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use PublicGetUserEntitlementShort instead.
func (*EntitlementService) PublicGetUserEntitlementByItemID
deprecated
func (aaa *EntitlementService) PublicGetUserEntitlementByItemID(input *entitlement.PublicGetUserEntitlementByItemIDParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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) PublicGetUserEntitlementsByIds
deprecated
added in
v0.63.0
func (aaa *EntitlementService) PublicGetUserEntitlementsByIds(input *entitlement.PublicGetUserEntitlementsByIdsParams) ([]*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please use PublicGetUserEntitlementsByIdsShort instead.
func (*EntitlementService) PublicGetUserEntitlementsByIdsShort ¶ added in v0.63.0
func (aaa *EntitlementService) PublicGetUserEntitlementsByIdsShort(input *entitlement.PublicGetUserEntitlementsByIdsParams) ([]*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) PublicQueryUserEntitlements
deprecated
func (aaa *EntitlementService) PublicQueryUserEntitlements(input *entitlement.PublicQueryUserEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use PublicQueryUserEntitlementsShort instead.
func (*EntitlementService) PublicQueryUserEntitlementsByAppType
deprecated
func (aaa *EntitlementService) PublicQueryUserEntitlementsByAppType(input *entitlement.PublicQueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)
Deprecated: 2022-01-10 - please 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) PublicSellUserEntitlement
deprecated
added in
v0.41.0
func (aaa *EntitlementService) PublicSellUserEntitlement(input *entitlement.PublicSellUserEntitlementParams) (*platformclientmodels.EntitlementSoldResult, error)
Deprecated: 2022-01-10 - please use PublicSellUserEntitlementShort instead.
func (*EntitlementService) PublicSellUserEntitlementShort ¶ added in v0.41.0
func (aaa *EntitlementService) PublicSellUserEntitlementShort(input *entitlement.PublicSellUserEntitlementParams) (*platformclientmodels.EntitlementSoldResult, error)
func (*EntitlementService) PublicSplitUserEntitlement
deprecated
added in
v0.63.0
func (aaa *EntitlementService) PublicSplitUserEntitlement(input *entitlement.PublicSplitUserEntitlementParams) (*platformclientmodels.EntitlementSplitResult, error)
Deprecated: 2022-01-10 - please use PublicSplitUserEntitlementShort instead.
func (*EntitlementService) PublicSplitUserEntitlementShort ¶ added in v0.63.0
func (aaa *EntitlementService) PublicSplitUserEntitlementShort(input *entitlement.PublicSplitUserEntitlementParams) (*platformclientmodels.EntitlementSplitResult, error)
func (*EntitlementService) PublicTransferUserEntitlement
deprecated
added in
v0.63.0
func (aaa *EntitlementService) PublicTransferUserEntitlement(input *entitlement.PublicTransferUserEntitlementParams) (*platformclientmodels.EntitlementTransferResult, error)
Deprecated: 2022-01-10 - please use PublicTransferUserEntitlementShort instead.
func (*EntitlementService) PublicTransferUserEntitlementShort ¶ added in v0.63.0
func (aaa *EntitlementService) PublicTransferUserEntitlementShort(input *entitlement.PublicTransferUserEntitlementParams) (*platformclientmodels.EntitlementTransferResult, error)
func (*EntitlementService) PublicUserEntitlementHistory
deprecated
added in
v0.66.0
func (aaa *EntitlementService) PublicUserEntitlementHistory(input *entitlement.PublicUserEntitlementHistoryParams) ([]*platformclientmodels.UserEntitlementHistoryPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use PublicUserEntitlementHistoryShort instead.
func (*EntitlementService) PublicUserEntitlementHistoryShort ¶ added in v0.66.0
func (aaa *EntitlementService) PublicUserEntitlementHistoryShort(input *entitlement.PublicUserEntitlementHistoryParams) ([]*platformclientmodels.UserEntitlementHistoryPagingSlicedResult, error)
func (*EntitlementService) QueryEntitlements
deprecated
added in
v0.10.0
func (aaa *EntitlementService) QueryEntitlements(input *entitlement.QueryEntitlementsParams) (*platformclientmodels.EntitlementPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryEntitlementsShort instead.
func (*EntitlementService) QueryEntitlements1
deprecated
added in
v0.43.0
func (aaa *EntitlementService) QueryEntitlements1(input *entitlement.QueryEntitlements1Params) (*platformclientmodels.EntitlementPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryEntitlements1Short instead.
func (*EntitlementService) QueryEntitlements1Short ¶ added in v0.43.0
func (aaa *EntitlementService) QueryEntitlements1Short(input *entitlement.QueryEntitlements1Params) (*platformclientmodels.EntitlementPagingSlicedResult, error)
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: 2022-01-10 - please use QueryUserEntitlementsShort instead.
func (*EntitlementService) QueryUserEntitlementsByAppType
deprecated
func (aaa *EntitlementService) QueryUserEntitlementsByAppType(input *entitlement.QueryUserEntitlementsByAppTypeParams) (*platformclientmodels.AppEntitlementPagingSlicedResult, error)
Deprecated: 2022-01-10 - please 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) RevokeAllEntitlements
deprecated
added in
v0.42.0
func (aaa *EntitlementService) RevokeAllEntitlements(input *entitlement.RevokeAllEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)
Deprecated: 2022-01-10 - please use RevokeAllEntitlementsShort instead.
func (*EntitlementService) RevokeAllEntitlementsShort ¶ added in v0.42.0
func (aaa *EntitlementService) RevokeAllEntitlementsShort(input *entitlement.RevokeAllEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)
func (*EntitlementService) RevokeEntitlements
deprecated
added in
v0.43.0
func (aaa *EntitlementService) RevokeEntitlements(input *entitlement.RevokeEntitlementsParams) (*platformclientmodels.BulkEntitlementRevokeResult, error)
Deprecated: 2022-01-10 - please use RevokeEntitlementsShort instead.
func (*EntitlementService) RevokeEntitlementsShort ¶ added in v0.43.0
func (aaa *EntitlementService) RevokeEntitlementsShort(input *entitlement.RevokeEntitlementsParams) (*platformclientmodels.BulkEntitlementRevokeResult, error)
func (*EntitlementService) RevokeUseCount
deprecated
added in
v0.42.0
func (aaa *EntitlementService) RevokeUseCount(input *entitlement.RevokeUseCountParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please use RevokeUseCountShort instead.
func (*EntitlementService) RevokeUseCountShort ¶ added in v0.42.0
func (aaa *EntitlementService) RevokeUseCountShort(input *entitlement.RevokeUseCountParams) (*platformclientmodels.EntitlementInfo, error)
func (*EntitlementService) RevokeUserEntitlement
deprecated
func (aaa *EntitlementService) RevokeUserEntitlement(input *entitlement.RevokeUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please use RevokeUserEntitlementShort instead.
func (*EntitlementService) RevokeUserEntitlementByUseCount
deprecated
added in
v0.60.0
func (aaa *EntitlementService) RevokeUserEntitlementByUseCount(input *entitlement.RevokeUserEntitlementByUseCountParams) (*platformclientmodels.EntitlementIfc, error)
Deprecated: 2022-01-10 - please use RevokeUserEntitlementByUseCountShort instead.
func (*EntitlementService) RevokeUserEntitlementByUseCountShort ¶ added in v0.60.0
func (aaa *EntitlementService) RevokeUserEntitlementByUseCountShort(input *entitlement.RevokeUserEntitlementByUseCountParams) (*platformclientmodels.EntitlementIfc, error)
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: 2022-01-10 - please use RevokeUserEntitlementsShort instead.
func (*EntitlementService) RevokeUserEntitlementsShort ¶ added in v0.10.0
func (aaa *EntitlementService) RevokeUserEntitlementsShort(input *entitlement.RevokeUserEntitlementsParams) (*platformclientmodels.BulkOperationResult, error)
func (*EntitlementService) SellUserEntitlement
deprecated
added in
v0.41.0
func (aaa *EntitlementService) SellUserEntitlement(input *entitlement.SellUserEntitlementParams) (*platformclientmodels.EntitlementSoldResult, error)
Deprecated: 2022-01-10 - please use SellUserEntitlementShort instead.
func (*EntitlementService) SellUserEntitlementShort ¶ added in v0.41.0
func (aaa *EntitlementService) SellUserEntitlementShort(input *entitlement.SellUserEntitlementParams) (*platformclientmodels.EntitlementSoldResult, error)
func (*EntitlementService) UpdateFlightId ¶ added in v0.63.0
func (aaa *EntitlementService) UpdateFlightId(flightId string)
func (*EntitlementService) UpdatePlatformEntitlementConfig
deprecated
added in
v0.61.0
func (aaa *EntitlementService) UpdatePlatformEntitlementConfig(input *entitlement.UpdatePlatformEntitlementConfigParams) (*platformclientmodels.EntitlementPlatformConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdatePlatformEntitlementConfigShort instead.
func (*EntitlementService) UpdatePlatformEntitlementConfigShort ¶ added in v0.61.0
func (aaa *EntitlementService) UpdatePlatformEntitlementConfigShort(input *entitlement.UpdatePlatformEntitlementConfigParams) (*platformclientmodels.EntitlementPlatformConfigInfo, error)
func (*EntitlementService) UpdateUserEntitlement
deprecated
func (aaa *EntitlementService) UpdateUserEntitlement(input *entitlement.UpdateUserEntitlementParams) (*platformclientmodels.EntitlementInfo, error)
Deprecated: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
func (*FulfillmentScriptService) CreateFulfillmentScript
deprecated
func (aaa *FulfillmentScriptService) CreateFulfillmentScript(input *fulfillment_script.CreateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use ListFulfillmentScriptsShort instead.
func (*FulfillmentScriptService) ListFulfillmentScriptsShort ¶ added in v0.10.0
func (aaa *FulfillmentScriptService) ListFulfillmentScriptsShort(input *fulfillment_script.ListFulfillmentScriptsParams) ([]*platformclientmodels.FulfillmentScriptInfo, error)
func (*FulfillmentScriptService) UpdateFlightId ¶ added in v0.63.0
func (aaa *FulfillmentScriptService) UpdateFlightId(flightId string)
func (*FulfillmentScriptService) UpdateFulfillmentScript
deprecated
func (aaa *FulfillmentScriptService) UpdateFulfillmentScript(input *fulfillment_script.UpdateFulfillmentScriptParams) (*platformclientmodels.FulfillmentScriptInfo, error)
Deprecated: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
func (*FulfillmentService) FulfillItem
deprecated
func (aaa *FulfillmentService) FulfillItem(input *fulfillment.FulfillItemParams) (*platformclientmodels.FulfillmentResult, error)
Deprecated: 2022-01-10 - please use FulfillItemShort instead.
func (*FulfillmentService) FulfillItemShort ¶ added in v0.10.0
func (aaa *FulfillmentService) FulfillItemShort(input *fulfillment.FulfillItemParams) (*platformclientmodels.FulfillmentResult, error)
func (*FulfillmentService) FulfillItems
deprecated
added in
v0.72.0
func (aaa *FulfillmentService) FulfillItems(input *fulfillment.FulfillItemsParams) (*platformclientmodels.FulfillmentV2Result, error)
Deprecated: 2022-01-10 - please use FulfillItemsShort instead.
func (*FulfillmentService) FulfillItemsShort ¶ added in v0.72.0
func (aaa *FulfillmentService) FulfillItemsShort(input *fulfillment.FulfillItemsParams) (*platformclientmodels.FulfillmentV2Result, error)
func (*FulfillmentService) FulfillItemsV3
deprecated
added in
v0.76.0
func (aaa *FulfillmentService) FulfillItemsV3(input *fulfillment.FulfillItemsV3Params) (*platformclientmodels.FulfillmentV2Result, error)
Deprecated: 2022-01-10 - please use FulfillItemsV3Short instead.
func (*FulfillmentService) FulfillItemsV3Short ¶ added in v0.76.0
func (aaa *FulfillmentService) FulfillItemsV3Short(input *fulfillment.FulfillItemsV3Params) (*platformclientmodels.FulfillmentV2Result, error)
func (*FulfillmentService) FulfillRewards
deprecated
added in
v0.10.0
func (aaa *FulfillmentService) FulfillRewards(input *fulfillment.FulfillRewardsParams) error
Deprecated: 2022-01-10 - please use FulfillRewardsShort instead.
func (*FulfillmentService) FulfillRewardsShort ¶ added in v0.10.0
func (aaa *FulfillmentService) FulfillRewardsShort(input *fulfillment.FulfillRewardsParams) error
func (*FulfillmentService) FulfillRewardsV2
deprecated
added in
v0.52.0
func (aaa *FulfillmentService) FulfillRewardsV2(input *fulfillment.FulfillRewardsV2Params) (*platformclientmodels.FulfillmentResult, error)
Deprecated: 2022-01-10 - please use FulfillRewardsV2Short instead.
func (*FulfillmentService) FulfillRewardsV2Short ¶ added in v0.52.0
func (aaa *FulfillmentService) FulfillRewardsV2Short(input *fulfillment.FulfillRewardsV2Params) (*platformclientmodels.FulfillmentResult, error)
func (*FulfillmentService) GetAuthSession ¶ added in v0.21.0
func (aaa *FulfillmentService) GetAuthSession() auth.Session
func (*FulfillmentService) PreCheckFulfillItem
deprecated
added in
v0.60.0
func (aaa *FulfillmentService) PreCheckFulfillItem(input *fulfillment.PreCheckFulfillItemParams) ([]*platformclientmodels.FulfillmentItem, error)
Deprecated: 2022-01-10 - please use PreCheckFulfillItemShort instead.
func (*FulfillmentService) PreCheckFulfillItemShort ¶ added in v0.60.0
func (aaa *FulfillmentService) PreCheckFulfillItemShort(input *fulfillment.PreCheckFulfillItemParams) ([]*platformclientmodels.FulfillmentItem, error)
func (*FulfillmentService) PublicRedeemCode
deprecated
func (aaa *FulfillmentService) PublicRedeemCode(input *fulfillment.PublicRedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use QueryFulfillmentHistoriesShort instead.
func (*FulfillmentService) QueryFulfillmentHistoriesShort ¶ added in v0.10.0
func (aaa *FulfillmentService) QueryFulfillmentHistoriesShort(input *fulfillment.QueryFulfillmentHistoriesParams) (*platformclientmodels.FulfillmentHistoryPagingSlicedResult, error)
func (*FulfillmentService) QueryFulfillments
deprecated
added in
v0.72.0
func (aaa *FulfillmentService) QueryFulfillments(input *fulfillment.QueryFulfillmentsParams) (*platformclientmodels.FulfillmentPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryFulfillmentsShort instead.
func (*FulfillmentService) QueryFulfillmentsShort ¶ added in v0.72.0
func (aaa *FulfillmentService) QueryFulfillmentsShort(input *fulfillment.QueryFulfillmentsParams) (*platformclientmodels.FulfillmentPagingSlicedResult, error)
func (*FulfillmentService) RedeemCode
deprecated
func (aaa *FulfillmentService) RedeemCode(input *fulfillment.RedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
Deprecated: 2022-01-10 - please use RedeemCodeShort instead.
func (*FulfillmentService) RedeemCodeShort ¶ added in v0.10.0
func (aaa *FulfillmentService) RedeemCodeShort(input *fulfillment.RedeemCodeParams) (*platformclientmodels.FulfillmentResult, error)
func (*FulfillmentService) RetryFulfillItems
deprecated
added in
v0.74.0
func (aaa *FulfillmentService) RetryFulfillItems(input *fulfillment.RetryFulfillItemsParams) (*platformclientmodels.FulfillmentV2Result, error)
Deprecated: 2022-01-10 - please use RetryFulfillItemsShort instead.
func (*FulfillmentService) RetryFulfillItemsShort ¶ added in v0.74.0
func (aaa *FulfillmentService) RetryFulfillItemsShort(input *fulfillment.RetryFulfillItemsParams) (*platformclientmodels.FulfillmentV2Result, error)
func (*FulfillmentService) RetryFulfillItemsV3
deprecated
added in
v0.76.0
func (aaa *FulfillmentService) RetryFulfillItemsV3(input *fulfillment.RetryFulfillItemsV3Params) (*platformclientmodels.FulfillmentV2Result, error)
Deprecated: 2022-01-10 - please use RetryFulfillItemsV3Short instead.
func (*FulfillmentService) RetryFulfillItemsV3Short ¶ added in v0.76.0
func (aaa *FulfillmentService) RetryFulfillItemsV3Short(input *fulfillment.RetryFulfillItemsV3Params) (*platformclientmodels.FulfillmentV2Result, error)
func (*FulfillmentService) RevokeItems
deprecated
added in
v0.72.0
func (aaa *FulfillmentService) RevokeItems(input *fulfillment.RevokeItemsParams) (*platformclientmodels.RevokeFulfillmentV2Result, error)
Deprecated: 2022-01-10 - please use RevokeItemsShort instead.
func (*FulfillmentService) RevokeItemsShort ¶ added in v0.72.0
func (aaa *FulfillmentService) RevokeItemsShort(input *fulfillment.RevokeItemsParams) (*platformclientmodels.RevokeFulfillmentV2Result, error)
func (*FulfillmentService) RevokeItemsV3
deprecated
added in
v0.76.0
func (aaa *FulfillmentService) RevokeItemsV3(input *fulfillment.RevokeItemsV3Params) (*platformclientmodels.RevokeFulfillmentV2Result, error)
Deprecated: 2022-01-10 - please use RevokeItemsV3Short instead.
func (*FulfillmentService) RevokeItemsV3Short ¶ added in v0.76.0
func (aaa *FulfillmentService) RevokeItemsV3Short(input *fulfillment.RevokeItemsV3Params) (*platformclientmodels.RevokeFulfillmentV2Result, error)
func (*FulfillmentService) UpdateFlightId ¶ added in v0.63.0
func (aaa *FulfillmentService) UpdateFlightId(flightId string)
type IAPNotificationService ¶ added in v0.74.0
type IAPNotificationService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*IAPNotificationService) GetAuthSession ¶ added in v0.74.0
func (aaa *IAPNotificationService) GetAuthSession() auth.Session
func (*IAPNotificationService) QueryThirdPartyNotifications
deprecated
added in
v0.74.0
func (aaa *IAPNotificationService) QueryThirdPartyNotifications(input *iap_notification.QueryThirdPartyNotificationsParams) (*platformclientmodels.NotificationPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryThirdPartyNotificationsShort instead.
func (*IAPNotificationService) QueryThirdPartyNotificationsShort ¶ added in v0.74.0
func (aaa *IAPNotificationService) QueryThirdPartyNotificationsShort(input *iap_notification.QueryThirdPartyNotificationsParams) (*platformclientmodels.NotificationPagingSlicedResult, error)
func (*IAPNotificationService) UpdateFlightId ¶ added in v0.74.0
func (aaa *IAPNotificationService) UpdateFlightId(flightId string)
type IAPService ¶
type IAPService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*IAPService) DeleteAppleIAPConfig
deprecated
func (aaa *IAPService) DeleteAppleIAPConfig(input *iap.DeleteAppleIAPConfigParams) error
Deprecated: 2022-01-10 - please use DeleteAppleIAPConfigShort instead.
func (*IAPService) DeleteAppleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteAppleIAPConfigShort(input *iap.DeleteAppleIAPConfigParams) error
func (*IAPService) DeleteEpicGamesIAPConfig
deprecated
func (aaa *IAPService) DeleteEpicGamesIAPConfig(input *iap.DeleteEpicGamesIAPConfigParams) error
Deprecated: 2022-01-10 - please use DeleteEpicGamesIAPConfigShort instead.
func (*IAPService) DeleteEpicGamesIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteEpicGamesIAPConfigShort(input *iap.DeleteEpicGamesIAPConfigParams) error
func (*IAPService) DeleteGoogleIAPConfig
deprecated
func (aaa *IAPService) DeleteGoogleIAPConfig(input *iap.DeleteGoogleIAPConfigParams) error
Deprecated: 2022-01-10 - please use DeleteGoogleIAPConfigShort instead.
func (*IAPService) DeleteGoogleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteGoogleIAPConfigShort(input *iap.DeleteGoogleIAPConfigParams) error
func (*IAPService) DeleteIAPItemConfig
deprecated
added in
v0.10.0
func (aaa *IAPService) DeleteIAPItemConfig(input *iap.DeleteIAPItemConfigParams) error
Deprecated: 2022-01-10 - please use DeleteIAPItemConfigShort instead.
func (*IAPService) DeleteIAPItemConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteIAPItemConfigShort(input *iap.DeleteIAPItemConfigParams) error
func (*IAPService) DeleteOculusIAPConfig
deprecated
added in
v0.50.0
func (aaa *IAPService) DeleteOculusIAPConfig(input *iap.DeleteOculusIAPConfigParams) error
Deprecated: 2022-01-10 - please use DeleteOculusIAPConfigShort instead.
func (*IAPService) DeleteOculusIAPConfigShort ¶ added in v0.50.0
func (aaa *IAPService) DeleteOculusIAPConfigShort(input *iap.DeleteOculusIAPConfigParams) error
func (*IAPService) DeletePlaystationIAPConfig
deprecated
func (aaa *IAPService) DeletePlaystationIAPConfig(input *iap.DeletePlaystationIAPConfigParams) error
Deprecated: 2022-01-10 - please use DeletePlaystationIAPConfigShort instead.
func (*IAPService) DeletePlaystationIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeletePlaystationIAPConfigShort(input *iap.DeletePlaystationIAPConfigParams) error
func (*IAPService) DeleteSteamIAPConfig
deprecated
func (aaa *IAPService) DeleteSteamIAPConfig(input *iap.DeleteSteamIAPConfigParams) error
Deprecated: 2022-01-10 - please use DeleteSteamIAPConfigShort instead.
func (*IAPService) DeleteSteamIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteSteamIAPConfigShort(input *iap.DeleteSteamIAPConfigParams) error
func (*IAPService) DeleteTwitchIAPConfig
deprecated
added in
v0.12.0
func (aaa *IAPService) DeleteTwitchIAPConfig(input *iap.DeleteTwitchIAPConfigParams) error
Deprecated: 2022-01-10 - please use DeleteTwitchIAPConfigShort instead.
func (*IAPService) DeleteTwitchIAPConfigShort ¶ added in v0.12.0
func (aaa *IAPService) DeleteTwitchIAPConfigShort(input *iap.DeleteTwitchIAPConfigParams) error
func (*IAPService) DeleteXblAPConfig
deprecated
func (aaa *IAPService) DeleteXblAPConfig(input *iap.DeleteXblAPConfigParams) error
Deprecated: 2022-01-10 - please use DeleteXblAPConfigShort instead.
func (*IAPService) DeleteXblAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) DeleteXblAPConfigShort(input *iap.DeleteXblAPConfigParams) error
func (*IAPService) GetAppleConfigVersion
deprecated
added in
v0.74.0
func (aaa *IAPService) GetAppleConfigVersion(input *iap.GetAppleConfigVersionParams) (*platformclientmodels.AppleIAPConfigVersionInfo, error)
Deprecated: 2022-01-10 - please use GetAppleConfigVersionShort instead.
func (*IAPService) GetAppleConfigVersionShort ¶ added in v0.74.0
func (aaa *IAPService) GetAppleConfigVersionShort(input *iap.GetAppleConfigVersionParams) (*platformclientmodels.AppleIAPConfigVersionInfo, error)
func (*IAPService) GetAppleIAPConfig
deprecated
func (aaa *IAPService) GetAppleIAPConfig(input *iap.GetAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use GetAppleIAPConfigShort instead.
func (*IAPService) GetAppleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetAppleIAPConfigShort(input *iap.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 *iap.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use GetEpicGamesIAPConfigShort instead.
func (*IAPService) GetEpicGamesIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetEpicGamesIAPConfigShort(input *iap.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
func (*IAPService) GetGoogleIAPConfig
deprecated
func (aaa *IAPService) GetGoogleIAPConfig(input *iap.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use GetGoogleIAPConfigShort instead.
func (*IAPService) GetGoogleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetGoogleIAPConfigShort(input *iap.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
func (*IAPService) GetIAPItemConfig
deprecated
added in
v0.10.0
func (aaa *IAPService) GetIAPItemConfig(input *iap.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
Deprecated: 2022-01-10 - please use GetIAPItemConfigShort instead.
func (*IAPService) GetIAPItemConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetIAPItemConfigShort(input *iap.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
func (*IAPService) GetIAPItemMapping
deprecated
added in
v0.40.0
func (aaa *IAPService) GetIAPItemMapping(input *iap.GetIAPItemMappingParams) (*platformclientmodels.IAPItemMappingInfo, error)
Deprecated: 2022-01-10 - please use GetIAPItemMappingShort instead.
func (*IAPService) GetIAPItemMappingShort ¶ added in v0.40.0
func (aaa *IAPService) GetIAPItemMappingShort(input *iap.GetIAPItemMappingParams) (*platformclientmodels.IAPItemMappingInfo, error)
func (*IAPService) GetIAPOrderConsumeDetails
deprecated
added in
v0.75.0
func (aaa *IAPService) GetIAPOrderConsumeDetails(input *iap.GetIAPOrderConsumeDetailsParams) ([]*platformclientmodels.IAPOrderConsumeDetailInfo, error)
Deprecated: 2022-01-10 - please use GetIAPOrderConsumeDetailsShort instead.
func (*IAPService) GetIAPOrderConsumeDetailsShort ¶ added in v0.75.0
func (aaa *IAPService) GetIAPOrderConsumeDetailsShort(input *iap.GetIAPOrderConsumeDetailsParams) ([]*platformclientmodels.IAPOrderConsumeDetailInfo, error)
func (*IAPService) GetOculusIAPConfig
deprecated
added in
v0.50.0
func (aaa *IAPService) GetOculusIAPConfig(input *iap.GetOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use GetOculusIAPConfigShort instead.
func (*IAPService) GetOculusIAPConfigShort ¶ added in v0.50.0
func (aaa *IAPService) GetOculusIAPConfigShort(input *iap.GetOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)
func (*IAPService) GetPlayStationIAPConfig
deprecated
func (aaa *IAPService) GetPlayStationIAPConfig(input *iap.GetPlayStationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use GetPlayStationIAPConfigShort instead.
func (*IAPService) GetPlayStationIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetPlayStationIAPConfigShort(input *iap.GetPlayStationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
func (*IAPService) GetSteamIAPConfig
deprecated
func (aaa *IAPService) GetSteamIAPConfig(input *iap.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)
Deprecated: 2022-01-10 - please use GetSteamIAPConfigShort instead.
func (*IAPService) GetSteamIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetSteamIAPConfigShort(input *iap.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)
func (*IAPService) GetTwitchIAPConfig
deprecated
added in
v0.12.0
func (aaa *IAPService) GetTwitchIAPConfig(input *iap.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use GetTwitchIAPConfigShort instead.
func (*IAPService) GetTwitchIAPConfigShort ¶ added in v0.12.0
func (aaa *IAPService) GetTwitchIAPConfigShort(input *iap.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
func (*IAPService) GetXblIAPConfig
deprecated
func (aaa *IAPService) GetXblIAPConfig(input *iap.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use GetXblIAPConfigShort instead.
func (*IAPService) GetXblIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) GetXblIAPConfigShort(input *iap.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
func (*IAPService) MockFulfillIAPItem
deprecated
func (aaa *IAPService) MockFulfillIAPItem(input *iap.MockFulfillIAPItemParams) error
Deprecated: 2022-01-10 - please use MockFulfillIAPItemShort instead.
func (*IAPService) MockFulfillIAPItemShort ¶ added in v0.10.0
func (aaa *IAPService) MockFulfillIAPItemShort(input *iap.MockFulfillIAPItemParams) error
func (*IAPService) PublicFulfillAppleIAPItem
deprecated
func (aaa *IAPService) PublicFulfillAppleIAPItem(input *iap.PublicFulfillAppleIAPItemParams) error
Deprecated: 2022-01-10 - please use PublicFulfillAppleIAPItemShort instead.
func (*IAPService) PublicFulfillAppleIAPItemShort ¶ added in v0.10.0
func (aaa *IAPService) PublicFulfillAppleIAPItemShort(input *iap.PublicFulfillAppleIAPItemParams) error
func (*IAPService) PublicFulfillGoogleIAPItem
deprecated
func (aaa *IAPService) PublicFulfillGoogleIAPItem(input *iap.PublicFulfillGoogleIAPItemParams) (*platformclientmodels.GoogleReceiptResolveResult, error)
Deprecated: 2022-01-10 - please use PublicFulfillGoogleIAPItemShort instead.
func (*IAPService) PublicFulfillGoogleIAPItemShort ¶ added in v0.10.0
func (aaa *IAPService) PublicFulfillGoogleIAPItemShort(input *iap.PublicFulfillGoogleIAPItemParams) (*platformclientmodels.GoogleReceiptResolveResult, error)
func (*IAPService) PublicReconcilePlayStationStore
deprecated
func (aaa *IAPService) PublicReconcilePlayStationStore(input *iap.PublicReconcilePlayStationStoreParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
Deprecated: 2022-01-10 - please use PublicReconcilePlayStationStoreShort instead.
func (*IAPService) PublicReconcilePlayStationStoreShort ¶ added in v0.10.0
func (aaa *IAPService) PublicReconcilePlayStationStoreShort(input *iap.PublicReconcilePlayStationStoreParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
func (*IAPService) PublicReconcilePlayStationStoreWithMultipleServiceLabels
deprecated
added in
v0.32.0
func (aaa *IAPService) PublicReconcilePlayStationStoreWithMultipleServiceLabels(input *iap.PublicReconcilePlayStationStoreWithMultipleServiceLabelsParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
Deprecated: 2022-01-10 - please use PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort instead.
func (*IAPService) PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort ¶ added in v0.32.0
func (aaa *IAPService) PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort(input *iap.PublicReconcilePlayStationStoreWithMultipleServiceLabelsParams) ([]*platformclientmodels.PlayStationReconcileResult, error)
func (*IAPService) QueryAllUserIAPOrders
deprecated
added in
v0.10.0
func (aaa *IAPService) QueryAllUserIAPOrders(input *iap.QueryAllUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryAllUserIAPOrdersShort instead.
func (*IAPService) QueryAllUserIAPOrdersShort ¶ added in v0.10.0
func (aaa *IAPService) QueryAllUserIAPOrdersShort(input *iap.QueryAllUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
func (*IAPService) QueryUserIAPConsumeHistory
deprecated
added in
v0.30.0
func (aaa *IAPService) QueryUserIAPConsumeHistory(input *iap.QueryUserIAPConsumeHistoryParams) (*platformclientmodels.IAPConsumeHistoryPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryUserIAPConsumeHistoryShort instead.
func (*IAPService) QueryUserIAPConsumeHistoryShort ¶ added in v0.30.0
func (aaa *IAPService) QueryUserIAPConsumeHistoryShort(input *iap.QueryUserIAPConsumeHistoryParams) (*platformclientmodels.IAPConsumeHistoryPagingSlicedResult, error)
func (*IAPService) QueryUserIAPOrders
deprecated
func (aaa *IAPService) QueryUserIAPOrders(input *iap.QueryUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryUserIAPOrdersShort instead.
func (*IAPService) QueryUserIAPOrdersShort ¶ added in v0.10.0
func (aaa *IAPService) QueryUserIAPOrdersShort(input *iap.QueryUserIAPOrdersParams) (*platformclientmodels.IAPOrderPagingSlicedResult, error)
func (*IAPService) SyncEpicGamesInventory
deprecated
func (aaa *IAPService) SyncEpicGamesInventory(input *iap.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)
Deprecated: 2022-01-10 - please use SyncEpicGamesInventoryShort instead.
func (*IAPService) SyncEpicGamesInventoryShort ¶ added in v0.10.0
func (aaa *IAPService) SyncEpicGamesInventoryShort(input *iap.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)
func (*IAPService) SyncOculusConsumableEntitlements
deprecated
added in
v0.50.0
func (aaa *IAPService) SyncOculusConsumableEntitlements(input *iap.SyncOculusConsumableEntitlementsParams) ([]*platformclientmodels.OculusReconcileResult, error)
Deprecated: 2022-01-10 - please use SyncOculusConsumableEntitlementsShort instead.
func (*IAPService) SyncOculusConsumableEntitlementsShort ¶ added in v0.50.0
func (aaa *IAPService) SyncOculusConsumableEntitlementsShort(input *iap.SyncOculusConsumableEntitlementsParams) ([]*platformclientmodels.OculusReconcileResult, error)
func (*IAPService) SyncSteamInventory
deprecated
func (aaa *IAPService) SyncSteamInventory(input *iap.SyncSteamInventoryParams) error
Deprecated: 2022-01-10 - please use SyncSteamInventoryShort instead.
func (*IAPService) SyncSteamInventoryShort ¶ added in v0.10.0
func (aaa *IAPService) SyncSteamInventoryShort(input *iap.SyncSteamInventoryParams) error
func (*IAPService) SyncTwitchDropsEntitlement
deprecated
added in
v0.12.0
func (aaa *IAPService) SyncTwitchDropsEntitlement(input *iap.SyncTwitchDropsEntitlementParams) ([]*platformclientmodels.TwitchSyncResult, error)
Deprecated: 2022-01-10 - please use SyncTwitchDropsEntitlementShort instead.
func (*IAPService) SyncTwitchDropsEntitlement1
deprecated
added in
v0.40.0
func (aaa *IAPService) SyncTwitchDropsEntitlement1(input *iap.SyncTwitchDropsEntitlement1Params) error
Deprecated: 2022-01-10 - please use SyncTwitchDropsEntitlement1Short instead.
func (*IAPService) SyncTwitchDropsEntitlement1Short ¶ added in v0.40.0
func (aaa *IAPService) SyncTwitchDropsEntitlement1Short(input *iap.SyncTwitchDropsEntitlement1Params) error
func (*IAPService) SyncTwitchDropsEntitlementShort ¶ added in v0.12.0
func (aaa *IAPService) SyncTwitchDropsEntitlementShort(input *iap.SyncTwitchDropsEntitlementParams) ([]*platformclientmodels.TwitchSyncResult, error)
func (*IAPService) SyncXboxInventory
deprecated
func (aaa *IAPService) SyncXboxInventory(input *iap.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)
Deprecated: 2022-01-10 - please use SyncXboxInventoryShort instead.
func (*IAPService) SyncXboxInventoryShort ¶ added in v0.10.0
func (aaa *IAPService) SyncXboxInventoryShort(input *iap.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)
func (*IAPService) UpdateAppleIAPConfig
deprecated
func (aaa *IAPService) UpdateAppleIAPConfig(input *iap.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateAppleIAPConfigShort instead.
func (*IAPService) UpdateAppleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateAppleIAPConfigShort(input *iap.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)
func (*IAPService) UpdateAppleP8File
deprecated
added in
v0.74.0
func (aaa *IAPService) UpdateAppleP8File(input *iap.UpdateAppleP8FileParams) (*platformclientmodels.AppleIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateAppleP8FileShort instead.
func (*IAPService) UpdateAppleP8FileShort ¶ added in v0.74.0
func (aaa *IAPService) UpdateAppleP8FileShort(input *iap.UpdateAppleP8FileParams) (*platformclientmodels.AppleIAPConfigInfo, error)
func (*IAPService) UpdateEpicGamesIAPConfig
deprecated
func (aaa *IAPService) UpdateEpicGamesIAPConfig(input *iap.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateEpicGamesIAPConfigShort instead.
func (*IAPService) UpdateEpicGamesIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateEpicGamesIAPConfigShort(input *iap.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)
func (*IAPService) UpdateFlightId ¶ added in v0.63.0
func (aaa *IAPService) UpdateFlightId(flightId string)
func (*IAPService) UpdateGoogleIAPConfig
deprecated
func (aaa *IAPService) UpdateGoogleIAPConfig(input *iap.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateGoogleIAPConfigShort instead.
func (*IAPService) UpdateGoogleIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateGoogleIAPConfigShort(input *iap.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
func (*IAPService) UpdateGoogleP12File
deprecated
func (aaa *IAPService) UpdateGoogleP12File(input *iap.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateGoogleP12FileShort instead.
func (*IAPService) UpdateGoogleP12FileShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateGoogleP12FileShort(input *iap.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)
func (*IAPService) UpdateIAPItemConfig
deprecated
added in
v0.10.0
func (aaa *IAPService) UpdateIAPItemConfig(input *iap.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateIAPItemConfigShort instead.
func (*IAPService) UpdateIAPItemConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateIAPItemConfigShort(input *iap.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)
func (*IAPService) UpdateOculusIAPConfig
deprecated
added in
v0.50.0
func (aaa *IAPService) UpdateOculusIAPConfig(input *iap.UpdateOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateOculusIAPConfigShort instead.
func (*IAPService) UpdateOculusIAPConfigShort ¶ added in v0.50.0
func (aaa *IAPService) UpdateOculusIAPConfigShort(input *iap.UpdateOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)
func (*IAPService) UpdatePlaystationIAPConfig
deprecated
func (aaa *IAPService) UpdatePlaystationIAPConfig(input *iap.UpdatePlaystationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdatePlaystationIAPConfigShort instead.
func (*IAPService) UpdatePlaystationIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdatePlaystationIAPConfigShort(input *iap.UpdatePlaystationIAPConfigParams) (*platformclientmodels.PlayStationIAPConfigInfo, error)
func (*IAPService) UpdateSteamIAPConfig
deprecated
func (aaa *IAPService) UpdateSteamIAPConfig(input *iap.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateSteamIAPConfigShort instead.
func (*IAPService) UpdateSteamIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateSteamIAPConfigShort(input *iap.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)
func (*IAPService) UpdateTwitchIAPConfig
deprecated
added in
v0.12.0
func (aaa *IAPService) UpdateTwitchIAPConfig(input *iap.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateTwitchIAPConfigShort instead.
func (*IAPService) UpdateTwitchIAPConfigShort ¶ added in v0.12.0
func (aaa *IAPService) UpdateTwitchIAPConfigShort(input *iap.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)
func (*IAPService) UpdateXblBPCertFile
deprecated
func (aaa *IAPService) UpdateXblBPCertFile(input *iap.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateXblBPCertFileShort instead.
func (*IAPService) UpdateXblBPCertFileShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateXblBPCertFileShort(input *iap.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)
func (*IAPService) UpdateXblIAPConfig
deprecated
func (aaa *IAPService) UpdateXblIAPConfig(input *iap.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateXblIAPConfigShort instead.
func (*IAPService) UpdateXblIAPConfigShort ¶ added in v0.10.0
func (aaa *IAPService) UpdateXblIAPConfigShort(input *iap.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)
func (*IAPService) V2PublicFulfillAppleIAPItem
deprecated
added in
v0.74.0
func (aaa *IAPService) V2PublicFulfillAppleIAPItem(input *iap.V2PublicFulfillAppleIAPItemParams) error
Deprecated: 2022-01-10 - please use V2PublicFulfillAppleIAPItemShort instead.
func (*IAPService) V2PublicFulfillAppleIAPItemShort ¶ added in v0.74.0
func (aaa *IAPService) V2PublicFulfillAppleIAPItemShort(input *iap.V2PublicFulfillAppleIAPItemParams) error
func (*IAPService) ValidateExistedPlaystationIAPConfig
deprecated
added in
v0.52.0
func (aaa *IAPService) ValidateExistedPlaystationIAPConfig(input *iap.ValidateExistedPlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please use ValidateExistedPlaystationIAPConfigShort instead.
func (*IAPService) ValidateExistedPlaystationIAPConfigShort ¶ added in v0.52.0
func (aaa *IAPService) ValidateExistedPlaystationIAPConfigShort(input *iap.ValidateExistedPlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)
func (*IAPService) ValidatePlaystationIAPConfig
deprecated
added in
v0.52.0
func (aaa *IAPService) ValidatePlaystationIAPConfig(input *iap.ValidatePlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please use ValidatePlaystationIAPConfigShort instead.
func (*IAPService) ValidatePlaystationIAPConfigShort ¶ added in v0.52.0
func (aaa *IAPService) ValidatePlaystationIAPConfigShort(input *iap.ValidatePlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)
type IAPSubscriptionService ¶ added in v0.74.0
type IAPSubscriptionService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*IAPSubscriptionService) GetAuthSession ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) GetAuthSession() auth.Session
func (*IAPSubscriptionService) GetSubscriptionHistory
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) GetSubscriptionHistory(input *iap_subscription.GetSubscriptionHistoryParams) (*platformclientmodels.ThirdPartySubscriptionTransactionHistoryPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use GetSubscriptionHistoryShort instead.
func (*IAPSubscriptionService) GetSubscriptionHistoryShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) GetSubscriptionHistoryShort(input *iap_subscription.GetSubscriptionHistoryParams) (*platformclientmodels.ThirdPartySubscriptionTransactionHistoryPagingSlicedResult, error)
func (*IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByGroupID
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByGroupID(input *iap_subscription.GetThirdPartyPlatformSubscriptionOwnershipByGroupIDParams) (*platformclientmodels.ThirdPartySubscriptionOwnership, error)
Deprecated: 2022-01-10 - please use GetThirdPartyPlatformSubscriptionOwnershipByGroupIDShort instead.
func (*IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByGroupIDShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByGroupIDShort(input *iap_subscription.GetThirdPartyPlatformSubscriptionOwnershipByGroupIDParams) (*platformclientmodels.ThirdPartySubscriptionOwnership, error)
func (*IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByProductID
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByProductID(input *iap_subscription.GetThirdPartyPlatformSubscriptionOwnershipByProductIDParams) (*platformclientmodels.ThirdPartySubscriptionOwnership, error)
Deprecated: 2022-01-10 - please use GetThirdPartyPlatformSubscriptionOwnershipByProductIDShort instead.
func (*IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByProductIDShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) GetThirdPartyPlatformSubscriptionOwnershipByProductIDShort(input *iap_subscription.GetThirdPartyPlatformSubscriptionOwnershipByProductIDParams) (*platformclientmodels.ThirdPartySubscriptionOwnership, error)
func (*IAPSubscriptionService) GetThirdPartySubscriptionDetails
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) GetThirdPartySubscriptionDetails(input *iap_subscription.GetThirdPartySubscriptionDetailsParams) (*platformclientmodels.ThirdPartySubscriptionTransactionInfo, error)
Deprecated: 2022-01-10 - please use GetThirdPartySubscriptionDetailsShort instead.
func (*IAPSubscriptionService) GetThirdPartySubscriptionDetailsShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) GetThirdPartySubscriptionDetailsShort(input *iap_subscription.GetThirdPartySubscriptionDetailsParams) (*platformclientmodels.ThirdPartySubscriptionTransactionInfo, error)
func (*IAPSubscriptionService) GetThirdPartyUserSubscriptionDetails
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) GetThirdPartyUserSubscriptionDetails(input *iap_subscription.GetThirdPartyUserSubscriptionDetailsParams) (*platformclientmodels.ThirdPartyUserSubscriptionInfo, error)
Deprecated: 2022-01-10 - please use GetThirdPartyUserSubscriptionDetailsShort instead.
func (*IAPSubscriptionService) GetThirdPartyUserSubscriptionDetailsShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) GetThirdPartyUserSubscriptionDetailsShort(input *iap_subscription.GetThirdPartyUserSubscriptionDetailsParams) (*platformclientmodels.ThirdPartyUserSubscriptionInfo, error)
func (*IAPSubscriptionService) PublicQueryUserThirdPartySubscription
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) PublicQueryUserThirdPartySubscription(input *iap_subscription.PublicQueryUserThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use PublicQueryUserThirdPartySubscriptionShort instead.
func (*IAPSubscriptionService) PublicQueryUserThirdPartySubscriptionShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) PublicQueryUserThirdPartySubscriptionShort(input *iap_subscription.PublicQueryUserThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
func (*IAPSubscriptionService) QueryThirdPartySubscription
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) QueryThirdPartySubscription(input *iap_subscription.QueryThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryThirdPartySubscriptionShort instead.
func (*IAPSubscriptionService) QueryThirdPartySubscriptionShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) QueryThirdPartySubscriptionShort(input *iap_subscription.QueryThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
func (*IAPSubscriptionService) QueryUserThirdPartySubscription
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) QueryUserThirdPartySubscription(input *iap_subscription.QueryUserThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryUserThirdPartySubscriptionShort instead.
func (*IAPSubscriptionService) QueryUserThirdPartySubscriptionShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) QueryUserThirdPartySubscriptionShort(input *iap_subscription.QueryUserThirdPartySubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionPagingSlicedResult, error)
func (*IAPSubscriptionService) QueryUserThirdPartySubscriptionTransactions
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) QueryUserThirdPartySubscriptionTransactions(input *iap_subscription.QueryUserThirdPartySubscriptionTransactionsParams) (*platformclientmodels.ThirdPartySubscriptionTransactionPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryUserThirdPartySubscriptionTransactionsShort instead.
func (*IAPSubscriptionService) QueryUserThirdPartySubscriptionTransactionsShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) QueryUserThirdPartySubscriptionTransactionsShort(input *iap_subscription.QueryUserThirdPartySubscriptionTransactionsParams) (*platformclientmodels.ThirdPartySubscriptionTransactionPagingSlicedResult, error)
func (*IAPSubscriptionService) SyncSubscription
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) SyncSubscription(input *iap_subscription.SyncSubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionInfo, error)
Deprecated: 2022-01-10 - please use SyncSubscriptionShort instead.
func (*IAPSubscriptionService) SyncSubscriptionShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) SyncSubscriptionShort(input *iap_subscription.SyncSubscriptionParams) (*platformclientmodels.ThirdPartyUserSubscriptionInfo, error)
func (*IAPSubscriptionService) SyncSubscriptionTransaction
deprecated
added in
v0.74.0
func (aaa *IAPSubscriptionService) SyncSubscriptionTransaction(input *iap_subscription.SyncSubscriptionTransactionParams) (*platformclientmodels.ThirdPartySubscriptionTransactionInfo, error)
Deprecated: 2022-01-10 - please use SyncSubscriptionTransactionShort instead.
func (*IAPSubscriptionService) SyncSubscriptionTransactionShort ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) SyncSubscriptionTransactionShort(input *iap_subscription.SyncSubscriptionTransactionParams) (*platformclientmodels.ThirdPartySubscriptionTransactionInfo, error)
func (*IAPSubscriptionService) UpdateFlightId ¶ added in v0.74.0
func (aaa *IAPSubscriptionService) UpdateFlightId(flightId string)
type InvoiceService ¶ added in v0.27.0
type InvoiceService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*InvoiceService) DownloadInvoiceDetails
deprecated
added in
v0.27.0
func (aaa *InvoiceService) DownloadInvoiceDetails(input *invoice.DownloadInvoiceDetailsParams, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use DownloadInvoiceDetailsShort instead.
func (*InvoiceService) DownloadInvoiceDetailsShort ¶ added in v0.27.0
func (aaa *InvoiceService) DownloadInvoiceDetailsShort(input *invoice.DownloadInvoiceDetailsParams, writer io.Writer) (io.Writer, error)
func (*InvoiceService) GenerateInvoiceSummary
deprecated
added in
v0.27.0
func (aaa *InvoiceService) GenerateInvoiceSummary(input *invoice.GenerateInvoiceSummaryParams) (*platformclientmodels.InvoiceSummary, error)
Deprecated: 2022-01-10 - please use GenerateInvoiceSummaryShort instead.
func (*InvoiceService) GenerateInvoiceSummaryShort ¶ added in v0.27.0
func (aaa *InvoiceService) GenerateInvoiceSummaryShort(input *invoice.GenerateInvoiceSummaryParams) (*platformclientmodels.InvoiceSummary, error)
func (*InvoiceService) GetAuthSession ¶ added in v0.27.0
func (aaa *InvoiceService) GetAuthSession() auth.Session
func (*InvoiceService) UpdateFlightId ¶ added in v0.63.0
func (aaa *InvoiceService) UpdateFlightId(flightId string)
type ItemService ¶
type ItemService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*ItemService) AcquireItem
deprecated
func (aaa *ItemService) AcquireItem(input *item.AcquireItemParams) (*platformclientmodels.ItemAcquireResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use BulkGetLocaleItemsShort instead.
func (*ItemService) BulkGetLocaleItemsShort ¶ added in v0.10.0
func (aaa *ItemService) BulkGetLocaleItemsShort(input *item.BulkGetLocaleItemsParams) ([]*platformclientmodels.ItemInfo, error)
func (*ItemService) BulkUpdateRegionData
deprecated
added in
v0.41.0
func (aaa *ItemService) BulkUpdateRegionData(input *item.BulkUpdateRegionDataParams) error
Deprecated: 2022-01-10 - please use BulkUpdateRegionDataShort instead.
func (*ItemService) BulkUpdateRegionDataShort ¶ added in v0.41.0
func (aaa *ItemService) BulkUpdateRegionDataShort(input *item.BulkUpdateRegionDataParams) error
func (*ItemService) CreateItem
deprecated
func (aaa *ItemService) CreateItem(input *item.CreateItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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.AvailablePredicate, error)
Deprecated: 2022-01-10 - please use GetAvailablePredicateTypesShort instead.
func (*ItemService) GetAvailablePredicateTypesShort ¶ added in v0.24.0
func (aaa *ItemService) GetAvailablePredicateTypesShort(input *item.GetAvailablePredicateTypesParams) ([]*platformclientmodels.AvailablePredicate, error)
func (*ItemService) GetBulkItemIDBySkus
deprecated
added in
v0.18.0
func (aaa *ItemService) GetBulkItemIDBySkus(input *item.GetBulkItemIDBySkusParams) ([]*platformclientmodels.ItemID, error)
Deprecated: 2022-01-10 - please use GetBulkItemIDBySkusShort instead.
func (*ItemService) GetBulkItemIDBySkusShort ¶ added in v0.18.0
func (aaa *ItemService) GetBulkItemIDBySkusShort(input *item.GetBulkItemIDBySkusParams) ([]*platformclientmodels.ItemID, error)
func (*ItemService) GetEstimatedPrice
deprecated
added in
v0.55.0
func (aaa *ItemService) GetEstimatedPrice(input *item.GetEstimatedPriceParams) (*platformclientmodels.EstimatedPriceInfo, error)
Deprecated: 2022-01-10 - please use GetEstimatedPriceShort instead.
func (*ItemService) GetEstimatedPriceShort ¶ added in v0.55.0
func (aaa *ItemService) GetEstimatedPriceShort(input *item.GetEstimatedPriceParams) (*platformclientmodels.EstimatedPriceInfo, error)
func (*ItemService) GetItem
deprecated
func (aaa *ItemService) GetItem(input *item.GetItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: 2022-01-10 - please use GetItemShort instead.
func (*ItemService) GetItemByAppID
deprecated
added in
v0.10.0
func (aaa *ItemService) GetItemByAppID(input *item.GetItemByAppIDParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use GetItemTypeConfigShort instead.
func (*ItemService) GetItemTypeConfigShort ¶ added in v0.26.0
func (aaa *ItemService) GetItemTypeConfigShort(input *item.GetItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)
func (*ItemService) GetItems
deprecated
added in
v0.55.0
func (aaa *ItemService) GetItems(input *item.GetItemsParams) ([]*platformclientmodels.FullItemInfo, error)
Deprecated: 2022-01-10 - please use GetItemsShort instead.
func (*ItemService) GetItemsShort ¶ added in v0.55.0
func (aaa *ItemService) GetItemsShort(input *item.GetItemsParams) ([]*platformclientmodels.FullItemInfo, error)
func (*ItemService) GetLocaleItem
deprecated
func (aaa *ItemService) GetLocaleItem(input *item.GetLocaleItemParams) (*platformclientmodels.PopulatedItemInfo, error)
Deprecated: 2022-01-10 - please use GetLocaleItemShort instead.
func (*ItemService) GetLocaleItemBySku
deprecated
func (aaa *ItemService) GetLocaleItemBySku(input *item.GetLocaleItemBySkuParams) (*platformclientmodels.PopulatedItemInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use PublicGetAppShort instead.
func (*ItemService) PublicGetAppShort ¶ added in v0.10.0
func (aaa *ItemService) PublicGetAppShort(input *item.PublicGetAppParams) (*platformclientmodels.AppInfo, error)
func (*ItemService) PublicGetEstimatedPrice
deprecated
added in
v0.55.0
func (aaa *ItemService) PublicGetEstimatedPrice(input *item.PublicGetEstimatedPriceParams) ([]*platformclientmodels.EstimatedPriceInfo, error)
Deprecated: 2022-01-10 - please use PublicGetEstimatedPriceShort instead.
func (*ItemService) PublicGetEstimatedPriceShort ¶ added in v0.55.0
func (aaa *ItemService) PublicGetEstimatedPriceShort(input *item.PublicGetEstimatedPriceParams) ([]*platformclientmodels.EstimatedPriceInfo, error)
func (*ItemService) PublicGetItem
deprecated
func (aaa *ItemService) PublicGetItem(input *item.PublicGetItemParams) (*platformclientmodels.PopulatedItemInfo, error)
Deprecated: 2022-01-10 - please use PublicGetItemShort instead.
func (*ItemService) PublicGetItemByAppID
deprecated
added in
v0.10.0
func (aaa *ItemService) PublicGetItemByAppID(input *item.PublicGetItemByAppIDParams) (*platformclientmodels.ItemInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use QueryItemsShort instead.
func (*ItemService) QueryItemsShort ¶ added in v0.10.0
func (aaa *ItemService) QueryItemsShort(input *item.QueryItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
func (*ItemService) QueryItemsV2
deprecated
added in
v0.71.0
func (aaa *ItemService) QueryItemsV2(input *item.QueryItemsV2Params) (*platformclientmodels.FullItemPagingResult, error)
Deprecated: 2022-01-10 - please use QueryItemsV2Short instead.
func (*ItemService) QueryItemsV2Short ¶ added in v0.71.0
func (aaa *ItemService) QueryItemsV2Short(input *item.QueryItemsV2Params) (*platformclientmodels.FullItemPagingResult, error)
func (*ItemService) QueryUncategorizedItems
deprecated
added in
v0.10.0
func (aaa *ItemService) QueryUncategorizedItems(input *item.QueryUncategorizedItemsParams) (*platformclientmodels.FullItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use UpdateAppShort instead.
func (*ItemService) UpdateAppShort ¶ added in v0.10.0
func (aaa *ItemService) UpdateAppShort(input *item.UpdateAppParams) (*platformclientmodels.FullAppInfo, error)
func (*ItemService) UpdateFlightId ¶ added in v0.63.0
func (aaa *ItemService) UpdateFlightId(flightId string)
func (*ItemService) UpdateItem
deprecated
func (aaa *ItemService) UpdateItem(input *item.UpdateItemParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: 2022-01-10 - please use UpdateItemShort instead.
func (*ItemService) UpdateItemPurchaseCondition
deprecated
added in
v0.24.0
func (aaa *ItemService) UpdateItemPurchaseCondition(input *item.UpdateItemPurchaseConditionParams) (*platformclientmodels.FullItemInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
func (*KeyGroupService) CreateKeyGroup
deprecated
func (aaa *KeyGroupService) CreateKeyGroup(input *key_group.CreateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use GetKeyGroupShort instead.
func (*KeyGroupService) GetKeyGroupByBoothName
deprecated
added in
v0.29.0
func (aaa *KeyGroupService) GetKeyGroupByBoothName(input *key_group.GetKeyGroupByBoothNameParams) (*platformclientmodels.KeyGroupInfo, error)
Deprecated: 2022-01-10 - please use GetKeyGroupByBoothNameShort instead.
func (*KeyGroupService) GetKeyGroupByBoothNameShort ¶ added in v0.29.0
func (aaa *KeyGroupService) GetKeyGroupByBoothNameShort(input *key_group.GetKeyGroupByBoothNameParams) (*platformclientmodels.KeyGroupInfo, error)
func (*KeyGroupService) GetKeyGroupDynamic
deprecated
func (aaa *KeyGroupService) GetKeyGroupDynamic(input *key_group.GetKeyGroupDynamicParams) (*platformclientmodels.KeyGroupDynamicInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use QueryKeyGroupsShort instead.
func (*KeyGroupService) QueryKeyGroupsShort ¶ added in v0.10.0
func (aaa *KeyGroupService) QueryKeyGroupsShort(input *key_group.QueryKeyGroupsParams) (*platformclientmodels.KeyGroupPagingSlicedResult, error)
func (*KeyGroupService) UpdateFlightId ¶ added in v0.63.0
func (aaa *KeyGroupService) UpdateFlightId(flightId string)
func (*KeyGroupService) UpdateKeyGroup
deprecated
func (aaa *KeyGroupService) UpdateKeyGroup(input *key_group.UpdateKeyGroupParams) (*platformclientmodels.KeyGroupInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
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: 2022-01-10 - please use SyncOrdersShort instead.
func (*OrderDedicatedService) SyncOrdersShort ¶ added in v0.10.0
func (aaa *OrderDedicatedService) SyncOrdersShort(input *order_dedicated.SyncOrdersParams) (*platformclientmodels.OrderSyncResult, error)
func (*OrderDedicatedService) UpdateFlightId ¶ added in v0.63.0
func (aaa *OrderDedicatedService) UpdateFlightId(flightId string)
type OrderService ¶
type OrderService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*OrderService) AdminCreateUserOrder
deprecated
added in
v0.18.0
func (aaa *OrderService) AdminCreateUserOrder(input *order.AdminCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use DownloadUserOrderReceiptShort instead.
func (*OrderService) DownloadUserOrderReceiptShort ¶ added in v0.10.0
func (aaa *OrderService) DownloadUserOrderReceiptShort(input *order.DownloadUserOrderReceiptParams, writer io.Writer) (io.Writer, error)
func (*OrderService) FulfillUserOrder
deprecated
func (aaa *OrderService) FulfillUserOrder(input *order.FulfillUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use GetUserOrderShort instead.
func (*OrderService) GetUserOrderGrant
deprecated
func (aaa *OrderService) GetUserOrderGrant(input *order.GetUserOrderGrantParams) (*platformclientmodels.OrderGrantInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use PublicDownloadUserOrderReceiptShort instead.
func (*OrderService) PublicDownloadUserOrderReceiptShort ¶ added in v0.10.0
func (aaa *OrderService) PublicDownloadUserOrderReceiptShort(input *order.PublicDownloadUserOrderReceiptParams, writer io.Writer) (io.Writer, error)
func (*OrderService) PublicGetUserOrder
deprecated
func (aaa *OrderService) PublicGetUserOrder(input *order.PublicGetUserOrderParams) (*platformclientmodels.OrderInfo, error)
Deprecated: 2022-01-10 - please use PublicGetUserOrderShort instead.
func (*OrderService) PublicGetUserOrderHistories
deprecated
func (aaa *OrderService) PublicGetUserOrderHistories(input *order.PublicGetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)
Deprecated: 2022-01-10 - please 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) PublicPreviewOrderPrice
deprecated
added in
v0.69.0
func (aaa *OrderService) PublicPreviewOrderPrice(input *order.PublicPreviewOrderPriceParams) (*platformclientmodels.OrderDiscountPreviewResponse, error)
Deprecated: 2022-01-10 - please use PublicPreviewOrderPriceShort instead.
func (*OrderService) PublicPreviewOrderPriceShort ¶ added in v0.69.0
func (aaa *OrderService) PublicPreviewOrderPriceShort(input *order.PublicPreviewOrderPriceParams) (*platformclientmodels.OrderDiscountPreviewResponse, error)
func (*OrderService) PublicQueryUserOrders
deprecated
func (aaa *OrderService) PublicQueryUserOrders(input *order.PublicQueryUserOrdersParams) (*platformclientmodels.OrderPagingSlicedResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use RefundOrderShort instead.
func (*OrderService) RefundOrderShort ¶ added in v0.10.0
func (aaa *OrderService) RefundOrderShort(input *order.RefundOrderParams) (*platformclientmodels.OrderInfo, error)
func (*OrderService) UpdateFlightId ¶ added in v0.63.0
func (aaa *OrderService) UpdateFlightId(flightId string)
func (*OrderService) UpdateUserOrderStatus
deprecated
func (aaa *OrderService) UpdateUserOrderStatus(input *order.UpdateUserOrderStatusParams) (*platformclientmodels.OrderInfo, error)
Deprecated: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
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: 2022-01-10 - please 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: 2022-01-10 - please use PublicGetPaymentAccountsShort instead.
func (*PaymentAccountService) PublicGetPaymentAccountsShort ¶ added in v0.10.0
func (aaa *PaymentAccountService) PublicGetPaymentAccountsShort(input *payment_account.PublicGetPaymentAccountsParams) ([]*platformclientmodels.PaymentAccount, error)
func (*PaymentAccountService) UpdateFlightId ¶ added in v0.63.0
func (aaa *PaymentAccountService) UpdateFlightId(flightId string)
type PaymentCallbackConfigService ¶ added in v0.10.0
type PaymentCallbackConfigService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
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: 2022-01-10 - please 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) UpdateFlightId ¶ added in v0.63.0
func (aaa *PaymentCallbackConfigService) UpdateFlightId(flightId string)
func (*PaymentCallbackConfigService) UpdatePaymentCallbackConfig
deprecated
added in
v0.10.0
func (aaa *PaymentCallbackConfigService) UpdatePaymentCallbackConfig(input *payment_callback_config.UpdatePaymentCallbackConfigParams) (*platformclientmodels.PaymentCallbackConfigInfo, error)
Deprecated: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
func (*PaymentConfigService) CreatePaymentProviderConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) CreatePaymentProviderConfig(input *payment_config.CreatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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.PaymentDomainWhitelistConfigInfo, error)
Deprecated: 2022-01-10 - please use GetPaymentMerchantConfigShort instead.
func (*PaymentConfigService) GetPaymentMerchantConfig1
deprecated
added in
v0.71.0
func (aaa *PaymentConfigService) GetPaymentMerchantConfig1(input *payment_config.GetPaymentMerchantConfig1Params) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: 2022-01-10 - please use GetPaymentMerchantConfig1Short instead.
func (*PaymentConfigService) GetPaymentMerchantConfig1Short ¶ added in v0.71.0
func (aaa *PaymentConfigService) GetPaymentMerchantConfig1Short(input *payment_config.GetPaymentMerchantConfig1Params) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) GetPaymentMerchantConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) GetPaymentMerchantConfigShort(input *payment_config.GetPaymentMerchantConfigParams) (*platformclientmodels.PaymentDomainWhitelistConfigInfo, error)
func (*PaymentConfigService) GetPaymentTaxConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) GetPaymentTaxConfig(input *payment_config.GetPaymentTaxConfigParams) (*platformclientmodels.PaymentTaxConfigInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use TestAdyenConfigShort instead.
func (*PaymentConfigService) TestAdyenConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestAdyenConfigByID(input *payment_config.TestAdyenConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use TestAliPayConfigShort instead.
func (*PaymentConfigService) TestAliPayConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestAliPayConfigByID(input *payment_config.TestAliPayConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use TestCheckoutConfigShort instead.
func (*PaymentConfigService) TestCheckoutConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestCheckoutConfigByID(input *payment_config.TestCheckoutConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please 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) TestNeonPayConfig
deprecated
added in
v0.71.0
func (aaa *PaymentConfigService) TestNeonPayConfig(input *payment_config.TestNeonPayConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please use TestNeonPayConfigShort instead.
func (*PaymentConfigService) TestNeonPayConfigByID
deprecated
added in
v0.71.0
func (aaa *PaymentConfigService) TestNeonPayConfigByID(input *payment_config.TestNeonPayConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please use TestNeonPayConfigByIDShort instead.
func (*PaymentConfigService) TestNeonPayConfigByIDShort ¶ added in v0.71.0
func (aaa *PaymentConfigService) TestNeonPayConfigByIDShort(input *payment_config.TestNeonPayConfigByIDParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestNeonPayConfigShort ¶ added in v0.71.0
func (aaa *PaymentConfigService) TestNeonPayConfigShort(input *payment_config.TestNeonPayConfigParams) (*platformclientmodels.TestResult, error)
func (*PaymentConfigService) TestPayPalConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestPayPalConfig(input *payment_config.TestPayPalConfigParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please use TestPayPalConfigShort instead.
func (*PaymentConfigService) TestPayPalConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestPayPalConfigByID(input *payment_config.TestPayPalConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use TestStripeConfigShort instead.
func (*PaymentConfigService) TestStripeConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestStripeConfigByID(input *payment_config.TestStripeConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use TestWxPayConfigShort instead.
func (*PaymentConfigService) TestWxPayConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestWxPayConfigByID(input *payment_config.TestWxPayConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use TestXsollaConfigShort instead.
func (*PaymentConfigService) TestXsollaConfigByID
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) TestXsollaConfigByID(input *payment_config.TestXsollaConfigByIDParams) (*platformclientmodels.TestResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use UpdateCheckoutConfigShort instead.
func (*PaymentConfigService) UpdateCheckoutConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdateCheckoutConfigShort(input *payment_config.UpdateCheckoutConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdateFlightId ¶ added in v0.63.0
func (aaa *PaymentConfigService) UpdateFlightId(flightId string)
func (*PaymentConfigService) UpdateNeonPayConfig
deprecated
added in
v0.71.0
func (aaa *PaymentConfigService) UpdateNeonPayConfig(input *payment_config.UpdateNeonPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateNeonPayConfigShort instead.
func (*PaymentConfigService) UpdateNeonPayConfigShort ¶ added in v0.71.0
func (aaa *PaymentConfigService) UpdateNeonPayConfigShort(input *payment_config.UpdateNeonPayConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdatePayPalConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdatePayPalConfig(input *payment_config.UpdatePayPalConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdatePayPalConfigShort instead.
func (*PaymentConfigService) UpdatePayPalConfigShort ¶ added in v0.10.0
func (aaa *PaymentConfigService) UpdatePayPalConfigShort(input *payment_config.UpdatePayPalConfigParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
func (*PaymentConfigService) UpdatePaymentDomainWhitelistConfig
deprecated
added in
v0.71.0
func (aaa *PaymentConfigService) UpdatePaymentDomainWhitelistConfig(input *payment_config.UpdatePaymentDomainWhitelistConfigParams) (*platformclientmodels.PaymentDomainWhitelistConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdatePaymentDomainWhitelistConfigShort instead.
func (*PaymentConfigService) UpdatePaymentDomainWhitelistConfigShort ¶ added in v0.71.0
func (aaa *PaymentConfigService) UpdatePaymentDomainWhitelistConfigShort(input *payment_config.UpdatePaymentDomainWhitelistConfigParams) (*platformclientmodels.PaymentDomainWhitelistConfigInfo, error)
func (*PaymentConfigService) UpdatePaymentProviderConfig
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdatePaymentProviderConfig(input *payment_config.UpdatePaymentProviderConfigParams) (*platformclientmodels.PaymentProviderConfigInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use UpdateWxPayConfigShort instead.
func (*PaymentConfigService) UpdateWxPayConfigCert
deprecated
added in
v0.10.0
func (aaa *PaymentConfigService) UpdateWxPayConfigCert(input *payment_config.UpdateWxPayConfigCertParams) (*platformclientmodels.PaymentMerchantConfigInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
func (*PaymentDedicatedService) CreatePaymentOrderByDedicated
deprecated
func (aaa *PaymentDedicatedService) CreatePaymentOrderByDedicated(input *payment_dedicated.CreatePaymentOrderByDedicatedParams) (*platformclientmodels.PaymentOrderCreateResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use SyncPaymentOrdersShort instead.
func (*PaymentDedicatedService) SyncPaymentOrdersShort ¶ added in v0.10.0
func (aaa *PaymentDedicatedService) SyncPaymentOrdersShort(input *payment_dedicated.SyncPaymentOrdersParams) (*platformclientmodels.PaymentOrderSyncResult, error)
func (*PaymentDedicatedService) UpdateFlightId ¶ added in v0.63.0
func (aaa *PaymentDedicatedService) UpdateFlightId(flightId string)
type PaymentService ¶
type PaymentService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*PaymentService) ChargePaymentOrder
deprecated
func (aaa *PaymentService) ChargePaymentOrder(input *payment.ChargePaymentOrderParams) (*platformclientmodels.PaymentOrderInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use GetPaymentOrderShort instead.
func (*PaymentService) GetPaymentOrderChargeStatus
deprecated
func (aaa *PaymentService) GetPaymentOrderChargeStatus(input *payment.GetPaymentOrderChargeStatusParams) (*platformclientmodels.PaymentOrderChargeStatus, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use SimulatePaymentOrderNotificationShort instead.
func (*PaymentService) SimulatePaymentOrderNotificationShort ¶ added in v0.10.0
func (aaa *PaymentService) SimulatePaymentOrderNotificationShort(input *payment.SimulatePaymentOrderNotificationParams) (*platformclientmodels.NotificationProcessResult, error)
func (*PaymentService) UpdateFlightId ¶ added in v0.63.0
func (aaa *PaymentService) UpdateFlightId(flightId string)
type PaymentStationService ¶ added in v0.10.0
type PaymentStationService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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) (*platformclientmodels.BinarySchema, error)
Deprecated: 2022-01-10 - please use PublicGetQRCodeShort instead.
func (*PaymentStationService) PublicGetQRCodeShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PublicGetQRCodeShort(input *payment_station.PublicGetQRCodeParams) (*platformclientmodels.BinarySchema, error)
func (*PaymentStationService) PublicGetUnpaidPaymentOrder
deprecated
added in
v0.10.0
func (aaa *PaymentStationService) PublicGetUnpaidPaymentOrder(input *payment_station.PublicGetUnpaidPaymentOrderParams) (*platformclientmodels.PaymentOrderDetails, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use PublicNormalizePaymentReturnURLShort instead.
func (*PaymentStationService) PublicNormalizePaymentReturnURLShort ¶ added in v0.10.0
func (aaa *PaymentStationService) PublicNormalizePaymentReturnURLShort(input *payment_station.PublicNormalizePaymentReturnURLParams) error
func (*PaymentStationService) UpdateFlightId ¶ added in v0.63.0
func (aaa *PaymentStationService) UpdateFlightId(flightId string)
type PlatformAccountClosureService ¶ added in v0.70.0
type PlatformAccountClosureService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*PlatformAccountClosureService) GetAuthSession ¶ added in v0.70.0
func (aaa *PlatformAccountClosureService) GetAuthSession() auth.Session
func (*PlatformAccountClosureService) GetUserPlatformAccountClosureHistories
deprecated
added in
v0.70.0
func (aaa *PlatformAccountClosureService) GetUserPlatformAccountClosureHistories(input *platform_account_closure.GetUserPlatformAccountClosureHistoriesParams) ([]*platformclientmodels.PlatformAccountClosureHistoryInfo, error)
Deprecated: 2022-01-10 - please use GetUserPlatformAccountClosureHistoriesShort instead.
func (*PlatformAccountClosureService) GetUserPlatformAccountClosureHistoriesShort ¶ added in v0.70.0
func (aaa *PlatformAccountClosureService) GetUserPlatformAccountClosureHistoriesShort(input *platform_account_closure.GetUserPlatformAccountClosureHistoriesParams) ([]*platformclientmodels.PlatformAccountClosureHistoryInfo, error)
func (*PlatformAccountClosureService) UpdateFlightId ¶ added in v0.70.0
func (aaa *PlatformAccountClosureService) UpdateFlightId(flightId string)
type PlatformService ¶ added in v0.71.0
type PlatformService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*PlatformService) GetAuthSession ¶ added in v0.71.0
func (aaa *PlatformService) GetAuthSession() auth.Session
func (*PlatformService) GetPsnEntitlementOwnership
deprecated
added in
v0.71.0
func (aaa *PlatformService) GetPsnEntitlementOwnership(input *platform.GetPsnEntitlementOwnershipParams) (*platformclientmodels.Ownership, error)
Deprecated: 2022-01-10 - please use GetPsnEntitlementOwnershipShort instead.
func (*PlatformService) GetPsnEntitlementOwnershipShort ¶ added in v0.71.0
func (aaa *PlatformService) GetPsnEntitlementOwnershipShort(input *platform.GetPsnEntitlementOwnershipParams) (*platformclientmodels.Ownership, error)
func (*PlatformService) GetXboxEntitlementOwnership
deprecated
added in
v0.71.0
func (aaa *PlatformService) GetXboxEntitlementOwnership(input *platform.GetXboxEntitlementOwnershipParams) (*platformclientmodels.PlatformOwnership, error)
Deprecated: 2022-01-10 - please use GetXboxEntitlementOwnershipShort instead.
func (*PlatformService) GetXboxEntitlementOwnershipShort ¶ added in v0.71.0
func (aaa *PlatformService) GetXboxEntitlementOwnershipShort(input *platform.GetXboxEntitlementOwnershipParams) (*platformclientmodels.PlatformOwnership, error)
func (*PlatformService) UpdateFlightId ¶ added in v0.71.0
func (aaa *PlatformService) UpdateFlightId(flightId string)
type RevocationService ¶ added in v0.38.0
type RevocationService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*RevocationService) DeleteRevocationConfig
deprecated
added in
v0.38.0
func (aaa *RevocationService) DeleteRevocationConfig(input *revocation.DeleteRevocationConfigParams) error
Deprecated: 2022-01-10 - please use DeleteRevocationConfigShort instead.
func (*RevocationService) DeleteRevocationConfigShort ¶ added in v0.38.0
func (aaa *RevocationService) DeleteRevocationConfigShort(input *revocation.DeleteRevocationConfigParams) error
func (*RevocationService) DoRevocation
deprecated
added in
v0.38.0
func (aaa *RevocationService) DoRevocation(input *revocation.DoRevocationParams) (*platformclientmodels.RevocationResult, error)
Deprecated: 2022-01-10 - please use DoRevocationShort instead.
func (*RevocationService) DoRevocationShort ¶ added in v0.38.0
func (aaa *RevocationService) DoRevocationShort(input *revocation.DoRevocationParams) (*platformclientmodels.RevocationResult, error)
func (*RevocationService) GetAuthSession ¶ added in v0.38.0
func (aaa *RevocationService) GetAuthSession() auth.Session
func (*RevocationService) GetRevocationConfig
deprecated
added in
v0.42.0
func (aaa *RevocationService) GetRevocationConfig(input *revocation.GetRevocationConfigParams) (*platformclientmodels.RevocationConfigInfo, error)
Deprecated: 2022-01-10 - please use GetRevocationConfigShort instead.
func (*RevocationService) GetRevocationConfigShort ¶ added in v0.42.0
func (aaa *RevocationService) GetRevocationConfigShort(input *revocation.GetRevocationConfigParams) (*platformclientmodels.RevocationConfigInfo, error)
func (*RevocationService) QueryRevocationHistories
deprecated
added in
v0.38.0
func (aaa *RevocationService) QueryRevocationHistories(input *revocation.QueryRevocationHistoriesParams) (*platformclientmodels.RevocationHistoryPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QueryRevocationHistoriesShort instead.
func (*RevocationService) QueryRevocationHistoriesShort ¶ added in v0.38.0
func (aaa *RevocationService) QueryRevocationHistoriesShort(input *revocation.QueryRevocationHistoriesParams) (*platformclientmodels.RevocationHistoryPagingSlicedResult, error)
func (*RevocationService) UpdateFlightId ¶ added in v0.63.0
func (aaa *RevocationService) UpdateFlightId(flightId string)
func (*RevocationService) UpdateRevocationConfig
deprecated
added in
v0.38.0
func (aaa *RevocationService) UpdateRevocationConfig(input *revocation.UpdateRevocationConfigParams) (*platformclientmodels.RevocationConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateRevocationConfigShort instead.
func (*RevocationService) UpdateRevocationConfigShort ¶ added in v0.38.0
func (aaa *RevocationService) UpdateRevocationConfigShort(input *revocation.UpdateRevocationConfigParams) (*platformclientmodels.RevocationConfigInfo, error)
type RewardService ¶
type RewardService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*RewardService) CheckEventCondition
deprecated
added in
v0.10.0
func (aaa *RewardService) CheckEventCondition(input *reward.CheckEventConditionParams) (*platformclientmodels.ConditionMatchResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use DeleteRewardShort instead.
func (*RewardService) DeleteRewardConditionRecord
deprecated
added in
v0.25.0
func (aaa *RewardService) DeleteRewardConditionRecord(input *reward.DeleteRewardConditionRecordParams) error
Deprecated: 2022-01-10 - please 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, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use ExportRewardsShort instead.
func (*RewardService) ExportRewardsShort ¶ added in v0.10.0
func (aaa *RewardService) ExportRewardsShort(input *reward.ExportRewardsParams, writer io.Writer) (io.Writer, 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: 2022-01-10 - please use GetRewardShort instead.
func (*RewardService) GetReward1
deprecated
added in
v0.10.0
func (aaa *RewardService) GetReward1(input *reward.GetReward1Params) (*platformclientmodels.RewardInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use QueryRewardsShort instead.
func (*RewardService) QueryRewards1
deprecated
added in
v0.10.0
func (aaa *RewardService) QueryRewards1(input *reward.QueryRewards1Params) (*platformclientmodels.RewardPagingSlicedResult, error)
Deprecated: 2022-01-10 - please 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) UpdateFlightId ¶ added in v0.63.0
func (aaa *RewardService) UpdateFlightId(flightId string)
func (*RewardService) UpdateReward
deprecated
func (aaa *RewardService) UpdateReward(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)
Deprecated: 2022-01-10 - please use UpdateRewardShort instead.
func (*RewardService) UpdateRewardShort ¶ added in v0.10.0
func (aaa *RewardService) UpdateRewardShort(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)
type SectionService ¶ added in v0.35.0
type SectionService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*SectionService) CreateSection
deprecated
added in
v0.35.0
func (aaa *SectionService) CreateSection(input *section.CreateSectionParams) (*platformclientmodels.FullSectionInfo, error)
Deprecated: 2022-01-10 - please use CreateSectionShort instead.
func (*SectionService) CreateSectionShort ¶ added in v0.35.0
func (aaa *SectionService) CreateSectionShort(input *section.CreateSectionParams) (*platformclientmodels.FullSectionInfo, error)
func (*SectionService) DeleteSection
deprecated
added in
v0.35.0
func (aaa *SectionService) DeleteSection(input *section.DeleteSectionParams) error
Deprecated: 2022-01-10 - please use DeleteSectionShort instead.
func (*SectionService) DeleteSectionShort ¶ added in v0.35.0
func (aaa *SectionService) DeleteSectionShort(input *section.DeleteSectionParams) error
func (*SectionService) GetAuthSession ¶ added in v0.35.0
func (aaa *SectionService) GetAuthSession() auth.Session
func (*SectionService) GetSection
deprecated
added in
v0.35.0
func (aaa *SectionService) GetSection(input *section.GetSectionParams) (*platformclientmodels.FullSectionInfo, error)
Deprecated: 2022-01-10 - please use GetSectionShort instead.
func (*SectionService) GetSectionShort ¶ added in v0.35.0
func (aaa *SectionService) GetSectionShort(input *section.GetSectionParams) (*platformclientmodels.FullSectionInfo, error)
func (*SectionService) PublicListActiveSections
deprecated
added in
v0.35.0
func (aaa *SectionService) PublicListActiveSections(input *section.PublicListActiveSectionsParams) ([]*platformclientmodels.SectionInfo, error)
Deprecated: 2022-01-10 - please use PublicListActiveSectionsShort instead.
func (*SectionService) PublicListActiveSectionsShort ¶ added in v0.35.0
func (aaa *SectionService) PublicListActiveSectionsShort(input *section.PublicListActiveSectionsParams) ([]*platformclientmodels.SectionInfo, error)
func (*SectionService) PurgeExpiredSection
deprecated
added in
v0.35.0
func (aaa *SectionService) PurgeExpiredSection(input *section.PurgeExpiredSectionParams) error
Deprecated: 2022-01-10 - please use PurgeExpiredSectionShort instead.
func (*SectionService) PurgeExpiredSectionShort ¶ added in v0.35.0
func (aaa *SectionService) PurgeExpiredSectionShort(input *section.PurgeExpiredSectionParams) error
func (*SectionService) QuerySections
deprecated
added in
v0.35.0
func (aaa *SectionService) QuerySections(input *section.QuerySectionsParams) (*platformclientmodels.SectionPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use QuerySectionsShort instead.
func (*SectionService) QuerySectionsShort ¶ added in v0.35.0
func (aaa *SectionService) QuerySectionsShort(input *section.QuerySectionsParams) (*platformclientmodels.SectionPagingSlicedResult, error)
func (*SectionService) UpdateFlightId ¶ added in v0.63.0
func (aaa *SectionService) UpdateFlightId(flightId string)
func (*SectionService) UpdateSection
deprecated
added in
v0.35.0
func (aaa *SectionService) UpdateSection(input *section.UpdateSectionParams) (*platformclientmodels.FullSectionInfo, error)
Deprecated: 2022-01-10 - please use UpdateSectionShort instead.
func (*SectionService) UpdateSectionShort ¶ added in v0.35.0
func (aaa *SectionService) UpdateSectionShort(input *section.UpdateSectionParams) (*platformclientmodels.FullSectionInfo, error)
type ServicePluginConfigService ¶ added in v0.36.0
type ServicePluginConfigService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*ServicePluginConfigService) DeleteLootBoxPluginConfig
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) DeleteLootBoxPluginConfig(input *service_plugin_config.DeleteLootBoxPluginConfigParams) error
Deprecated: 2022-01-10 - please use DeleteLootBoxPluginConfigShort instead.
func (*ServicePluginConfigService) DeleteLootBoxPluginConfigShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) DeleteLootBoxPluginConfigShort(input *service_plugin_config.DeleteLootBoxPluginConfigParams) error
func (*ServicePluginConfigService) DeleteRevocationPluginConfig
deprecated
added in
v0.51.0
func (aaa *ServicePluginConfigService) DeleteRevocationPluginConfig(input *service_plugin_config.DeleteRevocationPluginConfigParams) error
Deprecated: 2022-01-10 - please use DeleteRevocationPluginConfigShort instead.
func (*ServicePluginConfigService) DeleteRevocationPluginConfigShort ¶ added in v0.51.0
func (aaa *ServicePluginConfigService) DeleteRevocationPluginConfigShort(input *service_plugin_config.DeleteRevocationPluginConfigParams) error
func (*ServicePluginConfigService) DeleteSectionPluginConfig
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) DeleteSectionPluginConfig(input *service_plugin_config.DeleteSectionPluginConfigParams) error
Deprecated: 2022-01-10 - please use DeleteSectionPluginConfigShort instead.
func (*ServicePluginConfigService) DeleteSectionPluginConfigShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) DeleteSectionPluginConfigShort(input *service_plugin_config.DeleteSectionPluginConfigParams) error
func (*ServicePluginConfigService) DeleteServicePluginConfig
deprecated
added in
v0.36.0
func (aaa *ServicePluginConfigService) DeleteServicePluginConfig(input *service_plugin_config.DeleteServicePluginConfigParams) error
Deprecated: 2022-01-10 - please use DeleteServicePluginConfigShort instead.
func (*ServicePluginConfigService) DeleteServicePluginConfigShort ¶ added in v0.36.0
func (aaa *ServicePluginConfigService) DeleteServicePluginConfigShort(input *service_plugin_config.DeleteServicePluginConfigParams) error
func (*ServicePluginConfigService) GetAuthSession ¶ added in v0.36.0
func (aaa *ServicePluginConfigService) GetAuthSession() auth.Session
func (*ServicePluginConfigService) GetLootBoxGrpcInfo
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) GetLootBoxGrpcInfo(input *service_plugin_config.GetLootBoxGrpcInfoParams) (*platformclientmodels.GrpcServerInfo, error)
Deprecated: 2022-01-10 - please use GetLootBoxGrpcInfoShort instead.
func (*ServicePluginConfigService) GetLootBoxGrpcInfoShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) GetLootBoxGrpcInfoShort(input *service_plugin_config.GetLootBoxGrpcInfoParams) (*platformclientmodels.GrpcServerInfo, error)
func (*ServicePluginConfigService) GetLootBoxPluginConfig
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) GetLootBoxPluginConfig(input *service_plugin_config.GetLootBoxPluginConfigParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use GetLootBoxPluginConfigShort instead.
func (*ServicePluginConfigService) GetLootBoxPluginConfigShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) GetLootBoxPluginConfigShort(input *service_plugin_config.GetLootBoxPluginConfigParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
func (*ServicePluginConfigService) GetRevocationPluginConfig
deprecated
added in
v0.51.0
func (aaa *ServicePluginConfigService) GetRevocationPluginConfig(input *service_plugin_config.GetRevocationPluginConfigParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use GetRevocationPluginConfigShort instead.
func (*ServicePluginConfigService) GetRevocationPluginConfigShort ¶ added in v0.51.0
func (aaa *ServicePluginConfigService) GetRevocationPluginConfigShort(input *service_plugin_config.GetRevocationPluginConfigParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
func (*ServicePluginConfigService) GetSectionPluginConfig
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) GetSectionPluginConfig(input *service_plugin_config.GetSectionPluginConfigParams) (*platformclientmodels.SectionPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use GetSectionPluginConfigShort instead.
func (*ServicePluginConfigService) GetSectionPluginConfigShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) GetSectionPluginConfigShort(input *service_plugin_config.GetSectionPluginConfigParams) (*platformclientmodels.SectionPluginConfigInfo, error)
func (*ServicePluginConfigService) GetServicePluginConfig
deprecated
added in
v0.36.0
func (aaa *ServicePluginConfigService) GetServicePluginConfig(input *service_plugin_config.GetServicePluginConfigParams) (*platformclientmodels.ServicePluginConfigInfo, error)
Deprecated: 2022-01-10 - please use GetServicePluginConfigShort instead.
func (*ServicePluginConfigService) GetServicePluginConfigShort ¶ added in v0.36.0
func (aaa *ServicePluginConfigService) GetServicePluginConfigShort(input *service_plugin_config.GetServicePluginConfigParams) (*platformclientmodels.ServicePluginConfigInfo, error)
func (*ServicePluginConfigService) UpdateFlightId ¶ added in v0.63.0
func (aaa *ServicePluginConfigService) UpdateFlightId(flightId string)
func (*ServicePluginConfigService) UpdateLootBoxPluginConfig
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) UpdateLootBoxPluginConfig(input *service_plugin_config.UpdateLootBoxPluginConfigParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateLootBoxPluginConfigShort instead.
func (*ServicePluginConfigService) UpdateLootBoxPluginConfigShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) UpdateLootBoxPluginConfigShort(input *service_plugin_config.UpdateLootBoxPluginConfigParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
func (*ServicePluginConfigService) UpdateRevocationPluginConfig
deprecated
added in
v0.50.0
func (aaa *ServicePluginConfigService) UpdateRevocationPluginConfig(input *service_plugin_config.UpdateRevocationPluginConfigParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateRevocationPluginConfigShort instead.
func (*ServicePluginConfigService) UpdateRevocationPluginConfigShort ¶ added in v0.50.0
func (aaa *ServicePluginConfigService) UpdateRevocationPluginConfigShort(input *service_plugin_config.UpdateRevocationPluginConfigParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
func (*ServicePluginConfigService) UpdateSectionPluginConfig
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) UpdateSectionPluginConfig(input *service_plugin_config.UpdateSectionPluginConfigParams) (*platformclientmodels.SectionPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateSectionPluginConfigShort instead.
func (*ServicePluginConfigService) UpdateSectionPluginConfigShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) UpdateSectionPluginConfigShort(input *service_plugin_config.UpdateSectionPluginConfigParams) (*platformclientmodels.SectionPluginConfigInfo, error)
func (*ServicePluginConfigService) UpdateServicePluginConfig
deprecated
added in
v0.36.0
func (aaa *ServicePluginConfigService) UpdateServicePluginConfig(input *service_plugin_config.UpdateServicePluginConfigParams) (*platformclientmodels.ServicePluginConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateServicePluginConfigShort instead.
func (*ServicePluginConfigService) UpdateServicePluginConfigShort ¶ added in v0.36.0
func (aaa *ServicePluginConfigService) UpdateServicePluginConfigShort(input *service_plugin_config.UpdateServicePluginConfigParams) (*platformclientmodels.ServicePluginConfigInfo, error)
func (*ServicePluginConfigService) UploadRevocationPluginConfigCert
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) UploadRevocationPluginConfigCert(input *service_plugin_config.UploadRevocationPluginConfigCertParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use UploadRevocationPluginConfigCertShort instead.
func (*ServicePluginConfigService) UploadRevocationPluginConfigCertShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) UploadRevocationPluginConfigCertShort(input *service_plugin_config.UploadRevocationPluginConfigCertParams) (*platformclientmodels.RevocationPluginConfigInfo, error)
func (*ServicePluginConfigService) UploadSectionPluginConfigCert
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) UploadSectionPluginConfigCert(input *service_plugin_config.UploadSectionPluginConfigCertParams) (*platformclientmodels.SectionPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use UploadSectionPluginConfigCertShort instead.
func (*ServicePluginConfigService) UploadSectionPluginConfigCertShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) UploadSectionPluginConfigCertShort(input *service_plugin_config.UploadSectionPluginConfigCertParams) (*platformclientmodels.SectionPluginConfigInfo, error)
func (*ServicePluginConfigService) UplodLootBoxPluginConfigCert
deprecated
added in
v0.48.0
func (aaa *ServicePluginConfigService) UplodLootBoxPluginConfigCert(input *service_plugin_config.UplodLootBoxPluginConfigCertParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
Deprecated: 2022-01-10 - please use UplodLootBoxPluginConfigCertShort instead.
func (*ServicePluginConfigService) UplodLootBoxPluginConfigCertShort ¶ added in v0.48.0
func (aaa *ServicePluginConfigService) UplodLootBoxPluginConfigCertShort(input *service_plugin_config.UplodLootBoxPluginConfigCertParams) (*platformclientmodels.LootBoxPluginConfigInfo, error)
type SessionPlatformService ¶ added in v0.44.0
type SessionPlatformService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*SessionPlatformService) GetAuthSession ¶ added in v0.44.0
func (aaa *SessionPlatformService) GetAuthSession() auth.Session
func (*SessionPlatformService) RegisterXblSessions
deprecated
added in
v0.44.0
func (aaa *SessionPlatformService) RegisterXblSessions(input *session_platform.RegisterXblSessionsParams) (map[string]interface{}, error)
Deprecated: 2022-01-10 - please use RegisterXblSessionsShort instead.
func (*SessionPlatformService) RegisterXblSessionsShort ¶ added in v0.44.0
func (aaa *SessionPlatformService) RegisterXblSessionsShort(input *session_platform.RegisterXblSessionsParams) (map[string]interface{}, error)
func (*SessionPlatformService) UpdateFlightId ¶ added in v0.63.0
func (aaa *SessionPlatformService) UpdateFlightId(flightId string)
type StoreService ¶
type StoreService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*StoreService) CloneStore
deprecated
func (aaa *StoreService) CloneStore(input *store.CloneStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use DeleteStoreShort instead.
func (*StoreService) DeleteStoreShort ¶ added in v0.10.0
func (aaa *StoreService) DeleteStoreShort(input *store.DeleteStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) DownloadCSVTemplates
deprecated
added in
v0.63.0
func (aaa *StoreService) DownloadCSVTemplates(input *store.DownloadCSVTemplatesParams, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use DownloadCSVTemplatesShort instead.
func (*StoreService) DownloadCSVTemplatesShort ¶ added in v0.63.0
func (aaa *StoreService) DownloadCSVTemplatesShort(input *store.DownloadCSVTemplatesParams, writer io.Writer) (io.Writer, error)
func (*StoreService) ExportStore
deprecated
func (aaa *StoreService) ExportStore(input *store.ExportStoreParams, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use ExportStoreShort instead.
func (*StoreService) ExportStore1
deprecated
added in
v0.29.0
func (aaa *StoreService) ExportStore1(input *store.ExportStore1Params, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use ExportStore1Short instead.
func (*StoreService) ExportStore1Short ¶ added in v0.29.0
func (aaa *StoreService) ExportStore1Short(input *store.ExportStore1Params, writer io.Writer) (io.Writer, error)
func (*StoreService) ExportStoreByCSV
deprecated
added in
v0.63.0
func (aaa *StoreService) ExportStoreByCSV(input *store.ExportStoreByCSVParams, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - please use ExportStoreByCSVShort instead.
func (*StoreService) ExportStoreByCSVShort ¶ added in v0.63.0
func (aaa *StoreService) ExportStoreByCSVShort(input *store.ExportStoreByCSVParams, writer io.Writer) (io.Writer, error)
func (*StoreService) ExportStoreShort ¶ added in v0.10.0
func (aaa *StoreService) ExportStoreShort(input *store.ExportStoreParams, writer io.Writer) (io.Writer, error)
func (*StoreService) GetAuthSession ¶ added in v0.21.0
func (aaa *StoreService) GetAuthSession() auth.Session
func (*StoreService) GetCatalogConfig
deprecated
added in
v0.69.0
func (aaa *StoreService) GetCatalogConfig(input *store.GetCatalogConfigParams) (*platformclientmodels.CatalogConfigInfo, error)
Deprecated: 2022-01-10 - please use GetCatalogConfigShort instead.
func (*StoreService) GetCatalogConfigShort ¶ added in v0.69.0
func (aaa *StoreService) GetCatalogConfigShort(input *store.GetCatalogConfigParams) (*platformclientmodels.CatalogConfigInfo, error)
func (*StoreService) GetCatalogDefinition
deprecated
added in
v0.63.0
func (aaa *StoreService) GetCatalogDefinition(input *store.GetCatalogDefinitionParams) ([]*platformclientmodels.CatalogDefinitionInfo, error)
Deprecated: 2022-01-10 - please use GetCatalogDefinitionShort instead.
func (*StoreService) GetCatalogDefinitionShort ¶ added in v0.63.0
func (aaa *StoreService) GetCatalogDefinitionShort(input *store.GetCatalogDefinitionParams) ([]*platformclientmodels.CatalogDefinitionInfo, error)
func (*StoreService) GetPublishedStore
deprecated
func (aaa *StoreService) GetPublishedStore(input *store.GetPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: 2022-01-10 - please use GetPublishedStoreShort instead.
func (*StoreService) GetPublishedStoreBackup
deprecated
added in
v0.10.0
func (aaa *StoreService) GetPublishedStoreBackup(input *store.GetPublishedStoreBackupParams) (*platformclientmodels.StoreBackupInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use ImportStoreShort instead.
func (*StoreService) ImportStore1
deprecated
added in
v0.29.0
func (aaa *StoreService) ImportStore1(input *store.ImportStore1Params) (*platformclientmodels.ImportStoreResult, error)
Deprecated: 2022-01-10 - please use ImportStore1Short instead.
func (*StoreService) ImportStore1Short ¶ added in v0.29.0
func (aaa *StoreService) ImportStore1Short(input *store.ImportStore1Params) (*platformclientmodels.ImportStoreResult, error)
func (*StoreService) ImportStoreByCSV
deprecated
added in
v0.63.0
func (aaa *StoreService) ImportStoreByCSV(input *store.ImportStoreByCSVParams) (*platformclientmodels.ImportStoreResult, error)
Deprecated: 2022-01-10 - please use ImportStoreByCSVShort instead.
func (*StoreService) ImportStoreByCSVShort ¶ added in v0.63.0
func (aaa *StoreService) ImportStoreByCSVShort(input *store.ImportStoreByCSVParams) (*platformclientmodels.ImportStoreResult, error)
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: 2022-01-10 - please 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: 2022-01-10 - please use PublicListStoresShort instead.
func (*StoreService) PublicListStoresShort ¶ added in v0.10.0
func (aaa *StoreService) PublicListStoresShort(input *store.PublicListStoresParams) ([]*platformclientmodels.StoreInfo, error)
func (*StoreService) QueryImportHistory
deprecated
added in
v0.63.0
func (aaa *StoreService) QueryImportHistory(input *store.QueryImportHistoryParams) (*platformclientmodels.ImportStoreHistoryPagingResult, error)
Deprecated: 2022-01-10 - please use QueryImportHistoryShort instead.
func (*StoreService) QueryImportHistoryShort ¶ added in v0.63.0
func (aaa *StoreService) QueryImportHistoryShort(input *store.QueryImportHistoryParams) (*platformclientmodels.ImportStoreHistoryPagingResult, error)
func (*StoreService) RollbackPublishedStore
deprecated
func (aaa *StoreService) RollbackPublishedStore(input *store.RollbackPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: 2022-01-10 - please use RollbackPublishedStoreShort instead.
func (*StoreService) RollbackPublishedStoreShort ¶ added in v0.10.0
func (aaa *StoreService) RollbackPublishedStoreShort(input *store.RollbackPublishedStoreParams) (*platformclientmodels.StoreInfo, error)
func (*StoreService) UpdateCatalogConfig
deprecated
added in
v0.69.0
func (aaa *StoreService) UpdateCatalogConfig(input *store.UpdateCatalogConfigParams) (*platformclientmodels.CatalogConfigInfo, error)
Deprecated: 2022-01-10 - please use UpdateCatalogConfigShort instead.
func (*StoreService) UpdateCatalogConfigShort ¶ added in v0.69.0
func (aaa *StoreService) UpdateCatalogConfigShort(input *store.UpdateCatalogConfigParams) (*platformclientmodels.CatalogConfigInfo, error)
func (*StoreService) UpdateFlightId ¶ added in v0.63.0
func (aaa *StoreService) UpdateFlightId(flightId string)
func (*StoreService) UpdateStore
deprecated
func (aaa *StoreService) UpdateStore(input *store.UpdateStoreParams) (*platformclientmodels.StoreInfo, error)
Deprecated: 2022-01-10 - please 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 FlightIdRepository *utils.FlightIdContainer }
func (*SubscriptionService) CancelSubscription
deprecated
func (aaa *SubscriptionService) CancelSubscription(input *subscription.CancelSubscriptionParams) (*platformclientmodels.SubscriptionInfo, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use GetUserSubscriptionShort instead.
func (*SubscriptionService) GetUserSubscriptionActivities
deprecated
func (aaa *SubscriptionService) GetUserSubscriptionActivities(input *subscription.GetUserSubscriptionActivitiesParams) (*platformclientmodels.SubscriptionActivityPagingSlicedResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use PublicGetUserSubscriptionShort instead.
func (*SubscriptionService) PublicGetUserSubscriptionBillingHistories
deprecated
func (aaa *SubscriptionService) PublicGetUserSubscriptionBillingHistories(input *subscription.PublicGetUserSubscriptionBillingHistoriesParams) (*platformclientmodels.BillingHistoryPagingSlicedResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use RecurringChargeSubscriptionShort instead.
func (*SubscriptionService) RecurringChargeSubscriptionShort ¶ added in v0.10.0
func (aaa *SubscriptionService) RecurringChargeSubscriptionShort(input *subscription.RecurringChargeSubscriptionParams) (*platformclientmodels.RecurringChargeResult, error)
func (*SubscriptionService) UpdateFlightId ¶ added in v0.63.0
func (aaa *SubscriptionService) UpdateFlightId(flightId string)
type TicketService ¶
type TicketService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*TicketService) AcquireUserTicket
deprecated
func (aaa *TicketService) AcquireUserTicket(input *ticket.AcquireUserTicketParams) (*platformclientmodels.TicketAcquireResult, error)
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use IncreaseTicketSaleShort instead.
func (*TicketService) IncreaseTicketSaleShort ¶ added in v0.10.0
func (aaa *TicketService) IncreaseTicketSaleShort(input *ticket.IncreaseTicketSaleParams) (*platformclientmodels.TicketSaleIncrementResult, error)
func (*TicketService) UpdateFlightId ¶ added in v0.63.0
func (aaa *TicketService) UpdateFlightId(flightId string)
type TradeActionService ¶ added in v0.57.0
type TradeActionService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*TradeActionService) Commit
deprecated
added in
v0.57.0
func (aaa *TradeActionService) Commit(input *trade_action.CommitParams) (*platformclientmodels.TradeChainActionHistoryInfo, error)
Deprecated: 2022-01-10 - please use CommitShort instead.
func (*TradeActionService) CommitShort ¶ added in v0.57.0
func (aaa *TradeActionService) CommitShort(input *trade_action.CommitParams) (*platformclientmodels.TradeChainActionHistoryInfo, error)
func (*TradeActionService) GetAuthSession ¶ added in v0.57.0
func (aaa *TradeActionService) GetAuthSession() auth.Session
func (*TradeActionService) GetTradeHistoryByCriteria
deprecated
added in
v0.57.0
func (aaa *TradeActionService) GetTradeHistoryByCriteria(input *trade_action.GetTradeHistoryByCriteriaParams) (*platformclientmodels.TradeActionPagingSlicedResult, error)
Deprecated: 2022-01-10 - please use GetTradeHistoryByCriteriaShort instead.
func (*TradeActionService) GetTradeHistoryByCriteriaShort ¶ added in v0.57.0
func (aaa *TradeActionService) GetTradeHistoryByCriteriaShort(input *trade_action.GetTradeHistoryByCriteriaParams) (*platformclientmodels.TradeActionPagingSlicedResult, error)
func (*TradeActionService) GetTradeHistoryByTransactionID
deprecated
added in
v0.57.0
func (aaa *TradeActionService) GetTradeHistoryByTransactionID(input *trade_action.GetTradeHistoryByTransactionIDParams) (*platformclientmodels.TradeChainActionHistoryInfo, error)
Deprecated: 2022-01-10 - please use GetTradeHistoryByTransactionIDShort instead.
func (*TradeActionService) GetTradeHistoryByTransactionIDShort ¶ added in v0.57.0
func (aaa *TradeActionService) GetTradeHistoryByTransactionIDShort(input *trade_action.GetTradeHistoryByTransactionIDParams) (*platformclientmodels.TradeChainActionHistoryInfo, error)
func (*TradeActionService) UpdateFlightId ¶ added in v0.63.0
func (aaa *TradeActionService) UpdateFlightId(flightId string)
type ViewService ¶ added in v0.35.0
type ViewService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*ViewService) CreateView
deprecated
added in
v0.35.0
func (aaa *ViewService) CreateView(input *view.CreateViewParams) (*platformclientmodels.FullViewInfo, error)
Deprecated: 2022-01-10 - please use CreateViewShort instead.
func (*ViewService) CreateViewShort ¶ added in v0.35.0
func (aaa *ViewService) CreateViewShort(input *view.CreateViewParams) (*platformclientmodels.FullViewInfo, error)
func (*ViewService) DeleteView
deprecated
added in
v0.35.0
func (aaa *ViewService) DeleteView(input *view.DeleteViewParams) error
Deprecated: 2022-01-10 - please use DeleteViewShort instead.
func (*ViewService) DeleteViewShort ¶ added in v0.35.0
func (aaa *ViewService) DeleteViewShort(input *view.DeleteViewParams) error
func (*ViewService) GetAuthSession ¶ added in v0.35.0
func (aaa *ViewService) GetAuthSession() auth.Session
func (*ViewService) GetView
deprecated
added in
v0.35.0
func (aaa *ViewService) GetView(input *view.GetViewParams) (*platformclientmodels.FullViewInfo, error)
Deprecated: 2022-01-10 - please use GetViewShort instead.
func (*ViewService) GetViewShort ¶ added in v0.35.0
func (aaa *ViewService) GetViewShort(input *view.GetViewParams) (*platformclientmodels.FullViewInfo, error)
func (*ViewService) ListViews
deprecated
added in
v0.35.0
func (aaa *ViewService) ListViews(input *view.ListViewsParams) ([]*platformclientmodels.ListViewInfo, error)
Deprecated: 2022-01-10 - please use ListViewsShort instead.
func (*ViewService) ListViewsShort ¶ added in v0.35.0
func (aaa *ViewService) ListViewsShort(input *view.ListViewsParams) ([]*platformclientmodels.ListViewInfo, error)
func (*ViewService) PublicListViews
deprecated
added in
v0.35.0
func (aaa *ViewService) PublicListViews(input *view.PublicListViewsParams) ([]*platformclientmodels.ViewInfo, error)
Deprecated: 2022-01-10 - please use PublicListViewsShort instead.
func (*ViewService) PublicListViewsShort ¶ added in v0.35.0
func (aaa *ViewService) PublicListViewsShort(input *view.PublicListViewsParams) ([]*platformclientmodels.ViewInfo, error)
func (*ViewService) UpdateFlightId ¶ added in v0.63.0
func (aaa *ViewService) UpdateFlightId(flightId string)
func (*ViewService) UpdateView
deprecated
added in
v0.35.0
func (aaa *ViewService) UpdateView(input *view.UpdateViewParams) (*platformclientmodels.FullViewInfo, error)
Deprecated: 2022-01-10 - please use UpdateViewShort instead.
func (*ViewService) UpdateViewShort ¶ added in v0.35.0
func (aaa *ViewService) UpdateViewShort(input *view.UpdateViewParams) (*platformclientmodels.FullViewInfo, error)
type WalletService ¶
type WalletService struct { Client *platformclient.JusticePlatformService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*WalletService) BulkCredit
deprecated
added in
v0.43.0
func (aaa *WalletService) BulkCredit(input *wallet.BulkCreditParams) (*platformclientmodels.BulkCreditResult, error)
Deprecated: 2022-01-10 - please use BulkCreditShort instead.
func (*WalletService) BulkCreditShort ¶ added in v0.43.0
func (aaa *WalletService) BulkCreditShort(input *wallet.BulkCreditParams) (*platformclientmodels.BulkCreditResult, error)
func (*WalletService) BulkDebit
deprecated
added in
v0.43.0
func (aaa *WalletService) BulkDebit(input *wallet.BulkDebitParams) (*platformclientmodels.BulkDebitResult, error)
Deprecated: 2022-01-10 - please use BulkDebitShort instead.
func (*WalletService) BulkDebitShort ¶ added in v0.43.0
func (aaa *WalletService) BulkDebitShort(input *wallet.BulkDebitParams) (*platformclientmodels.BulkDebitResult, error)
func (*WalletService) CheckBalance
deprecated
added in
v0.60.0
func (aaa *WalletService) CheckBalance(input *wallet.CheckBalanceParams) error
Deprecated: 2022-01-10 - please use CheckBalanceShort instead.
func (*WalletService) CheckBalanceShort ¶ added in v0.60.0
func (aaa *WalletService) CheckBalanceShort(input *wallet.CheckBalanceParams) error
func (*WalletService) CheckWallet
deprecated
func (aaa *WalletService) CheckWallet(input *wallet.CheckWalletParams) error
Deprecated: 2022-01-10 - please 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: 2022-01-10 - please use CreditUserWalletShort instead.
func (*WalletService) CreditUserWalletShort ¶ added in v0.10.0
func (aaa *WalletService) CreditUserWalletShort(input *wallet.CreditUserWalletParams) (*platformclientmodels.WalletInfo, error)
func (*WalletService) DebitByWalletPlatform
deprecated
added in
v0.57.0
func (aaa *WalletService) DebitByWalletPlatform(input *wallet.DebitByWalletPlatformParams) (*platformclientmodels.PlatformWallet, error)
Deprecated: 2022-01-10 - please use DebitByWalletPlatformShort instead.
func (*WalletService) DebitByWalletPlatformShort ¶ added in v0.57.0
func (aaa *WalletService) DebitByWalletPlatformShort(input *wallet.DebitByWalletPlatformParams) (*platformclientmodels.PlatformWallet, error)
func (*WalletService) DebitUserWallet
deprecated
func (aaa *WalletService) DebitUserWallet(input *wallet.DebitUserWalletParams) (*platformclientmodels.WalletInfo, error)
Deprecated: 2022-01-10 - please use DebitUserWalletShort instead.
func (*WalletService) DebitUserWalletByCurrencyCode
deprecated
added in
v0.38.0
func (aaa *WalletService) DebitUserWalletByCurrencyCode(input *wallet.DebitUserWalletByCurrencyCodeParams) (*platformclientmodels.WalletInfo, error)
Deprecated: 2022-01-10 - please use DebitUserWalletByCurrencyCodeShort instead.
func (*WalletService) DebitUserWalletByCurrencyCodeShort ¶ added in v0.38.0
func (aaa *WalletService) DebitUserWalletByCurrencyCodeShort(input *wallet.DebitUserWalletByCurrencyCodeParams) (*platformclientmodels.WalletInfo, error)
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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please 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: 2022-01-10 - please use ResetPlatformWalletConfigShort instead.
func (*WalletService) ResetPlatformWalletConfigShort ¶ added in v0.18.0
func (aaa *WalletService) ResetPlatformWalletConfigShort(input *wallet.ResetPlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
func (*WalletService) UpdateFlightId ¶ added in v0.63.0
func (aaa *WalletService) UpdateFlightId(flightId string)
func (*WalletService) UpdatePlatformWalletConfig
deprecated
added in
v0.18.0
func (aaa *WalletService) UpdatePlatformWalletConfig(input *wallet.UpdatePlatformWalletConfigParams) (*platformclientmodels.PlatformWalletConfigInfo, error)
Deprecated: 2022-01-10 - please 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
- clawback.go
- currency.go
- dlc.go
- entitlement.go
- fulfillment.go
- fulfillmentScript.go
- iap.go
- iapNotification.go
- iapSubscription.go
- invoice.go
- item.go
- keyGroup.go
- order.go
- orderDedicated.go
- payment.go
- paymentAccount.go
- paymentCallbackConfig.go
- paymentConfig.go
- paymentDedicated.go
- paymentStation.go
- platform.go
- platformAccountClosure.go
- revocation.go
- reward.go
- section.go
- servicePluginConfig.go
- sessionPlatform.go
- store.go
- subscription.go
- ticket.go
- tradeAction.go
- view.go
- wallet.go