platform

package module
v0.1.0-alpha.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AchievementPlatformService

type AchievementPlatformService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AchievementPlatformService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AchievementPlatformService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*AchievementPlatformService) GetAuthSession

func (aaa *AchievementPlatformService) GetAuthSession() auth.Session

func (*AchievementPlatformService) GetXblUserAchievements deprecated

Deprecated: 2022-01-10 - Please use GetXblUserAchievementsShort instead.

func (*AchievementPlatformService) UnlockSteamUserAchievement deprecated

Deprecated: 2022-01-10 - Please use UnlockSteamUserAchievementShort instead.

func (*AchievementPlatformService) UnlockSteamUserAchievementShort

func (aaa *AchievementPlatformService) UnlockSteamUserAchievementShort(input *achievement_platform.UnlockSteamUserAchievementParams) error

func (*AchievementPlatformService) UpdateFlightId

func (aaa *AchievementPlatformService) UpdateFlightId(flightId string)

func (*AchievementPlatformService) UpdateXblUserAchievement deprecated

Deprecated: 2022-01-10 - Please use UpdateXblUserAchievementShort instead.

func (*AchievementPlatformService) UpdateXblUserAchievementShort

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
}

AnonymizationService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AnonymizationService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*AnonymizationService) AnonymizeCampaign deprecated

func (aaa *AnonymizationService) AnonymizeCampaign(input *anonymization.AnonymizeCampaignParams) error

Deprecated: 2022-01-10 - Please use AnonymizeCampaignShort instead.

func (*AnonymizationService) AnonymizeCampaignShort

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

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

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

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

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

func (aaa *AnonymizationService) AnonymizePaymentShort(input *anonymization.AnonymizePaymentParams) error

func (*AnonymizationService) AnonymizeRevocation deprecated

func (aaa *AnonymizationService) AnonymizeRevocation(input *anonymization.AnonymizeRevocationParams) error

Deprecated: 2022-01-10 - Please use AnonymizeRevocationShort instead.

func (*AnonymizationService) AnonymizeRevocationShort

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

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

func (aaa *AnonymizationService) AnonymizeWalletShort(input *anonymization.AnonymizeWalletParams) error

func (*AnonymizationService) GetAuthSession

func (aaa *AnonymizationService) GetAuthSession() auth.Session

func (*AnonymizationService) UpdateFlightId

func (aaa *AnonymizationService) UpdateFlightId(flightId string)

type CampaignService

type CampaignService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

CampaignService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use CampaignService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*CampaignService) ApplyUserRedemption deprecated

Deprecated: 2022-01-10 - Please use ApplyUserRedemptionShort instead.

func (*CampaignService) ApplyUserRedemptionShort

func (*CampaignService) BulkDisableCodes deprecated

Deprecated: 2022-01-10 - Please use BulkDisableCodesShort instead.

func (*CampaignService) BulkDisableCodesShort

func (*CampaignService) BulkEnableCodes deprecated

Deprecated: 2022-01-10 - Please use BulkEnableCodesShort instead.

func (*CampaignService) BulkEnableCodesShort

func (*CampaignService) CreateCampaign deprecated

Deprecated: 2022-01-10 - Please use CreateCampaignShort instead.

func (*CampaignService) CreateCampaignShort

func (*CampaignService) CreateCodes deprecated

Deprecated: 2022-01-10 - Please use CreateCodesShort instead.

func (*CampaignService) CreateCodesShort

func (*CampaignService) DisableCode deprecated

Deprecated: 2022-01-10 - Please use DisableCodeShort instead.

func (*CampaignService) DisableCodeShort

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

func (aaa *CampaignService) DownloadShort(input *campaign.DownloadParams, writer io.Writer) (io.Writer, error)

func (*CampaignService) EnableCode deprecated

Deprecated: 2022-01-10 - Please use EnableCodeShort instead.

func (*CampaignService) EnableCodeShort

func (*CampaignService) GetAuthSession

func (aaa *CampaignService) GetAuthSession() auth.Session

func (*CampaignService) GetCampaign deprecated

Deprecated: 2022-01-10 - Please use GetCampaignShort instead.

func (*CampaignService) GetCampaignDynamic deprecated

Deprecated: 2022-01-10 - Please use GetCampaignDynamicShort instead.

func (*CampaignService) GetCampaignDynamicShort

func (*CampaignService) GetCampaignShort

func (*CampaignService) GetCode deprecated

Deprecated: 2022-01-10 - Please use GetCodeShort instead.

func (*CampaignService) GetCodeShort

func (*CampaignService) QueryCampaigns deprecated

Deprecated: 2022-01-10 - Please use QueryCampaignsShort instead.

func (*CampaignService) QueryCampaignsShort

func (*CampaignService) QueryCodes deprecated

Deprecated: 2022-01-10 - Please use QueryCodesShort instead.

func (*CampaignService) QueryCodesShort

func (*CampaignService) QueryRedeemHistory deprecated

Deprecated: 2022-01-10 - Please use QueryRedeemHistoryShort instead.

func (*CampaignService) UpdateCampaign deprecated

Deprecated: 2022-01-10 - Please use UpdateCampaignShort instead.

func (*CampaignService) UpdateCampaignShort

func (*CampaignService) UpdateFlightId

func (aaa *CampaignService) UpdateFlightId(flightId string)

type CatalogChangesService

type CatalogChangesService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

CatalogChangesService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use CatalogChangesService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*CatalogChangesService) GetAuthSession

func (aaa *CatalogChangesService) GetAuthSession() auth.Session

func (*CatalogChangesService) GetStatistic deprecated

Deprecated: 2022-01-10 - Please use GetStatisticShort instead.

func (*CatalogChangesService) GetStatisticShort

func (*CatalogChangesService) PublishAll deprecated

Deprecated: 2022-01-10 - Please use PublishAllShort instead.

func (*CatalogChangesService) PublishAllShort

func (*CatalogChangesService) PublishSelected deprecated

Deprecated: 2022-01-10 - Please use PublishSelectedShort instead.

func (*CatalogChangesService) PublishSelectedShort

func (*CatalogChangesService) QueryChanges deprecated

Deprecated: 2022-01-10 - Please use QueryChangesShort instead.

func (*CatalogChangesService) SelectAllRecords deprecated

func (aaa *CatalogChangesService) SelectAllRecords(input *catalog_changes.SelectAllRecordsParams) error

Deprecated: 2022-01-10 - Please use SelectAllRecordsShort instead.

func (*CatalogChangesService) SelectAllRecordsByCriteria deprecated

func (aaa *CatalogChangesService) SelectAllRecordsByCriteria(input *catalog_changes.SelectAllRecordsByCriteriaParams) error

Deprecated: 2022-01-10 - Please use SelectAllRecordsByCriteriaShort instead.

func (*CatalogChangesService) SelectAllRecordsByCriteriaShort

func (aaa *CatalogChangesService) SelectAllRecordsByCriteriaShort(input *catalog_changes.SelectAllRecordsByCriteriaParams) error

func (*CatalogChangesService) SelectAllRecordsShort

func (aaa *CatalogChangesService) SelectAllRecordsShort(input *catalog_changes.SelectAllRecordsParams) error

func (*CatalogChangesService) SelectRecord deprecated

Deprecated: 2022-01-10 - Please use SelectRecordShort instead.

func (*CatalogChangesService) SelectRecordShort

func (aaa *CatalogChangesService) SelectRecordShort(input *catalog_changes.SelectRecordParams) error

func (*CatalogChangesService) UnselectAllRecords deprecated

func (aaa *CatalogChangesService) UnselectAllRecords(input *catalog_changes.UnselectAllRecordsParams) error

Deprecated: 2022-01-10 - Please use UnselectAllRecordsShort instead.

func (*CatalogChangesService) UnselectAllRecordsShort

func (aaa *CatalogChangesService) UnselectAllRecordsShort(input *catalog_changes.UnselectAllRecordsParams) error

func (*CatalogChangesService) UnselectRecord deprecated

Deprecated: 2022-01-10 - Please use UnselectRecordShort instead.

func (*CatalogChangesService) UnselectRecordShort

func (aaa *CatalogChangesService) UnselectRecordShort(input *catalog_changes.UnselectRecordParams) error

func (*CatalogChangesService) UpdateFlightId

func (aaa *CatalogChangesService) UpdateFlightId(flightId string)

type CategoryService

type CategoryService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

CategoryService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use CategoryService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*CategoryService) CreateCategory deprecated

Deprecated: 2022-01-10 - Please use CreateCategoryShort instead.

func (*CategoryService) CreateCategoryShort

func (*CategoryService) DeleteCategory deprecated

Deprecated: 2022-01-10 - Please use DeleteCategoryShort instead.

func (*CategoryService) DeleteCategoryShort

func (*CategoryService) DownloadCategories deprecated

Deprecated: 2022-01-10 - Please use DownloadCategoriesShort instead.

func (*CategoryService) DownloadCategoriesShort

func (*CategoryService) GetAuthSession

func (aaa *CategoryService) GetAuthSession() auth.Session

func (*CategoryService) GetCategory deprecated

Deprecated: 2022-01-10 - Please use GetCategoryShort instead.

func (*CategoryService) GetCategoryShort

func (*CategoryService) GetChildCategories deprecated

Deprecated: 2022-01-10 - Please use GetChildCategoriesShort instead.

func (*CategoryService) GetChildCategoriesShort

func (*CategoryService) GetDescendantCategories deprecated

Deprecated: 2022-01-10 - Please use GetDescendantCategoriesShort instead.

func (*CategoryService) GetDescendantCategoriesShort

func (aaa *CategoryService) GetDescendantCategoriesShort(input *category.GetDescendantCategoriesParams) ([]*platformclientmodels.FullCategoryInfo, error)

func (*CategoryService) GetRootCategories deprecated

Deprecated: 2022-01-10 - Please use GetRootCategoriesShort instead.

func (*CategoryService) GetRootCategoriesShort

func (*CategoryService) ListCategoriesBasic deprecated

Deprecated: 2022-01-10 - Please use ListCategoriesBasicShort instead.

func (*CategoryService) ListCategoriesBasicShort

func (*CategoryService) PublicGetCategory deprecated

Deprecated: 2022-01-10 - Please use PublicGetCategoryShort instead.

func (*CategoryService) PublicGetCategoryShort

func (*CategoryService) PublicGetChildCategories deprecated

Deprecated: 2022-01-10 - Please use PublicGetChildCategoriesShort instead.

func (*CategoryService) PublicGetChildCategoriesShort

func (aaa *CategoryService) PublicGetChildCategoriesShort(input *category.PublicGetChildCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)

func (*CategoryService) PublicGetDescendantCategories deprecated

Deprecated: 2022-01-10 - Please use PublicGetDescendantCategoriesShort instead.

func (*CategoryService) PublicGetDescendantCategoriesShort

func (aaa *CategoryService) PublicGetDescendantCategoriesShort(input *category.PublicGetDescendantCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)

func (*CategoryService) PublicGetRootCategories deprecated

Deprecated: 2022-01-10 - Please use PublicGetRootCategoriesShort instead.

func (*CategoryService) PublicGetRootCategoriesShort

func (aaa *CategoryService) PublicGetRootCategoriesShort(input *category.PublicGetRootCategoriesParams) ([]*platformclientmodels.CategoryInfo, error)

func (*CategoryService) UpdateCategory deprecated

Deprecated: 2022-01-10 - Please use UpdateCategoryShort instead.

func (*CategoryService) UpdateCategoryShort

func (*CategoryService) UpdateFlightId

func (aaa *CategoryService) UpdateFlightId(flightId string)

type ClawbackService

type ClawbackService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

ClawbackService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ClawbackService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*ClawbackService) GetAuthSession

func (aaa *ClawbackService) GetAuthSession() auth.Session

func (*ClawbackService) MockPlayStationStreamEvent deprecated

Deprecated: 2022-01-10 - Please use MockPlayStationStreamEventShort instead.

func (*ClawbackService) MockPlayStationStreamEventShort

func (aaa *ClawbackService) MockPlayStationStreamEventShort(input *clawback.MockPlayStationStreamEventParams) (*platformclientmodels.ClawbackInfo, error)

func (*ClawbackService) QueryIAPClawbackHistory deprecated

Deprecated: 2022-01-10 - Please use QueryIAPClawbackHistoryShort instead.

func (*ClawbackService) UpdateFlightId

func (aaa *ClawbackService) UpdateFlightId(flightId string)

type CurrencyService

type CurrencyService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

CurrencyService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use CurrencyService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*CurrencyService) CreateCurrency deprecated

Deprecated: 2022-01-10 - Please use CreateCurrencyShort instead.

func (*CurrencyService) CreateCurrencyShort

func (*CurrencyService) DeleteCurrency deprecated

Deprecated: 2022-01-10 - Please use DeleteCurrencyShort instead.

func (*CurrencyService) DeleteCurrencyShort

func (*CurrencyService) GetAuthSession

func (aaa *CurrencyService) GetAuthSession() auth.Session

func (*CurrencyService) GetCurrencyConfig deprecated

Deprecated: 2022-01-10 - Please use GetCurrencyConfigShort instead.

func (*CurrencyService) GetCurrencyConfigShort

func (*CurrencyService) GetCurrencySummary deprecated

Deprecated: 2022-01-10 - Please use GetCurrencySummaryShort instead.

func (*CurrencyService) GetCurrencySummaryShort

func (*CurrencyService) ListCurrencies deprecated

Deprecated: 2022-01-10 - Please use ListCurrenciesShort instead.

func (*CurrencyService) ListCurrenciesShort

func (*CurrencyService) PublicListCurrencies deprecated

Deprecated: 2022-01-10 - Please use PublicListCurrenciesShort instead.

func (*CurrencyService) PublicListCurrenciesShort

func (aaa *CurrencyService) PublicListCurrenciesShort(input *currency.PublicListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)

func (*CurrencyService) UpdateCurrency deprecated

Deprecated: 2022-01-10 - Please use UpdateCurrencyShort instead.

func (*CurrencyService) UpdateCurrencyShort

func (*CurrencyService) UpdateFlightId

func (aaa *CurrencyService) UpdateFlightId(flightId string)

type DLCService

type DLCService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

DLCService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use DLCService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*DLCService) DeleteDLCItemConfig deprecated

func (aaa *DLCService) DeleteDLCItemConfig(input *dlc.DeleteDLCItemConfigParams) error

Deprecated: 2022-01-10 - Please use DeleteDLCItemConfigShort instead.

func (*DLCService) DeleteDLCItemConfigShort

func (aaa *DLCService) DeleteDLCItemConfigShort(input *dlc.DeleteDLCItemConfigParams) error

func (*DLCService) DeletePlatformDLCConfig deprecated

func (aaa *DLCService) DeletePlatformDLCConfig(input *dlc.DeletePlatformDLCConfigParams) error

Deprecated: 2022-01-10 - Please use DeletePlatformDLCConfigShort instead.

func (*DLCService) DeletePlatformDLCConfigShort

func (aaa *DLCService) DeletePlatformDLCConfigShort(input *dlc.DeletePlatformDLCConfigParams) error

func (*DLCService) GeDLCDurableRewardShortMap deprecated

Deprecated: 2022-01-10 - Please use GeDLCDurableRewardShortMapShort instead.

func (*DLCService) GetAuthSession

func (aaa *DLCService) GetAuthSession() auth.Session

func (*DLCService) GetDLCItemConfig deprecated

Deprecated: 2022-01-10 - Please use GetDLCItemConfigShort instead.

func (*DLCService) GetDLCItemConfigShort

func (aaa *DLCService) GetDLCItemConfigShort(input *dlc.GetDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)

func (*DLCService) GetPlatformDLCConfig deprecated

Deprecated: 2022-01-10 - Please use GetPlatformDLCConfigShort instead.

func (*DLCService) GetPlatformDLCConfigShort

func (aaa *DLCService) GetPlatformDLCConfigShort(input *dlc.GetPlatformDLCConfigParams) (*platformclientmodels.PlatformDLCConfigInfo, error)

func (*DLCService) GetUserDLC deprecated

Deprecated: 2022-01-10 - Please use GetUserDLCShort instead.

func (*DLCService) GetUserDLCByPlatform deprecated

func (aaa *DLCService) GetUserDLCByPlatform(input *dlc.GetUserDLCByPlatformParams) (*platformclientmodels.UserDLC, error)

Deprecated: 2022-01-10 - Please use GetUserDLCByPlatformShort instead.

func (*DLCService) GetUserDLCByPlatformShort

func (aaa *DLCService) GetUserDLCByPlatformShort(input *dlc.GetUserDLCByPlatformParams) (*platformclientmodels.UserDLC, error)

func (*DLCService) GetUserDLCShort

func (aaa *DLCService) GetUserDLCShort(input *dlc.GetUserDLCParams) ([]*platformclientmodels.UserDLCRecord, error)

func (*DLCService) PublicSyncPsnDLCInventory deprecated

func (aaa *DLCService) PublicSyncPsnDLCInventory(input *dlc.PublicSyncPsnDLCInventoryParams) error

Deprecated: 2022-01-10 - Please use PublicSyncPsnDLCInventoryShort instead.

func (*DLCService) PublicSyncPsnDLCInventoryShort

func (aaa *DLCService) PublicSyncPsnDLCInventoryShort(input *dlc.PublicSyncPsnDLCInventoryParams) error

func (*DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabels deprecated

func (aaa *DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabels(input *dlc.PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) error

Deprecated: 2022-01-10 - Please use PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort instead.

func (*DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort

func (aaa *DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort(input *dlc.PublicSyncPsnDLCInventoryWithMultipleServiceLabelsParams) error

func (*DLCService) SyncEpicGameDLC deprecated

func (aaa *DLCService) SyncEpicGameDLC(input *dlc.SyncEpicGameDLCParams) error

Deprecated: 2022-01-10 - Please use SyncEpicGameDLCShort instead.

func (*DLCService) SyncEpicGameDLCShort

func (aaa *DLCService) SyncEpicGameDLCShort(input *dlc.SyncEpicGameDLCParams) error

func (*DLCService) SyncOculusDLC deprecated

func (aaa *DLCService) SyncOculusDLC(input *dlc.SyncOculusDLCParams) error

Deprecated: 2022-01-10 - Please use SyncOculusDLCShort instead.

func (*DLCService) SyncOculusDLCShort

func (aaa *DLCService) SyncOculusDLCShort(input *dlc.SyncOculusDLCParams) error

func (*DLCService) SyncSteamDLC deprecated

func (aaa *DLCService) SyncSteamDLC(input *dlc.SyncSteamDLCParams) error

Deprecated: 2022-01-10 - Please use SyncSteamDLCShort instead.

func (*DLCService) SyncSteamDLCShort

func (aaa *DLCService) SyncSteamDLCShort(input *dlc.SyncSteamDLCParams) error

func (*DLCService) SyncXboxDLC deprecated

func (aaa *DLCService) SyncXboxDLC(input *dlc.SyncXboxDLCParams) error

Deprecated: 2022-01-10 - Please use SyncXboxDLCShort instead.

func (*DLCService) SyncXboxDLCShort

func (aaa *DLCService) SyncXboxDLCShort(input *dlc.SyncXboxDLCParams) error

func (*DLCService) UpdateDLCItemConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateDLCItemConfigShort instead.

func (*DLCService) UpdateDLCItemConfigShort

func (aaa *DLCService) UpdateDLCItemConfigShort(input *dlc.UpdateDLCItemConfigParams) (*platformclientmodels.DLCItemConfigInfo, error)

func (*DLCService) UpdateFlightId

func (aaa *DLCService) UpdateFlightId(flightId string)

func (*DLCService) UpdatePlatformDLCConfig deprecated

Deprecated: 2022-01-10 - Please use UpdatePlatformDLCConfigShort instead.

func (*DLCService) UpdatePlatformDLCConfigShort

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
}

EntitlementService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use EntitlementService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*EntitlementService) ConsumeUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use ConsumeUserEntitlementShort instead.

func (*EntitlementService) DisableUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use DisableUserEntitlementShort instead.

func (*EntitlementService) DisableUserEntitlementShort

func (*EntitlementService) EnableEntitlementOriginFeature deprecated

Deprecated: 2022-01-10 - Please use EnableEntitlementOriginFeatureShort instead.

func (*EntitlementService) EnableUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use EnableUserEntitlementShort instead.

func (*EntitlementService) EnableUserEntitlementShort

func (*EntitlementService) ExistsAnyUserActiveEntitlement deprecated

Deprecated: 2022-01-10 - Please use ExistsAnyUserActiveEntitlementShort instead.

func (*EntitlementService) ExistsAnyUserActiveEntitlementByItemIds deprecated

Deprecated: 2022-01-10 - Please use ExistsAnyUserActiveEntitlementByItemIdsShort instead.

func (*EntitlementService) ExistsAnyUserActiveEntitlementByItemIdsShort

func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementByItemIdsShort(input *entitlement.ExistsAnyUserActiveEntitlementByItemIdsParams) (*platformclientmodels.Ownership, error)

func (*EntitlementService) ExistsAnyUserActiveEntitlementShort

func (aaa *EntitlementService) ExistsAnyUserActiveEntitlementShort(input *entitlement.ExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)

func (*EntitlementService) GetAuthSession

func (aaa *EntitlementService) GetAuthSession() auth.Session

func (*EntitlementService) GetEntitlement deprecated

Deprecated: 2022-01-10 - Please use GetEntitlementShort instead.

func (*EntitlementService) GetEntitlementConfigInfo deprecated

Deprecated: 2022-01-10 - Please use GetEntitlementConfigInfoShort instead.

func (*EntitlementService) GetEntitlementShort

func (*EntitlementService) GetPlatformEntitlementConfig deprecated

Deprecated: 2022-01-10 - Please use GetPlatformEntitlementConfigShort instead.

func (*EntitlementService) GetUserActiveEntitlementsByItemIds deprecated

Deprecated: 2022-01-10 - Please use GetUserActiveEntitlementsByItemIdsShort instead.

func (*EntitlementService) GetUserActiveEntitlementsByItemIdsShort

func (aaa *EntitlementService) GetUserActiveEntitlementsByItemIdsShort(input *entitlement.GetUserActiveEntitlementsByItemIdsParams) ([]*platformclientmodels.EntitlementInfo, error)

func (*EntitlementService) GetUserAppEntitlementByAppID deprecated

Deprecated: 2022-01-10 - Please use GetUserAppEntitlementByAppIDShort instead.

func (*EntitlementService) GetUserAppEntitlementByAppIDShort

func (*EntitlementService) GetUserAppEntitlementOwnershipByAppID deprecated

Deprecated: 2022-01-10 - Please use GetUserAppEntitlementOwnershipByAppIDShort instead.

func (*EntitlementService) GetUserAppEntitlementOwnershipByAppIDShort

func (aaa *EntitlementService) GetUserAppEntitlementOwnershipByAppIDShort(input *entitlement.GetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)

func (*EntitlementService) GetUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use GetUserEntitlementShort instead.

func (*EntitlementService) GetUserEntitlementByItemID deprecated

Deprecated: 2022-01-10 - Please use GetUserEntitlementByItemIDShort instead.

func (*EntitlementService) GetUserEntitlementByItemIDShort

func (*EntitlementService) GetUserEntitlementBySku deprecated

Deprecated: 2022-01-10 - Please use GetUserEntitlementBySkuShort instead.

func (*EntitlementService) GetUserEntitlementBySkuShort

func (*EntitlementService) GetUserEntitlementHistories deprecated

Deprecated: 2022-01-10 - Please use GetUserEntitlementHistoriesShort instead.

func (*EntitlementService) GetUserEntitlementOwnershipByItemID deprecated

Deprecated: 2022-01-10 - Please use GetUserEntitlementOwnershipByItemIDShort instead.

func (*EntitlementService) GetUserEntitlementOwnershipByItemIDShort

func (*EntitlementService) GetUserEntitlementOwnershipByItemIds deprecated

Deprecated: 2022-01-10 - Please use GetUserEntitlementOwnershipByItemIdsShort instead.

func (*EntitlementService) GetUserEntitlementOwnershipBySku deprecated

Deprecated: 2022-01-10 - Please use GetUserEntitlementOwnershipBySkuShort instead.

func (*EntitlementService) GetUserEntitlementOwnershipBySkuShort

func (*EntitlementService) GetUserEntitlementShort

func (*EntitlementService) GrantEntitlements deprecated

Deprecated: 2022-01-10 - Please use GrantEntitlementsShort instead.

func (*EntitlementService) GrantUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use GrantUserEntitlementShort instead.

func (*EntitlementService) GrantUserEntitlementShort

func (*EntitlementService) PreCheckRevokeUserEntitlementByUseCount deprecated

Deprecated: 2022-01-10 - Please use PreCheckRevokeUserEntitlementByUseCountShort instead.

func (*EntitlementService) PublicConsumeUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use PublicConsumeUserEntitlementShort instead.

func (*EntitlementService) PublicExistsAnyMyActiveEntitlement deprecated

Deprecated: 2022-01-10 - Please use PublicExistsAnyMyActiveEntitlementShort instead.

func (*EntitlementService) PublicExistsAnyMyActiveEntitlementShort

func (aaa *EntitlementService) PublicExistsAnyMyActiveEntitlementShort(input *entitlement.PublicExistsAnyMyActiveEntitlementParams) (*platformclientmodels.Ownership, error)

func (*EntitlementService) PublicExistsAnyUserActiveEntitlement deprecated

Deprecated: 2022-01-10 - Please use PublicExistsAnyUserActiveEntitlementShort instead.

func (*EntitlementService) PublicExistsAnyUserActiveEntitlementShort

func (aaa *EntitlementService) PublicExistsAnyUserActiveEntitlementShort(input *entitlement.PublicExistsAnyUserActiveEntitlementParams) (*platformclientmodels.Ownership, error)

func (*EntitlementService) PublicGetEntitlementOwnershipToken deprecated

Deprecated: 2022-01-10 - Please use PublicGetEntitlementOwnershipTokenShort instead.

func (*EntitlementService) PublicGetEntitlementOwnershipTokenShort

func (*EntitlementService) PublicGetMyAppEntitlementOwnershipByAppID deprecated

Deprecated: 2022-01-10 - Please use PublicGetMyAppEntitlementOwnershipByAppIDShort instead.

func (*EntitlementService) PublicGetMyAppEntitlementOwnershipByAppIDShort

func (aaa *EntitlementService) PublicGetMyAppEntitlementOwnershipByAppIDShort(input *entitlement.PublicGetMyAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)

func (*EntitlementService) PublicGetMyEntitlementOwnershipByItemID deprecated

Deprecated: 2022-01-10 - Please use PublicGetMyEntitlementOwnershipByItemIDShort instead.

func (*EntitlementService) PublicGetMyEntitlementOwnershipBySku deprecated

Deprecated: 2022-01-10 - Please use PublicGetMyEntitlementOwnershipBySkuShort instead.

func (*EntitlementService) PublicGetMyEntitlementOwnershipBySkuShort

func (*EntitlementService) PublicGetUserAppEntitlementByAppID deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserAppEntitlementByAppIDShort instead.

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

func (aaa *EntitlementService) PublicGetUserAppEntitlementOwnershipByAppIDShort(input *entitlement.PublicGetUserAppEntitlementOwnershipByAppIDParams) (*platformclientmodels.Ownership, error)

func (*EntitlementService) PublicGetUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserEntitlementShort instead.

func (*EntitlementService) PublicGetUserEntitlementByItemID deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserEntitlementByItemIDShort instead.

func (*EntitlementService) PublicGetUserEntitlementByItemIDShort

func (*EntitlementService) PublicGetUserEntitlementBySku deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserEntitlementBySkuShort instead.

func (*EntitlementService) PublicGetUserEntitlementBySkuShort

func (*EntitlementService) PublicGetUserEntitlementOwnershipByItemID deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserEntitlementOwnershipByItemIDShort instead.

func (*EntitlementService) PublicGetUserEntitlementOwnershipByItemIds deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserEntitlementOwnershipByItemIdsShort instead.

func (*EntitlementService) PublicGetUserEntitlementOwnershipBySku deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserEntitlementOwnershipBySkuShort instead.

func (*EntitlementService) PublicGetUserEntitlementShort

func (*EntitlementService) PublicGetUserEntitlementsByIds deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserEntitlementsByIdsShort instead.

func (*EntitlementService) PublicGetUserEntitlementsByIdsShort

func (*EntitlementService) PublicQueryUserEntitlements deprecated

Deprecated: 2022-01-10 - Please use PublicQueryUserEntitlementsShort instead.

func (*EntitlementService) PublicQueryUserEntitlementsByAppType deprecated

Deprecated: 2022-01-10 - Please use PublicQueryUserEntitlementsByAppTypeShort instead.

func (*EntitlementService) PublicSellUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use PublicSellUserEntitlementShort instead.

func (*EntitlementService) PublicSplitUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use PublicSplitUserEntitlementShort instead.

func (*EntitlementService) PublicTransferUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use PublicTransferUserEntitlementShort instead.

func (*EntitlementService) PublicUserEntitlementHistory deprecated

Deprecated: 2022-01-10 - Please use PublicUserEntitlementHistoryShort instead.

func (*EntitlementService) QueryEntitlements deprecated

Deprecated: 2022-01-10 - Please use QueryEntitlementsShort instead.

func (*EntitlementService) QueryEntitlements1 deprecated

Deprecated: 2022-01-10 - Please use QueryEntitlements1Short instead.

func (*EntitlementService) QueryUserEntitlements deprecated

Deprecated: 2022-01-10 - Please use QueryUserEntitlementsShort instead.

func (*EntitlementService) QueryUserEntitlementsByAppType deprecated

Deprecated: 2022-01-10 - Please use QueryUserEntitlementsByAppTypeShort instead.

func (*EntitlementService) RevokeAllEntitlements deprecated

Deprecated: 2022-01-10 - Please use RevokeAllEntitlementsShort instead.

func (*EntitlementService) RevokeAllEntitlementsShort

func (*EntitlementService) RevokeEntitlements deprecated

Deprecated: 2022-01-10 - Please use RevokeEntitlementsShort instead.

func (*EntitlementService) RevokeUseCount deprecated

Deprecated: 2022-01-10 - Please use RevokeUseCountShort instead.

func (*EntitlementService) RevokeUseCountShort

func (*EntitlementService) RevokeUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use RevokeUserEntitlementShort instead.

func (*EntitlementService) RevokeUserEntitlementByUseCount deprecated

Deprecated: 2022-01-10 - Please use RevokeUserEntitlementByUseCountShort instead.

func (*EntitlementService) RevokeUserEntitlementByUseCountShort

func (*EntitlementService) RevokeUserEntitlementShort

func (*EntitlementService) RevokeUserEntitlements deprecated

Deprecated: 2022-01-10 - Please use RevokeUserEntitlementsShort instead.

func (*EntitlementService) RevokeUserEntitlementsShort

func (*EntitlementService) SellUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use SellUserEntitlementShort instead.

func (*EntitlementService) SellUserEntitlementShort

func (*EntitlementService) UpdateFlightId

func (aaa *EntitlementService) UpdateFlightId(flightId string)

func (*EntitlementService) UpdatePlatformEntitlementConfig deprecated

Deprecated: 2022-01-10 - Please use UpdatePlatformEntitlementConfigShort instead.

func (*EntitlementService) UpdateUserEntitlement deprecated

Deprecated: 2022-01-10 - Please use UpdateUserEntitlementShort instead.

func (*EntitlementService) UpdateUserEntitlementShort

type FulfillmentScriptService

type FulfillmentScriptService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

FulfillmentScriptService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use FulfillmentScriptService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*FulfillmentScriptService) CreateFulfillmentScript deprecated

Deprecated: 2022-01-10 - Please use CreateFulfillmentScriptShort instead.

func (*FulfillmentScriptService) DeleteFulfillmentScript deprecated

Deprecated: 2022-01-10 - Please use DeleteFulfillmentScriptShort instead.

func (*FulfillmentScriptService) DeleteFulfillmentScriptShort

func (aaa *FulfillmentScriptService) DeleteFulfillmentScriptShort(input *fulfillment_script.DeleteFulfillmentScriptParams) error

func (*FulfillmentScriptService) GetAuthSession

func (aaa *FulfillmentScriptService) GetAuthSession() auth.Session

func (*FulfillmentScriptService) GetFulfillmentScript deprecated

Deprecated: 2022-01-10 - Please use GetFulfillmentScriptShort instead.

func (*FulfillmentScriptService) ListFulfillmentScripts deprecated

Deprecated: 2022-01-10 - Please use ListFulfillmentScriptsShort instead.

func (*FulfillmentScriptService) UpdateFlightId

func (aaa *FulfillmentScriptService) UpdateFlightId(flightId string)

func (*FulfillmentScriptService) UpdateFulfillmentScript deprecated

Deprecated: 2022-01-10 - Please use UpdateFulfillmentScriptShort instead.

type FulfillmentService

type FulfillmentService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

FulfillmentService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use FulfillmentService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*FulfillmentService) FulfillItem deprecated

Deprecated: 2022-01-10 - Please use FulfillItemShort instead.

func (*FulfillmentService) FulfillItemShort

func (*FulfillmentService) FulfillRewards deprecated

func (aaa *FulfillmentService) FulfillRewards(input *fulfillment.FulfillRewardsParams) error

Deprecated: 2022-01-10 - Please use FulfillRewardsShort instead.

func (*FulfillmentService) FulfillRewardsShort

func (aaa *FulfillmentService) FulfillRewardsShort(input *fulfillment.FulfillRewardsParams) error

func (*FulfillmentService) FulfillRewardsV2 deprecated

Deprecated: 2022-01-10 - Please use FulfillRewardsV2Short instead.

func (*FulfillmentService) FulfillRewardsV2Short

func (*FulfillmentService) GetAuthSession

func (aaa *FulfillmentService) GetAuthSession() auth.Session

func (*FulfillmentService) PreCheckFulfillItem deprecated

Deprecated: 2022-01-10 - Please use PreCheckFulfillItemShort instead.

func (*FulfillmentService) PreCheckFulfillItemShort

func (*FulfillmentService) PublicRedeemCode deprecated

Deprecated: 2022-01-10 - Please use PublicRedeemCodeShort instead.

func (*FulfillmentService) PublicRedeemCodeShort

func (*FulfillmentService) QueryFulfillmentHistories deprecated

Deprecated: 2022-01-10 - Please use QueryFulfillmentHistoriesShort instead.

func (*FulfillmentService) RedeemCode deprecated

Deprecated: 2022-01-10 - Please use RedeemCodeShort instead.

func (*FulfillmentService) RedeemCodeShort

func (*FulfillmentService) UpdateFlightId

func (aaa *FulfillmentService) UpdateFlightId(flightId string)

type IAPService

type IAPService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

IAPService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use IAPService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*IAPService) DeleteAppleIAPConfig deprecated

func (aaa *IAPService) DeleteAppleIAPConfig(input *iap.DeleteAppleIAPConfigParams) error

Deprecated: 2022-01-10 - Please use DeleteAppleIAPConfigShort instead.

func (*IAPService) DeleteAppleIAPConfigShort

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

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

func (aaa *IAPService) DeleteGoogleIAPConfigShort(input *iap.DeleteGoogleIAPConfigParams) error

func (*IAPService) DeleteIAPItemConfig deprecated

func (aaa *IAPService) DeleteIAPItemConfig(input *iap.DeleteIAPItemConfigParams) error

Deprecated: 2022-01-10 - Please use DeleteIAPItemConfigShort instead.

func (*IAPService) DeleteIAPItemConfigShort

func (aaa *IAPService) DeleteIAPItemConfigShort(input *iap.DeleteIAPItemConfigParams) error

func (*IAPService) DeleteOculusIAPConfig deprecated

func (aaa *IAPService) DeleteOculusIAPConfig(input *iap.DeleteOculusIAPConfigParams) error

Deprecated: 2022-01-10 - Please use DeleteOculusIAPConfigShort instead.

func (*IAPService) DeleteOculusIAPConfigShort

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

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

func (aaa *IAPService) DeleteSteamIAPConfigShort(input *iap.DeleteSteamIAPConfigParams) error

func (*IAPService) DeleteTwitchIAPConfig deprecated

func (aaa *IAPService) DeleteTwitchIAPConfig(input *iap.DeleteTwitchIAPConfigParams) error

Deprecated: 2022-01-10 - Please use DeleteTwitchIAPConfigShort instead.

func (*IAPService) DeleteTwitchIAPConfigShort

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

func (aaa *IAPService) DeleteXblAPConfigShort(input *iap.DeleteXblAPConfigParams) error

func (*IAPService) GetAppleIAPConfig deprecated

Deprecated: 2022-01-10 - Please use GetAppleIAPConfigShort instead.

func (*IAPService) GetAppleIAPConfigShort

func (aaa *IAPService) GetAppleIAPConfigShort(input *iap.GetAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)

func (*IAPService) GetAuthSession

func (aaa *IAPService) GetAuthSession() auth.Session

func (*IAPService) GetEpicGamesIAPConfig deprecated

Deprecated: 2022-01-10 - Please use GetEpicGamesIAPConfigShort instead.

func (*IAPService) GetEpicGamesIAPConfigShort

func (aaa *IAPService) GetEpicGamesIAPConfigShort(input *iap.GetEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)

func (*IAPService) GetGoogleIAPConfig deprecated

Deprecated: 2022-01-10 - Please use GetGoogleIAPConfigShort instead.

func (*IAPService) GetGoogleIAPConfigShort

func (aaa *IAPService) GetGoogleIAPConfigShort(input *iap.GetGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)

func (*IAPService) GetIAPItemConfig deprecated

Deprecated: 2022-01-10 - Please use GetIAPItemConfigShort instead.

func (*IAPService) GetIAPItemConfigShort

func (aaa *IAPService) GetIAPItemConfigShort(input *iap.GetIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)

func (*IAPService) GetIAPItemMapping deprecated

Deprecated: 2022-01-10 - Please use GetIAPItemMappingShort instead.

func (*IAPService) GetIAPItemMappingShort

func (aaa *IAPService) GetIAPItemMappingShort(input *iap.GetIAPItemMappingParams) (*platformclientmodels.IAPItemMappingInfo, error)

func (*IAPService) GetOculusIAPConfig deprecated

Deprecated: 2022-01-10 - Please use GetOculusIAPConfigShort instead.

func (*IAPService) GetOculusIAPConfigShort

func (aaa *IAPService) GetOculusIAPConfigShort(input *iap.GetOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)

func (*IAPService) GetPlayStationIAPConfig deprecated

Deprecated: 2022-01-10 - Please use GetPlayStationIAPConfigShort instead.

func (*IAPService) GetPlayStationIAPConfigShort

func (*IAPService) GetSteamIAPConfig deprecated

Deprecated: 2022-01-10 - Please use GetSteamIAPConfigShort instead.

func (*IAPService) GetSteamIAPConfigShort

func (aaa *IAPService) GetSteamIAPConfigShort(input *iap.GetSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfig, error)

func (*IAPService) GetTwitchIAPConfig deprecated

Deprecated: 2022-01-10 - Please use GetTwitchIAPConfigShort instead.

func (*IAPService) GetTwitchIAPConfigShort

func (aaa *IAPService) GetTwitchIAPConfigShort(input *iap.GetTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)

func (*IAPService) GetXblIAPConfig deprecated

Deprecated: 2022-01-10 - Please use GetXblIAPConfigShort instead.

func (*IAPService) GetXblIAPConfigShort

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

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

func (aaa *IAPService) PublicFulfillAppleIAPItemShort(input *iap.PublicFulfillAppleIAPItemParams) error

func (*IAPService) PublicFulfillGoogleIAPItem deprecated

Deprecated: 2022-01-10 - Please use PublicFulfillGoogleIAPItemShort instead.

func (*IAPService) PublicReconcilePlayStationStore deprecated

Deprecated: 2022-01-10 - Please use PublicReconcilePlayStationStoreShort instead.

func (*IAPService) PublicReconcilePlayStationStoreWithMultipleServiceLabels deprecated

func (aaa *IAPService) PublicReconcilePlayStationStoreWithMultipleServiceLabels(input *iap.PublicReconcilePlayStationStoreWithMultipleServiceLabelsParams) ([]*platformclientmodels.PlayStationReconcileResult, error)

Deprecated: 2022-01-10 - Please use PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort instead.

func (*IAPService) QueryAllUserIAPOrders deprecated

Deprecated: 2022-01-10 - Please use QueryAllUserIAPOrdersShort instead.

func (*IAPService) QueryUserIAPConsumeHistory deprecated

Deprecated: 2022-01-10 - Please use QueryUserIAPConsumeHistoryShort instead.

func (*IAPService) QueryUserIAPOrders deprecated

Deprecated: 2022-01-10 - Please use QueryUserIAPOrdersShort instead.

func (*IAPService) QueryUserIAPOrdersShort

func (*IAPService) SyncEpicGamesInventory deprecated

Deprecated: 2022-01-10 - Please use SyncEpicGamesInventoryShort instead.

func (*IAPService) SyncEpicGamesInventoryShort

func (aaa *IAPService) SyncEpicGamesInventoryShort(input *iap.SyncEpicGamesInventoryParams) ([]*platformclientmodels.EpicGamesReconcileResult, error)

func (*IAPService) SyncOculusConsumableEntitlements deprecated

func (aaa *IAPService) SyncOculusConsumableEntitlements(input *iap.SyncOculusConsumableEntitlementsParams) ([]*platformclientmodels.OculusReconcileResult, error)

Deprecated: 2022-01-10 - Please use SyncOculusConsumableEntitlementsShort instead.

func (*IAPService) SyncOculusConsumableEntitlementsShort

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

func (aaa *IAPService) SyncSteamInventoryShort(input *iap.SyncSteamInventoryParams) error

func (*IAPService) SyncTwitchDropsEntitlement deprecated

func (aaa *IAPService) SyncTwitchDropsEntitlement(input *iap.SyncTwitchDropsEntitlementParams) ([]*platformclientmodels.TwitchSyncResult, error)

Deprecated: 2022-01-10 - Please use SyncTwitchDropsEntitlementShort instead.

func (*IAPService) SyncTwitchDropsEntitlement1 deprecated

func (aaa *IAPService) SyncTwitchDropsEntitlement1(input *iap.SyncTwitchDropsEntitlement1Params) error

Deprecated: 2022-01-10 - Please use SyncTwitchDropsEntitlement1Short instead.

func (*IAPService) SyncTwitchDropsEntitlement1Short

func (aaa *IAPService) SyncTwitchDropsEntitlement1Short(input *iap.SyncTwitchDropsEntitlement1Params) error

func (*IAPService) SyncTwitchDropsEntitlementShort

func (aaa *IAPService) SyncTwitchDropsEntitlementShort(input *iap.SyncTwitchDropsEntitlementParams) ([]*platformclientmodels.TwitchSyncResult, error)

func (*IAPService) SyncXboxInventory deprecated

Deprecated: 2022-01-10 - Please use SyncXboxInventoryShort instead.

func (*IAPService) SyncXboxInventoryShort

func (aaa *IAPService) SyncXboxInventoryShort(input *iap.SyncXboxInventoryParams) ([]*platformclientmodels.XblReconcileResult, error)

func (*IAPService) UpdateAppleIAPConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateAppleIAPConfigShort instead.

func (*IAPService) UpdateAppleIAPConfigShort

func (aaa *IAPService) UpdateAppleIAPConfigShort(input *iap.UpdateAppleIAPConfigParams) (*platformclientmodels.AppleIAPConfigInfo, error)

func (*IAPService) UpdateEpicGamesIAPConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateEpicGamesIAPConfigShort instead.

func (*IAPService) UpdateEpicGamesIAPConfigShort

func (aaa *IAPService) UpdateEpicGamesIAPConfigShort(input *iap.UpdateEpicGamesIAPConfigParams) (*platformclientmodels.EpicGamesIAPConfigInfo, error)

func (*IAPService) UpdateFlightId

func (aaa *IAPService) UpdateFlightId(flightId string)

func (*IAPService) UpdateGoogleIAPConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateGoogleIAPConfigShort instead.

func (*IAPService) UpdateGoogleIAPConfigShort

func (aaa *IAPService) UpdateGoogleIAPConfigShort(input *iap.UpdateGoogleIAPConfigParams) (*platformclientmodels.GoogleIAPConfigInfo, error)

func (*IAPService) UpdateGoogleP12File deprecated

Deprecated: 2022-01-10 - Please use UpdateGoogleP12FileShort instead.

func (*IAPService) UpdateGoogleP12FileShort

func (aaa *IAPService) UpdateGoogleP12FileShort(input *iap.UpdateGoogleP12FileParams) (*platformclientmodels.GoogleIAPConfigInfo, error)

func (*IAPService) UpdateIAPItemConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateIAPItemConfigShort instead.

func (*IAPService) UpdateIAPItemConfigShort

func (aaa *IAPService) UpdateIAPItemConfigShort(input *iap.UpdateIAPItemConfigParams) (*platformclientmodels.IAPItemConfigInfo, error)

func (*IAPService) UpdateOculusIAPConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateOculusIAPConfigShort instead.

func (*IAPService) UpdateOculusIAPConfigShort

func (aaa *IAPService) UpdateOculusIAPConfigShort(input *iap.UpdateOculusIAPConfigParams) (*platformclientmodels.OculusIAPConfigInfo, error)

func (*IAPService) UpdatePlaystationIAPConfig deprecated

Deprecated: 2022-01-10 - Please use UpdatePlaystationIAPConfigShort instead.

func (*IAPService) UpdateSteamIAPConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateSteamIAPConfigShort instead.

func (*IAPService) UpdateSteamIAPConfigShort

func (aaa *IAPService) UpdateSteamIAPConfigShort(input *iap.UpdateSteamIAPConfigParams) (*platformclientmodels.SteamIAPConfigInfo, error)

func (*IAPService) UpdateTwitchIAPConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateTwitchIAPConfigShort instead.

func (*IAPService) UpdateTwitchIAPConfigShort

func (aaa *IAPService) UpdateTwitchIAPConfigShort(input *iap.UpdateTwitchIAPConfigParams) (*platformclientmodels.TwitchIAPConfigInfo, error)

func (*IAPService) UpdateXblBPCertFile deprecated

Deprecated: 2022-01-10 - Please use UpdateXblBPCertFileShort instead.

func (*IAPService) UpdateXblBPCertFileShort

func (aaa *IAPService) UpdateXblBPCertFileShort(input *iap.UpdateXblBPCertFileParams) (*platformclientmodels.XblIAPConfigInfo, error)

func (*IAPService) UpdateXblIAPConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateXblIAPConfigShort instead.

func (*IAPService) UpdateXblIAPConfigShort

func (aaa *IAPService) UpdateXblIAPConfigShort(input *iap.UpdateXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, error)

func (*IAPService) ValidateExistedPlaystationIAPConfig deprecated

func (aaa *IAPService) ValidateExistedPlaystationIAPConfig(input *iap.ValidateExistedPlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)

Deprecated: 2022-01-10 - Please use ValidateExistedPlaystationIAPConfigShort instead.

func (*IAPService) ValidateExistedPlaystationIAPConfigShort

func (aaa *IAPService) ValidateExistedPlaystationIAPConfigShort(input *iap.ValidateExistedPlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)

func (*IAPService) ValidatePlaystationIAPConfig deprecated

func (aaa *IAPService) ValidatePlaystationIAPConfig(input *iap.ValidatePlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)

Deprecated: 2022-01-10 - Please use ValidatePlaystationIAPConfigShort instead.

func (*IAPService) ValidatePlaystationIAPConfigShort

func (aaa *IAPService) ValidatePlaystationIAPConfigShort(input *iap.ValidatePlaystationIAPConfigParams) (*platformclientmodels.TestResult, error)

type InvoiceService

type InvoiceService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

InvoiceService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use InvoiceService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*InvoiceService) DownloadInvoiceDetails deprecated

func (aaa *InvoiceService) DownloadInvoiceDetails(input *invoice.DownloadInvoiceDetailsParams, writer io.Writer) (io.Writer, error)

Deprecated: 2022-01-10 - Please use DownloadInvoiceDetailsShort instead.

func (*InvoiceService) DownloadInvoiceDetailsShort

func (aaa *InvoiceService) DownloadInvoiceDetailsShort(input *invoice.DownloadInvoiceDetailsParams, writer io.Writer) (io.Writer, error)

func (*InvoiceService) GenerateInvoiceSummary deprecated

Deprecated: 2022-01-10 - Please use GenerateInvoiceSummaryShort instead.

func (*InvoiceService) GenerateInvoiceSummaryShort

func (aaa *InvoiceService) GenerateInvoiceSummaryShort(input *invoice.GenerateInvoiceSummaryParams) (*platformclientmodels.InvoiceSummary, error)

func (*InvoiceService) GetAuthSession

func (aaa *InvoiceService) GetAuthSession() auth.Session

func (*InvoiceService) UpdateFlightId

func (aaa *InvoiceService) UpdateFlightId(flightId string)

type ItemService

type ItemService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

ItemService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ItemService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*ItemService) AcquireItem deprecated

Deprecated: 2022-01-10 - Please use AcquireItemShort instead.

func (*ItemService) AcquireItemShort

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

func (aaa *ItemService) BulkGetLocaleItemsShort(input *item.BulkGetLocaleItemsParams) ([]*platformclientmodels.ItemInfo, error)

func (*ItemService) BulkUpdateRegionData deprecated

func (aaa *ItemService) BulkUpdateRegionData(input *item.BulkUpdateRegionDataParams) error

Deprecated: 2022-01-10 - Please use BulkUpdateRegionDataShort instead.

func (*ItemService) BulkUpdateRegionDataShort

func (aaa *ItemService) BulkUpdateRegionDataShort(input *item.BulkUpdateRegionDataParams) error

func (*ItemService) CreateItem deprecated

Deprecated: 2022-01-10 - Please use CreateItemShort instead.

func (*ItemService) CreateItemShort

func (aaa *ItemService) CreateItemShort(input *item.CreateItemParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) CreateItemTypeConfig deprecated

func (aaa *ItemService) CreateItemTypeConfig(input *item.CreateItemTypeConfigParams) error

Deprecated: 2022-01-10 - Please use CreateItemTypeConfigShort instead.

func (*ItemService) CreateItemTypeConfigShort

func (aaa *ItemService) CreateItemTypeConfigShort(input *item.CreateItemTypeConfigParams) error

func (*ItemService) DefeatureItem deprecated

Deprecated: 2022-01-10 - Please use DefeatureItemShort instead.

func (*ItemService) DefeatureItemShort

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

func (aaa *ItemService) DeleteItemShort(input *item.DeleteItemParams) error

func (*ItemService) DeleteItemTypeConfig deprecated

func (aaa *ItemService) DeleteItemTypeConfig(input *item.DeleteItemTypeConfigParams) error

Deprecated: 2022-01-10 - Please use DeleteItemTypeConfigShort instead.

func (*ItemService) DeleteItemTypeConfigShort

func (aaa *ItemService) DeleteItemTypeConfigShort(input *item.DeleteItemTypeConfigParams) error

func (*ItemService) DisableItem deprecated

Deprecated: 2022-01-10 - Please use DisableItemShort instead.

func (*ItemService) DisableItemShort

func (aaa *ItemService) DisableItemShort(input *item.DisableItemParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) EnableItem deprecated

Deprecated: 2022-01-10 - Please use EnableItemShort instead.

func (*ItemService) EnableItemShort

func (aaa *ItemService) EnableItemShort(input *item.EnableItemParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) FeatureItem deprecated

Deprecated: 2022-01-10 - Please use FeatureItemShort instead.

func (*ItemService) FeatureItemShort

func (aaa *ItemService) FeatureItemShort(input *item.FeatureItemParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) GetApp deprecated

Deprecated: 2022-01-10 - Please use GetAppShort instead.

func (*ItemService) GetAppShort

func (aaa *ItemService) GetAppShort(input *item.GetAppParams) (*platformclientmodels.FullAppInfo, error)

func (*ItemService) GetAuthSession

func (aaa *ItemService) GetAuthSession() auth.Session

func (*ItemService) GetAvailablePredicateTypes deprecated

func (aaa *ItemService) GetAvailablePredicateTypes(input *item.GetAvailablePredicateTypesParams) ([]*platformclientmodels.AvailablePredicate, error)

Deprecated: 2022-01-10 - Please use GetAvailablePredicateTypesShort instead.

func (*ItemService) GetAvailablePredicateTypesShort

func (aaa *ItemService) GetAvailablePredicateTypesShort(input *item.GetAvailablePredicateTypesParams) ([]*platformclientmodels.AvailablePredicate, error)

func (*ItemService) GetBulkItemIDBySkus deprecated

func (aaa *ItemService) GetBulkItemIDBySkus(input *item.GetBulkItemIDBySkusParams) ([]*platformclientmodels.ItemID, error)

Deprecated: 2022-01-10 - Please use GetBulkItemIDBySkusShort instead.

func (*ItemService) GetBulkItemIDBySkusShort

func (aaa *ItemService) GetBulkItemIDBySkusShort(input *item.GetBulkItemIDBySkusParams) ([]*platformclientmodels.ItemID, error)

func (*ItemService) GetEstimatedPrice deprecated

Deprecated: 2022-01-10 - Please use GetEstimatedPriceShort instead.

func (*ItemService) GetEstimatedPriceShort

func (aaa *ItemService) GetEstimatedPriceShort(input *item.GetEstimatedPriceParams) (*platformclientmodels.EstimatedPriceInfo, error)

func (*ItemService) GetItem deprecated

Deprecated: 2022-01-10 - Please use GetItemShort instead.

func (*ItemService) GetItemByAppID deprecated

Deprecated: 2022-01-10 - Please use GetItemByAppIDShort instead.

func (*ItemService) GetItemByAppIDShort

func (aaa *ItemService) GetItemByAppIDShort(input *item.GetItemByAppIDParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) GetItemBySku deprecated

Deprecated: 2022-01-10 - Please use GetItemBySkuShort instead.

func (*ItemService) GetItemBySkuShort

func (aaa *ItemService) GetItemBySkuShort(input *item.GetItemBySkuParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) GetItemDynamicData deprecated

Deprecated: 2022-01-10 - Please use GetItemDynamicDataShort instead.

func (*ItemService) GetItemDynamicDataShort

func (*ItemService) GetItemIDBySku deprecated

func (aaa *ItemService) GetItemIDBySku(input *item.GetItemIDBySkuParams) (*platformclientmodels.ItemID, error)

Deprecated: 2022-01-10 - Please use GetItemIDBySkuShort instead.

func (*ItemService) GetItemIDBySkuShort

func (aaa *ItemService) GetItemIDBySkuShort(input *item.GetItemIDBySkuParams) (*platformclientmodels.ItemID, error)

func (*ItemService) GetItemShort

func (aaa *ItemService) GetItemShort(input *item.GetItemParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) GetItemTypeConfig deprecated

Deprecated: 2022-01-10 - Please use GetItemTypeConfigShort instead.

func (*ItemService) GetItemTypeConfigShort

func (aaa *ItemService) GetItemTypeConfigShort(input *item.GetItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)

func (*ItemService) GetItems deprecated

Deprecated: 2022-01-10 - Please use GetItemsShort instead.

func (*ItemService) GetItemsShort

func (aaa *ItemService) GetItemsShort(input *item.GetItemsParams) ([]*platformclientmodels.FullItemInfo, error)

func (*ItemService) GetLocaleItem deprecated

Deprecated: 2022-01-10 - Please use GetLocaleItemShort instead.

func (*ItemService) GetLocaleItemBySku deprecated

Deprecated: 2022-01-10 - Please use GetLocaleItemBySkuShort instead.

func (*ItemService) GetLocaleItemBySkuShort

func (aaa *ItemService) GetLocaleItemBySkuShort(input *item.GetLocaleItemBySkuParams) (*platformclientmodels.PopulatedItemInfo, error)

func (*ItemService) GetLocaleItemShort

func (*ItemService) ListBasicItemsByFeatures deprecated

func (aaa *ItemService) ListBasicItemsByFeatures(input *item.ListBasicItemsByFeaturesParams) ([]*platformclientmodels.BasicItem, error)

Deprecated: 2022-01-10 - Please use ListBasicItemsByFeaturesShort instead.

func (*ItemService) ListBasicItemsByFeaturesShort

func (aaa *ItemService) ListBasicItemsByFeaturesShort(input *item.ListBasicItemsByFeaturesParams) ([]*platformclientmodels.BasicItem, error)

func (*ItemService) ListItemTypeConfigs deprecated

Deprecated: 2022-01-10 - Please use ListItemTypeConfigsShort instead.

func (*ItemService) ListItemTypeConfigsShort

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

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

func (aaa *ItemService) PublicGetAppShort(input *item.PublicGetAppParams) (*platformclientmodels.AppInfo, error)

func (*ItemService) PublicGetEstimatedPrice deprecated

Deprecated: 2022-01-10 - Please use PublicGetEstimatedPriceShort instead.

func (*ItemService) PublicGetEstimatedPriceShort

func (aaa *ItemService) PublicGetEstimatedPriceShort(input *item.PublicGetEstimatedPriceParams) ([]*platformclientmodels.EstimatedPriceInfo, error)

func (*ItemService) PublicGetItem deprecated

Deprecated: 2022-01-10 - Please use PublicGetItemShort instead.

func (*ItemService) PublicGetItemByAppID deprecated

func (aaa *ItemService) PublicGetItemByAppID(input *item.PublicGetItemByAppIDParams) (*platformclientmodels.ItemInfo, error)

Deprecated: 2022-01-10 - Please use PublicGetItemByAppIDShort instead.

func (*ItemService) PublicGetItemByAppIDShort

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

func (aaa *ItemService) PublicGetItemBySkuShort(input *item.PublicGetItemBySkuParams) (*platformclientmodels.ItemInfo, error)

func (*ItemService) PublicGetItemDynamicData deprecated

Deprecated: 2022-01-10 - Please use PublicGetItemDynamicDataShort instead.

func (*ItemService) PublicGetItemDynamicDataShort

func (aaa *ItemService) PublicGetItemDynamicDataShort(input *item.PublicGetItemDynamicDataParams) (*platformclientmodels.ItemDynamicDataInfo, error)

func (*ItemService) PublicGetItemShort

func (*ItemService) PublicQueryItems deprecated

Deprecated: 2022-01-10 - Please use PublicQueryItemsShort instead.

func (*ItemService) PublicQueryItemsShort

func (*ItemService) PublicSearchItems deprecated

Deprecated: 2022-01-10 - Please use PublicSearchItemsShort instead.

func (*ItemService) PublicSearchItemsShort

func (*ItemService) PublicValidateItemPurchaseCondition deprecated

Deprecated: 2022-01-10 - Please use PublicValidateItemPurchaseConditionShort instead.

func (*ItemService) QueryItems deprecated

Deprecated: 2022-01-10 - Please use QueryItemsShort instead.

func (*ItemService) QueryItems1 deprecated

Deprecated: 2022-01-10 - Please use QueryItems1Short instead.

func (*ItemService) QueryItems1Short

func (*ItemService) QueryItemsShort

func (*ItemService) QueryUncategorizedItems deprecated

Deprecated: 2022-01-10 - Please use QueryUncategorizedItemsShort instead.

func (*ItemService) ReturnItem deprecated

func (aaa *ItemService) ReturnItem(input *item.ReturnItemParams) error

Deprecated: 2022-01-10 - Please use ReturnItemShort instead.

func (*ItemService) ReturnItemShort

func (aaa *ItemService) ReturnItemShort(input *item.ReturnItemParams) error

func (*ItemService) SearchItemTypeConfig deprecated

Deprecated: 2022-01-10 - Please use SearchItemTypeConfigShort instead.

func (*ItemService) SearchItemTypeConfigShort

func (aaa *ItemService) SearchItemTypeConfigShort(input *item.SearchItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)

func (*ItemService) SearchItems deprecated

Deprecated: 2022-01-10 - Please use SearchItemsShort instead.

func (*ItemService) SearchItemsShort

func (*ItemService) SyncInGameItem deprecated

Deprecated: 2022-01-10 - Please use SyncInGameItemShort instead.

func (*ItemService) SyncInGameItemShort

func (aaa *ItemService) SyncInGameItemShort(input *item.SyncInGameItemParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) UpdateApp deprecated

Deprecated: 2022-01-10 - Please use UpdateAppShort instead.

func (*ItemService) UpdateAppShort

func (aaa *ItemService) UpdateAppShort(input *item.UpdateAppParams) (*platformclientmodels.FullAppInfo, error)

func (*ItemService) UpdateFlightId

func (aaa *ItemService) UpdateFlightId(flightId string)

func (*ItemService) UpdateItem deprecated

Deprecated: 2022-01-10 - Please use UpdateItemShort instead.

func (*ItemService) UpdateItemPurchaseCondition deprecated

func (aaa *ItemService) UpdateItemPurchaseCondition(input *item.UpdateItemPurchaseConditionParams) (*platformclientmodels.FullItemInfo, error)

Deprecated: 2022-01-10 - Please use UpdateItemPurchaseConditionShort instead.

func (*ItemService) UpdateItemPurchaseConditionShort

func (aaa *ItemService) UpdateItemPurchaseConditionShort(input *item.UpdateItemPurchaseConditionParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) UpdateItemShort

func (aaa *ItemService) UpdateItemShort(input *item.UpdateItemParams) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) UpdateItemTypeConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateItemTypeConfigShort instead.

func (*ItemService) UpdateItemTypeConfigShort

func (aaa *ItemService) UpdateItemTypeConfigShort(input *item.UpdateItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, error)

func (*ItemService) ValidateItemPurchaseCondition deprecated

Deprecated: 2022-01-10 - Please use ValidateItemPurchaseConditionShort instead.

type KeyGroupService

type KeyGroupService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

KeyGroupService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use KeyGroupService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*KeyGroupService) CreateKeyGroup deprecated

Deprecated: 2022-01-10 - Please use CreateKeyGroupShort instead.

func (*KeyGroupService) CreateKeyGroupShort

func (*KeyGroupService) GetAuthSession

func (aaa *KeyGroupService) GetAuthSession() auth.Session

func (*KeyGroupService) GetKeyGroup deprecated

Deprecated: 2022-01-10 - Please use GetKeyGroupShort instead.

func (*KeyGroupService) GetKeyGroupByBoothName deprecated

Deprecated: 2022-01-10 - Please use GetKeyGroupByBoothNameShort instead.

func (*KeyGroupService) GetKeyGroupByBoothNameShort

func (*KeyGroupService) GetKeyGroupDynamic deprecated

Deprecated: 2022-01-10 - Please use GetKeyGroupDynamicShort instead.

func (*KeyGroupService) GetKeyGroupDynamicShort

func (*KeyGroupService) GetKeyGroupShort

func (*KeyGroupService) ListKeys deprecated

Deprecated: 2022-01-10 - Please use ListKeysShort instead.

func (*KeyGroupService) ListKeysShort

func (*KeyGroupService) QueryKeyGroups deprecated

Deprecated: 2022-01-10 - Please use QueryKeyGroupsShort instead.

func (*KeyGroupService) UpdateFlightId

func (aaa *KeyGroupService) UpdateFlightId(flightId string)

func (*KeyGroupService) UpdateKeyGroup deprecated

Deprecated: 2022-01-10 - Please use UpdateKeyGroupShort instead.

func (*KeyGroupService) UpdateKeyGroupShort

func (*KeyGroupService) UploadKeys deprecated

Deprecated: 2022-01-10 - Please use UploadKeysShort instead.

func (*KeyGroupService) UploadKeysShort

type OrderDedicatedService

type OrderDedicatedService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

OrderDedicatedService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use OrderDedicatedService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*OrderDedicatedService) GetAuthSession

func (aaa *OrderDedicatedService) GetAuthSession() auth.Session

func (*OrderDedicatedService) SyncOrders deprecated

Deprecated: 2022-01-10 - Please use SyncOrdersShort instead.

func (*OrderDedicatedService) SyncOrdersShort

func (*OrderDedicatedService) UpdateFlightId

func (aaa *OrderDedicatedService) UpdateFlightId(flightId string)

type OrderService

type OrderService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

OrderService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use OrderService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*OrderService) AdminCreateUserOrder deprecated

func (aaa *OrderService) AdminCreateUserOrder(input *order.AdminCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)

Deprecated: 2022-01-10 - Please use AdminCreateUserOrderShort instead.

func (*OrderService) AdminCreateUserOrderShort

func (aaa *OrderService) AdminCreateUserOrderShort(input *order.AdminCreateUserOrderParams) (*platformclientmodels.OrderInfo, error)

func (*OrderService) CountOfPurchasedItem deprecated

Deprecated: 2022-01-10 - Please use CountOfPurchasedItemShort instead.

func (*OrderService) CountOfPurchasedItemShort

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

func (aaa *OrderService) DownloadUserOrderReceiptShort(input *order.DownloadUserOrderReceiptParams, writer io.Writer) (io.Writer, error)

func (*OrderService) FulfillUserOrder deprecated

Deprecated: 2022-01-10 - Please use FulfillUserOrderShort instead.

func (*OrderService) FulfillUserOrderShort

func (aaa *OrderService) FulfillUserOrderShort(input *order.FulfillUserOrderParams) (*platformclientmodels.OrderInfo, error)

func (*OrderService) GetAuthSession

func (aaa *OrderService) GetAuthSession() auth.Session

func (*OrderService) GetOrder deprecated

Deprecated: 2022-01-10 - Please use GetOrderShort instead.

func (*OrderService) GetOrderShort

func (aaa *OrderService) GetOrderShort(input *order.GetOrderParams) (*platformclientmodels.OrderInfo, error)

func (*OrderService) GetOrderStatistics deprecated

Deprecated: 2022-01-10 - Please use GetOrderStatisticsShort instead.

func (*OrderService) GetOrderStatisticsShort

func (aaa *OrderService) GetOrderStatisticsShort(input *order.GetOrderStatisticsParams) (*platformclientmodels.OrderStatistics, error)

func (*OrderService) GetUserOrder deprecated

Deprecated: 2022-01-10 - Please use GetUserOrderShort instead.

func (*OrderService) GetUserOrderGrant deprecated

Deprecated: 2022-01-10 - Please use GetUserOrderGrantShort instead.

func (*OrderService) GetUserOrderGrantShort

func (aaa *OrderService) GetUserOrderGrantShort(input *order.GetUserOrderGrantParams) (*platformclientmodels.OrderGrantInfo, error)

func (*OrderService) GetUserOrderHistories deprecated

Deprecated: 2022-01-10 - Please use GetUserOrderHistoriesShort instead.

func (*OrderService) GetUserOrderHistoriesShort

func (aaa *OrderService) GetUserOrderHistoriesShort(input *order.GetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)

func (*OrderService) GetUserOrderShort

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

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

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

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

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

func (aaa *OrderService) PublicGetUserOrderHistoriesShort(input *order.PublicGetUserOrderHistoriesParams) ([]*platformclientmodels.OrderHistoryInfo, error)

func (*OrderService) PublicGetUserOrderShort

func (aaa *OrderService) PublicGetUserOrderShort(input *order.PublicGetUserOrderParams) (*platformclientmodels.OrderInfo, error)

func (*OrderService) PublicQueryUserOrders deprecated

Deprecated: 2022-01-10 - Please use PublicQueryUserOrdersShort instead.

func (*OrderService) PublicQueryUserOrdersShort

func (*OrderService) QueryOrders deprecated

Deprecated: 2022-01-10 - Please use QueryOrdersShort instead.

func (*OrderService) QueryOrdersShort

func (*OrderService) QueryUserOrders deprecated

Deprecated: 2022-01-10 - Please use QueryUserOrdersShort instead.

func (*OrderService) QueryUserOrdersShort

func (*OrderService) RefundOrder deprecated

Deprecated: 2022-01-10 - Please use RefundOrderShort instead.

func (*OrderService) RefundOrderShort

func (aaa *OrderService) RefundOrderShort(input *order.RefundOrderParams) (*platformclientmodels.OrderInfo, error)

func (*OrderService) UpdateFlightId

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

func (aaa *OrderService) UpdateUserOrderStatusShort(input *order.UpdateUserOrderStatusParams) (*platformclientmodels.OrderInfo, error)

type PaymentAccountService

type PaymentAccountService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PaymentAccountService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PaymentAccountService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*PaymentAccountService) GetAuthSession

func (aaa *PaymentAccountService) GetAuthSession() auth.Session

func (*PaymentAccountService) PublicDeletePaymentAccount deprecated

func (aaa *PaymentAccountService) PublicDeletePaymentAccount(input *payment_account.PublicDeletePaymentAccountParams) error

Deprecated: 2022-01-10 - Please use PublicDeletePaymentAccountShort instead.

func (*PaymentAccountService) PublicDeletePaymentAccountShort

func (aaa *PaymentAccountService) PublicDeletePaymentAccountShort(input *payment_account.PublicDeletePaymentAccountParams) error

func (*PaymentAccountService) PublicGetPaymentAccounts deprecated

Deprecated: 2022-01-10 - Please use PublicGetPaymentAccountsShort instead.

func (*PaymentAccountService) PublicGetPaymentAccountsShort

func (*PaymentAccountService) UpdateFlightId

func (aaa *PaymentAccountService) UpdateFlightId(flightId string)

type PaymentCallbackConfigService

type PaymentCallbackConfigService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PaymentCallbackConfigService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PaymentCallbackConfigService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*PaymentCallbackConfigService) GetAuthSession

func (aaa *PaymentCallbackConfigService) GetAuthSession() auth.Session

func (*PaymentCallbackConfigService) GetPaymentCallbackConfig deprecated

Deprecated: 2022-01-10 - Please use GetPaymentCallbackConfigShort instead.

func (*PaymentCallbackConfigService) UpdateFlightId

func (aaa *PaymentCallbackConfigService) UpdateFlightId(flightId string)

func (*PaymentCallbackConfigService) UpdatePaymentCallbackConfig deprecated

Deprecated: 2022-01-10 - Please use UpdatePaymentCallbackConfigShort instead.

type PaymentConfigService

type PaymentConfigService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PaymentConfigService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PaymentConfigService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*PaymentConfigService) CreatePaymentProviderConfig deprecated

Deprecated: 2022-01-10 - Please use CreatePaymentProviderConfigShort instead.

func (*PaymentConfigService) DebugMatchedPaymentMerchantConfig deprecated

Deprecated: 2022-01-10 - Please use DebugMatchedPaymentMerchantConfigShort instead.

func (*PaymentConfigService) DebugMatchedPaymentProviderConfig deprecated

Deprecated: 2022-01-10 - Please use DebugMatchedPaymentProviderConfigShort instead.

func (*PaymentConfigService) DeletePaymentProviderConfig deprecated

func (aaa *PaymentConfigService) DeletePaymentProviderConfig(input *payment_config.DeletePaymentProviderConfigParams) error

Deprecated: 2022-01-10 - Please use DeletePaymentProviderConfigShort instead.

func (*PaymentConfigService) DeletePaymentProviderConfigShort

func (aaa *PaymentConfigService) DeletePaymentProviderConfigShort(input *payment_config.DeletePaymentProviderConfigParams) error

func (*PaymentConfigService) GetAggregatePaymentProviders deprecated

func (aaa *PaymentConfigService) GetAggregatePaymentProviders(input *payment_config.GetAggregatePaymentProvidersParams) ([]string, error)

Deprecated: 2022-01-10 - Please use GetAggregatePaymentProvidersShort instead.

func (*PaymentConfigService) GetAggregatePaymentProvidersShort

func (aaa *PaymentConfigService) GetAggregatePaymentProvidersShort(input *payment_config.GetAggregatePaymentProvidersParams) ([]string, error)

func (*PaymentConfigService) GetAuthSession

func (aaa *PaymentConfigService) GetAuthSession() auth.Session

func (*PaymentConfigService) GetPaymentMerchantConfig deprecated

Deprecated: 2022-01-10 - Please use GetPaymentMerchantConfigShort instead.

func (*PaymentConfigService) GetPaymentTaxConfig deprecated

Deprecated: 2022-01-10 - Please use GetPaymentTaxConfigShort instead.

func (*PaymentConfigService) GetPaymentTaxConfigShort

func (*PaymentConfigService) GetSpecialPaymentProviders deprecated

func (aaa *PaymentConfigService) GetSpecialPaymentProviders(input *payment_config.GetSpecialPaymentProvidersParams) ([]string, error)

Deprecated: 2022-01-10 - Please use GetSpecialPaymentProvidersShort instead.

func (*PaymentConfigService) GetSpecialPaymentProvidersShort

func (aaa *PaymentConfigService) GetSpecialPaymentProvidersShort(input *payment_config.GetSpecialPaymentProvidersParams) ([]string, error)

func (*PaymentConfigService) QueryPaymentProviderConfig deprecated

Deprecated: 2022-01-10 - Please use QueryPaymentProviderConfigShort instead.

func (*PaymentConfigService) TestAdyenConfig deprecated

Deprecated: 2022-01-10 - Please use TestAdyenConfigShort instead.

func (*PaymentConfigService) TestAdyenConfigByID deprecated

Deprecated: 2022-01-10 - Please use TestAdyenConfigByIDShort instead.

func (*PaymentConfigService) TestAdyenConfigByIDShort

func (*PaymentConfigService) TestAdyenConfigShort

func (*PaymentConfigService) TestAliPayConfig deprecated

Deprecated: 2022-01-10 - Please use TestAliPayConfigShort instead.

func (*PaymentConfigService) TestAliPayConfigByID deprecated

Deprecated: 2022-01-10 - Please use TestAliPayConfigByIDShort instead.

func (*PaymentConfigService) TestAliPayConfigByIDShort

func (*PaymentConfigService) TestAliPayConfigShort

func (*PaymentConfigService) TestCheckoutConfig deprecated

Deprecated: 2022-01-10 - Please use TestCheckoutConfigShort instead.

func (*PaymentConfigService) TestCheckoutConfigByID deprecated

Deprecated: 2022-01-10 - Please use TestCheckoutConfigByIDShort instead.

func (*PaymentConfigService) TestCheckoutConfigByIDShort

func (*PaymentConfigService) TestCheckoutConfigShort

func (*PaymentConfigService) TestPayPalConfig deprecated

Deprecated: 2022-01-10 - Please use TestPayPalConfigShort instead.

func (*PaymentConfigService) TestPayPalConfigByID deprecated

Deprecated: 2022-01-10 - Please use TestPayPalConfigByIDShort instead.

func (*PaymentConfigService) TestPayPalConfigByIDShort

func (*PaymentConfigService) TestPayPalConfigShort

func (*PaymentConfigService) TestStripeConfig deprecated

Deprecated: 2022-01-10 - Please use TestStripeConfigShort instead.

func (*PaymentConfigService) TestStripeConfigByID deprecated

Deprecated: 2022-01-10 - Please use TestStripeConfigByIDShort instead.

func (*PaymentConfigService) TestStripeConfigByIDShort

func (*PaymentConfigService) TestStripeConfigShort

func (*PaymentConfigService) TestWxPayConfig deprecated

Deprecated: 2022-01-10 - Please use TestWxPayConfigShort instead.

func (*PaymentConfigService) TestWxPayConfigByID deprecated

Deprecated: 2022-01-10 - Please use TestWxPayConfigByIDShort instead.

func (*PaymentConfigService) TestWxPayConfigByIDShort

func (*PaymentConfigService) TestWxPayConfigShort

func (*PaymentConfigService) TestXsollaConfig deprecated

Deprecated: 2022-01-10 - Please use TestXsollaConfigShort instead.

func (*PaymentConfigService) TestXsollaConfigByID deprecated

Deprecated: 2022-01-10 - Please use TestXsollaConfigByIDShort instead.

func (*PaymentConfigService) TestXsollaConfigByIDShort

func (*PaymentConfigService) TestXsollaConfigShort

func (*PaymentConfigService) UpdateAdyenConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateAdyenConfigShort instead.

func (*PaymentConfigService) UpdateAliPayConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateAliPayConfigShort instead.

func (*PaymentConfigService) UpdateCheckoutConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateCheckoutConfigShort instead.

func (*PaymentConfigService) UpdateFlightId

func (aaa *PaymentConfigService) UpdateFlightId(flightId string)

func (*PaymentConfigService) UpdatePayPalConfig deprecated

Deprecated: 2022-01-10 - Please use UpdatePayPalConfigShort instead.

func (*PaymentConfigService) UpdatePaymentProviderConfig deprecated

Deprecated: 2022-01-10 - Please use UpdatePaymentProviderConfigShort instead.

func (*PaymentConfigService) UpdatePaymentTaxConfig deprecated

Deprecated: 2022-01-10 - Please use UpdatePaymentTaxConfigShort instead.

func (*PaymentConfigService) UpdateStripeConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateStripeConfigShort instead.

func (*PaymentConfigService) UpdateWxPayConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateWxPayConfigShort instead.

func (*PaymentConfigService) UpdateWxPayConfigCert deprecated

Deprecated: 2022-01-10 - Please use UpdateWxPayConfigCertShort instead.

func (*PaymentConfigService) UpdateXsollaConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateXsollaConfigShort instead.

func (*PaymentConfigService) UpdateXsollaUIConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateXsollaUIConfigShort instead.

type PaymentDedicatedService

type PaymentDedicatedService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PaymentDedicatedService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PaymentDedicatedService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*PaymentDedicatedService) CreatePaymentOrderByDedicated deprecated

Deprecated: 2022-01-10 - Please use CreatePaymentOrderByDedicatedShort instead.

func (*PaymentDedicatedService) GetAuthSession

func (aaa *PaymentDedicatedService) GetAuthSession() auth.Session

func (*PaymentDedicatedService) RefundPaymentOrderByDedicated deprecated

Deprecated: 2022-01-10 - Please use RefundPaymentOrderByDedicatedShort instead.

func (*PaymentDedicatedService) SyncPaymentOrders deprecated

Deprecated: 2022-01-10 - Please use SyncPaymentOrdersShort instead.

func (*PaymentDedicatedService) UpdateFlightId

func (aaa *PaymentDedicatedService) UpdateFlightId(flightId string)

type PaymentService

type PaymentService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PaymentService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PaymentService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*PaymentService) ChargePaymentOrder deprecated

Deprecated: 2022-01-10 - Please use ChargePaymentOrderShort instead.

func (*PaymentService) ChargePaymentOrderShort

func (*PaymentService) CreateUserPaymentOrder deprecated

Deprecated: 2022-01-10 - Please use CreateUserPaymentOrderShort instead.

func (*PaymentService) CreateUserPaymentOrderShort

func (*PaymentService) GetAuthSession

func (aaa *PaymentService) GetAuthSession() auth.Session

func (*PaymentService) GetPaymentOrder deprecated

Deprecated: 2022-01-10 - Please use GetPaymentOrderShort instead.

func (*PaymentService) GetPaymentOrderChargeStatus deprecated

Deprecated: 2022-01-10 - Please use GetPaymentOrderChargeStatusShort instead.

func (*PaymentService) GetPaymentOrderShort

func (*PaymentService) ListExtOrderNoByExtTxID deprecated

func (aaa *PaymentService) ListExtOrderNoByExtTxID(input *payment.ListExtOrderNoByExtTxIDParams) ([]string, error)

Deprecated: 2022-01-10 - Please use ListExtOrderNoByExtTxIDShort instead.

func (*PaymentService) ListExtOrderNoByExtTxIDShort

func (aaa *PaymentService) ListExtOrderNoByExtTxIDShort(input *payment.ListExtOrderNoByExtTxIDParams) ([]string, error)

func (*PaymentService) QueryPaymentNotifications deprecated

Deprecated: 2022-01-10 - Please use QueryPaymentNotificationsShort instead.

func (*PaymentService) QueryPaymentOrders deprecated

Deprecated: 2022-01-10 - Please use QueryPaymentOrdersShort instead.

func (*PaymentService) RefundUserPaymentOrder deprecated

Deprecated: 2022-01-10 - Please use RefundUserPaymentOrderShort instead.

func (*PaymentService) RefundUserPaymentOrderShort

func (*PaymentService) SimulatePaymentOrderNotification deprecated

Deprecated: 2022-01-10 - Please use SimulatePaymentOrderNotificationShort instead.

func (*PaymentService) UpdateFlightId

func (aaa *PaymentService) UpdateFlightId(flightId string)

type PaymentStationService

type PaymentStationService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PaymentStationService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PaymentStationService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*PaymentStationService) GetAuthSession

func (aaa *PaymentStationService) GetAuthSession() auth.Session

func (*PaymentStationService) GetPaymentCustomization deprecated

Deprecated: 2022-01-10 - Please use GetPaymentCustomizationShort instead.

func (*PaymentStationService) GetPaymentCustomizationShort

func (*PaymentStationService) GetPaymentPublicConfig deprecated

func (aaa *PaymentStationService) GetPaymentPublicConfig(input *payment_station.GetPaymentPublicConfigParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use GetPaymentPublicConfigShort instead.

func (*PaymentStationService) GetPaymentPublicConfigShort

func (aaa *PaymentStationService) GetPaymentPublicConfigShort(input *payment_station.GetPaymentPublicConfigParams) (map[string]interface{}, error)

func (*PaymentStationService) GetPaymentTaxValue deprecated

Deprecated: 2022-01-10 - Please use GetPaymentTaxValueShort instead.

func (*PaymentStationService) GetPaymentTaxValueShort

func (*PaymentStationService) Pay deprecated

Deprecated: 2022-01-10 - Please use PayShort instead.

func (*PaymentStationService) PayShort

func (*PaymentStationService) PublicCheckPaymentOrderPaidStatus deprecated

Deprecated: 2022-01-10 - Please use PublicCheckPaymentOrderPaidStatusShort instead.

func (*PaymentStationService) PublicGetPaymentMethods deprecated

Deprecated: 2022-01-10 - Please use PublicGetPaymentMethodsShort instead.

func (*PaymentStationService) PublicGetPaymentMethodsShort

func (*PaymentStationService) PublicGetPaymentURL deprecated

Deprecated: 2022-01-10 - Please use PublicGetPaymentURLShort instead.

func (*PaymentStationService) PublicGetPaymentURLShort

func (*PaymentStationService) PublicGetQRCode deprecated

func (aaa *PaymentStationService) PublicGetQRCode(input *payment_station.PublicGetQRCodeParams, writer io.Writer) (io.Writer, error)

Deprecated: 2022-01-10 - Please use PublicGetQRCodeShort instead.

func (*PaymentStationService) PublicGetQRCodeShort

func (aaa *PaymentStationService) PublicGetQRCodeShort(input *payment_station.PublicGetQRCodeParams, writer io.Writer) (io.Writer, error)

func (*PaymentStationService) PublicGetUnpaidPaymentOrder deprecated

Deprecated: 2022-01-10 - Please use PublicGetUnpaidPaymentOrderShort instead.

func (*PaymentStationService) PublicNormalizePaymentReturnURL deprecated

func (aaa *PaymentStationService) PublicNormalizePaymentReturnURL(input *payment_station.PublicNormalizePaymentReturnURLParams) error

Deprecated: 2022-01-10 - Please use PublicNormalizePaymentReturnURLShort instead.

func (*PaymentStationService) PublicNormalizePaymentReturnURLShort

func (aaa *PaymentStationService) PublicNormalizePaymentReturnURLShort(input *payment_station.PublicNormalizePaymentReturnURLParams) error

func (*PaymentStationService) UpdateFlightId

func (aaa *PaymentStationService) UpdateFlightId(flightId string)

type RevocationService

type RevocationService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

RevocationService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use RevocationService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*RevocationService) DeleteRevocationConfig deprecated

func (aaa *RevocationService) DeleteRevocationConfig(input *revocation.DeleteRevocationConfigParams) error

Deprecated: 2022-01-10 - Please use DeleteRevocationConfigShort instead.

func (*RevocationService) DeleteRevocationConfigShort

func (aaa *RevocationService) DeleteRevocationConfigShort(input *revocation.DeleteRevocationConfigParams) error

func (*RevocationService) DoRevocation deprecated

Deprecated: 2022-01-10 - Please use DoRevocationShort instead.

func (*RevocationService) DoRevocationShort

func (*RevocationService) GetAuthSession

func (aaa *RevocationService) GetAuthSession() auth.Session

func (*RevocationService) GetRevocationConfig deprecated

Deprecated: 2022-01-10 - Please use GetRevocationConfigShort instead.

func (*RevocationService) GetRevocationConfigShort

func (*RevocationService) QueryRevocationHistories deprecated

Deprecated: 2022-01-10 - Please use QueryRevocationHistoriesShort instead.

func (*RevocationService) UpdateFlightId

func (aaa *RevocationService) UpdateFlightId(flightId string)

func (*RevocationService) UpdateRevocationConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateRevocationConfigShort instead.

func (*RevocationService) UpdateRevocationConfigShort

type RewardService

type RewardService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

RewardService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use RewardService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*RewardService) CheckEventCondition deprecated

Deprecated: 2022-01-10 - Please use CheckEventConditionShort instead.

func (*RewardService) CheckEventConditionShort

func (*RewardService) CreateReward deprecated

Deprecated: 2022-01-10 - Please use CreateRewardShort instead.

func (*RewardService) CreateRewardShort

func (aaa *RewardService) CreateRewardShort(input *reward.CreateRewardParams) (*platformclientmodels.RewardInfo, error)

func (*RewardService) DeleteReward deprecated

Deprecated: 2022-01-10 - Please use DeleteRewardShort instead.

func (*RewardService) DeleteRewardConditionRecord deprecated

func (aaa *RewardService) DeleteRewardConditionRecord(input *reward.DeleteRewardConditionRecordParams) error

Deprecated: 2022-01-10 - Please use DeleteRewardConditionRecordShort instead.

func (*RewardService) DeleteRewardConditionRecordShort

func (aaa *RewardService) DeleteRewardConditionRecordShort(input *reward.DeleteRewardConditionRecordParams) error

func (*RewardService) DeleteRewardShort

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

func (aaa *RewardService) ExportRewardsShort(input *reward.ExportRewardsParams, writer io.Writer) (io.Writer, error)

func (*RewardService) GetAuthSession

func (aaa *RewardService) GetAuthSession() auth.Session

func (*RewardService) GetReward deprecated

Deprecated: 2022-01-10 - Please use GetRewardShort instead.

func (*RewardService) GetReward1 deprecated

Deprecated: 2022-01-10 - Please use GetReward1Short instead.

func (*RewardService) GetReward1Short

func (aaa *RewardService) GetReward1Short(input *reward.GetReward1Params) (*platformclientmodels.RewardInfo, error)

func (*RewardService) GetRewardByCode deprecated

Deprecated: 2022-01-10 - Please use GetRewardByCodeShort instead.

func (*RewardService) GetRewardByCodeShort

func (aaa *RewardService) GetRewardByCodeShort(input *reward.GetRewardByCodeParams) (*platformclientmodels.RewardInfo, error)

func (*RewardService) GetRewardShort

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

func (aaa *RewardService) ImportRewardsShort(input *reward.ImportRewardsParams) error

func (*RewardService) QueryRewards deprecated

Deprecated: 2022-01-10 - Please use QueryRewardsShort instead.

func (*RewardService) QueryRewards1 deprecated

Deprecated: 2022-01-10 - Please use QueryRewards1Short instead.

func (*RewardService) QueryRewards1Short

func (*RewardService) QueryRewardsShort

func (*RewardService) UpdateFlightId

func (aaa *RewardService) UpdateFlightId(flightId string)

func (*RewardService) UpdateReward deprecated

Deprecated: 2022-01-10 - Please use UpdateRewardShort instead.

func (*RewardService) UpdateRewardShort

func (aaa *RewardService) UpdateRewardShort(input *reward.UpdateRewardParams) (*platformclientmodels.RewardInfo, error)

type SectionService

type SectionService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

SectionService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use SectionService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*SectionService) CreateSection deprecated

Deprecated: 2022-01-10 - Please use CreateSectionShort instead.

func (*SectionService) CreateSectionShort

func (*SectionService) DeleteSection deprecated

func (aaa *SectionService) DeleteSection(input *section.DeleteSectionParams) error

Deprecated: 2022-01-10 - Please use DeleteSectionShort instead.

func (*SectionService) DeleteSectionShort

func (aaa *SectionService) DeleteSectionShort(input *section.DeleteSectionParams) error

func (*SectionService) GetAuthSession

func (aaa *SectionService) GetAuthSession() auth.Session

func (*SectionService) GetSection deprecated

Deprecated: 2022-01-10 - Please use GetSectionShort instead.

func (*SectionService) GetSectionShort

func (*SectionService) PublicListActiveSections deprecated

func (aaa *SectionService) PublicListActiveSections(input *section.PublicListActiveSectionsParams) ([]*platformclientmodels.SectionInfo, error)

Deprecated: 2022-01-10 - Please use PublicListActiveSectionsShort instead.

func (*SectionService) PublicListActiveSectionsShort

func (aaa *SectionService) PublicListActiveSectionsShort(input *section.PublicListActiveSectionsParams) ([]*platformclientmodels.SectionInfo, error)

func (*SectionService) PurgeExpiredSection deprecated

func (aaa *SectionService) PurgeExpiredSection(input *section.PurgeExpiredSectionParams) error

Deprecated: 2022-01-10 - Please use PurgeExpiredSectionShort instead.

func (*SectionService) PurgeExpiredSectionShort

func (aaa *SectionService) PurgeExpiredSectionShort(input *section.PurgeExpiredSectionParams) error

func (*SectionService) QuerySections deprecated

Deprecated: 2022-01-10 - Please use QuerySectionsShort instead.

func (*SectionService) QuerySectionsShort

func (*SectionService) UpdateFlightId

func (aaa *SectionService) UpdateFlightId(flightId string)

func (*SectionService) UpdateSection deprecated

Deprecated: 2022-01-10 - Please use UpdateSectionShort instead.

func (*SectionService) UpdateSectionShort

type ServicePluginConfigService

type ServicePluginConfigService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

ServicePluginConfigService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ServicePluginConfigService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*ServicePluginConfigService) DeleteLootBoxPluginConfig deprecated

Deprecated: 2022-01-10 - Please use DeleteLootBoxPluginConfigShort instead.

func (*ServicePluginConfigService) DeleteLootBoxPluginConfigShort

func (aaa *ServicePluginConfigService) DeleteLootBoxPluginConfigShort(input *service_plugin_config.DeleteLootBoxPluginConfigParams) error

func (*ServicePluginConfigService) DeleteRevocationPluginConfig deprecated

Deprecated: 2022-01-10 - Please use DeleteRevocationPluginConfigShort instead.

func (*ServicePluginConfigService) DeleteRevocationPluginConfigShort

func (aaa *ServicePluginConfigService) DeleteRevocationPluginConfigShort(input *service_plugin_config.DeleteRevocationPluginConfigParams) error

func (*ServicePluginConfigService) DeleteSectionPluginConfig deprecated

Deprecated: 2022-01-10 - Please use DeleteSectionPluginConfigShort instead.

func (*ServicePluginConfigService) DeleteSectionPluginConfigShort

func (aaa *ServicePluginConfigService) DeleteSectionPluginConfigShort(input *service_plugin_config.DeleteSectionPluginConfigParams) error

func (*ServicePluginConfigService) DeleteServicePluginConfig deprecated

Deprecated: 2022-01-10 - Please use DeleteServicePluginConfigShort instead.

func (*ServicePluginConfigService) DeleteServicePluginConfigShort

func (aaa *ServicePluginConfigService) DeleteServicePluginConfigShort(input *service_plugin_config.DeleteServicePluginConfigParams) error

func (*ServicePluginConfigService) GetAuthSession

func (aaa *ServicePluginConfigService) GetAuthSession() auth.Session

func (*ServicePluginConfigService) GetLootBoxGrpcInfo deprecated

Deprecated: 2022-01-10 - Please use GetLootBoxGrpcInfoShort instead.

func (*ServicePluginConfigService) GetLootBoxGrpcInfoShort

func (*ServicePluginConfigService) GetLootBoxPluginConfig deprecated

Deprecated: 2022-01-10 - Please use GetLootBoxPluginConfigShort instead.

func (*ServicePluginConfigService) GetRevocationPluginConfig deprecated

Deprecated: 2022-01-10 - Please use GetRevocationPluginConfigShort instead.

func (*ServicePluginConfigService) GetSectionPluginConfig deprecated

Deprecated: 2022-01-10 - Please use GetSectionPluginConfigShort instead.

func (*ServicePluginConfigService) GetServicePluginConfig deprecated

Deprecated: 2022-01-10 - Please use GetServicePluginConfigShort instead.

func (*ServicePluginConfigService) UpdateFlightId

func (aaa *ServicePluginConfigService) UpdateFlightId(flightId string)

func (*ServicePluginConfigService) UpdateLootBoxPluginConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateLootBoxPluginConfigShort instead.

func (*ServicePluginConfigService) UpdateRevocationPluginConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateRevocationPluginConfigShort instead.

func (*ServicePluginConfigService) UpdateSectionPluginConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateSectionPluginConfigShort instead.

func (*ServicePluginConfigService) UpdateServicePluginConfig deprecated

Deprecated: 2022-01-10 - Please use UpdateServicePluginConfigShort instead.

func (*ServicePluginConfigService) UploadRevocationPluginConfigCert deprecated

Deprecated: 2022-01-10 - Please use UploadRevocationPluginConfigCertShort instead.

func (*ServicePluginConfigService) UploadSectionPluginConfigCert deprecated

Deprecated: 2022-01-10 - Please use UploadSectionPluginConfigCertShort instead.

func (*ServicePluginConfigService) UplodLootBoxPluginConfigCert deprecated

Deprecated: 2022-01-10 - Please use UplodLootBoxPluginConfigCertShort instead.

type SessionPlatformService

type SessionPlatformService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

SessionPlatformService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use SessionPlatformService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*SessionPlatformService) GetAuthSession

func (aaa *SessionPlatformService) GetAuthSession() auth.Session

func (*SessionPlatformService) RegisterXblSessions deprecated

func (aaa *SessionPlatformService) RegisterXblSessions(input *session_platform.RegisterXblSessionsParams) (map[string]interface{}, error)

Deprecated: 2022-01-10 - Please use RegisterXblSessionsShort instead.

func (*SessionPlatformService) RegisterXblSessionsShort

func (aaa *SessionPlatformService) RegisterXblSessionsShort(input *session_platform.RegisterXblSessionsParams) (map[string]interface{}, error)

func (*SessionPlatformService) UpdateFlightId

func (aaa *SessionPlatformService) UpdateFlightId(flightId string)

type StoreService

type StoreService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

StoreService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use StoreService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*StoreService) CloneStore deprecated

Deprecated: 2022-01-10 - Please use CloneStoreShort instead.

func (*StoreService) CloneStoreShort

func (aaa *StoreService) CloneStoreShort(input *store.CloneStoreParams) (*platformclientmodels.StoreInfo, error)

func (*StoreService) CreateStore deprecated

Deprecated: 2022-01-10 - Please use CreateStoreShort instead.

func (*StoreService) CreateStoreShort

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

func (aaa *StoreService) DeletePublishedStoreShort(input *store.DeletePublishedStoreParams) (*platformclientmodels.StoreInfo, error)

func (*StoreService) DeleteStore deprecated

Deprecated: 2022-01-10 - Please use DeleteStoreShort instead.

func (*StoreService) DeleteStoreShort

func (aaa *StoreService) DeleteStoreShort(input *store.DeleteStoreParams) (*platformclientmodels.StoreInfo, error)

func (*StoreService) DownloadCSVTemplates deprecated

func (aaa *StoreService) DownloadCSVTemplates(input *store.DownloadCSVTemplatesParams, writer io.Writer) (io.Writer, error)

Deprecated: 2022-01-10 - Please use DownloadCSVTemplatesShort instead.

func (*StoreService) DownloadCSVTemplatesShort

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

func (aaa *StoreService) ExportStore1(input *store.ExportStore1Params, writer io.Writer) (io.Writer, error)

Deprecated: 2022-01-10 - Please use ExportStore1Short instead.

func (*StoreService) ExportStore1Short

func (aaa *StoreService) ExportStore1Short(input *store.ExportStore1Params, writer io.Writer) (io.Writer, error)

func (*StoreService) ExportStoreByCSV deprecated

func (aaa *StoreService) ExportStoreByCSV(input *store.ExportStoreByCSVParams, writer io.Writer) (io.Writer, error)

Deprecated: 2022-01-10 - Please use ExportStoreByCSVShort instead.

func (*StoreService) ExportStoreByCSVShort

func (aaa *StoreService) ExportStoreByCSVShort(input *store.ExportStoreByCSVParams, writer io.Writer) (io.Writer, error)

func (*StoreService) ExportStoreShort

func (aaa *StoreService) ExportStoreShort(input *store.ExportStoreParams, writer io.Writer) (io.Writer, error)

func (*StoreService) GetAuthSession

func (aaa *StoreService) GetAuthSession() auth.Session

func (*StoreService) GetCatalogDefinition deprecated

Deprecated: 2022-01-10 - Please use GetCatalogDefinitionShort instead.

func (*StoreService) GetCatalogDefinitionShort

func (*StoreService) GetPublishedStore deprecated

Deprecated: 2022-01-10 - Please use GetPublishedStoreShort instead.

func (*StoreService) GetPublishedStoreBackup deprecated

Deprecated: 2022-01-10 - Please use GetPublishedStoreBackupShort instead.

func (*StoreService) GetPublishedStoreBackupShort

func (aaa *StoreService) GetPublishedStoreBackupShort(input *store.GetPublishedStoreBackupParams) (*platformclientmodels.StoreBackupInfo, error)

func (*StoreService) GetPublishedStoreShort

func (aaa *StoreService) GetPublishedStoreShort(input *store.GetPublishedStoreParams) (*platformclientmodels.StoreInfo, error)

func (*StoreService) GetStore deprecated

Deprecated: 2022-01-10 - Please use GetStoreShort instead.

func (*StoreService) GetStoreShort

func (aaa *StoreService) GetStoreShort(input *store.GetStoreParams) (*platformclientmodels.StoreInfo, error)

func (*StoreService) ImportStore deprecated

Deprecated: 2022-01-10 - Please use ImportStoreShort instead.

func (*StoreService) ImportStore1 deprecated

Deprecated: 2022-01-10 - Please use ImportStore1Short instead.

func (*StoreService) ImportStore1Short

func (*StoreService) ImportStoreByCSV deprecated

Deprecated: 2022-01-10 - Please use ImportStoreByCSVShort instead.

func (*StoreService) ImportStoreByCSVShort

func (*StoreService) ImportStoreShort

func (aaa *StoreService) ImportStoreShort(input *store.ImportStoreParams) (*platformclientmodels.StoreInfo, error)

func (*StoreService) ListStores deprecated

Deprecated: 2022-01-10 - Please use ListStoresShort instead.

func (*StoreService) ListStoresShort

func (aaa *StoreService) ListStoresShort(input *store.ListStoresParams) ([]*platformclientmodels.StoreInfo, error)

func (*StoreService) PublicListStores deprecated

func (aaa *StoreService) PublicListStores(input *store.PublicListStoresParams) ([]*platformclientmodels.StoreInfo, error)

Deprecated: 2022-01-10 - Please use PublicListStoresShort instead.

func (*StoreService) PublicListStoresShort

func (aaa *StoreService) PublicListStoresShort(input *store.PublicListStoresParams) ([]*platformclientmodels.StoreInfo, error)

func (*StoreService) QueryImportHistory deprecated

Deprecated: 2022-01-10 - Please use QueryImportHistoryShort instead.

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

func (aaa *StoreService) RollbackPublishedStoreShort(input *store.RollbackPublishedStoreParams) (*platformclientmodels.StoreInfo, error)

func (*StoreService) UpdateFlightId

func (aaa *StoreService) UpdateFlightId(flightId string)

func (*StoreService) UpdateStore deprecated

Deprecated: 2022-01-10 - Please use UpdateStoreShort instead.

func (*StoreService) UpdateStoreShort

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
}

SubscriptionService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use SubscriptionService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*SubscriptionService) CancelSubscription deprecated

Deprecated: 2022-01-10 - Please use CancelSubscriptionShort instead.

func (*SubscriptionService) CancelSubscriptionShort

func (*SubscriptionService) CheckUserSubscriptionSubscribableByItemID deprecated

Deprecated: 2022-01-10 - Please use CheckUserSubscriptionSubscribableByItemIDShort instead.

func (*SubscriptionService) DeleteUserSubscription deprecated

func (aaa *SubscriptionService) DeleteUserSubscription(input *subscription.DeleteUserSubscriptionParams) error

Deprecated: 2022-01-10 - Please use DeleteUserSubscriptionShort instead.

func (*SubscriptionService) DeleteUserSubscriptionShort

func (aaa *SubscriptionService) DeleteUserSubscriptionShort(input *subscription.DeleteUserSubscriptionParams) error

func (*SubscriptionService) GetAuthSession

func (aaa *SubscriptionService) GetAuthSession() auth.Session

func (*SubscriptionService) GetUserSubscription deprecated

Deprecated: 2022-01-10 - Please use GetUserSubscriptionShort instead.

func (*SubscriptionService) GetUserSubscriptionActivities deprecated

Deprecated: 2022-01-10 - Please use GetUserSubscriptionActivitiesShort instead.

func (*SubscriptionService) GetUserSubscriptionBillingHistories deprecated

Deprecated: 2022-01-10 - Please use GetUserSubscriptionBillingHistoriesShort instead.

func (*SubscriptionService) GetUserSubscriptionShort

func (*SubscriptionService) GrantDaysToSubscription deprecated

Deprecated: 2022-01-10 - Please use GrantDaysToSubscriptionShort instead.

func (*SubscriptionService) GrantDaysToSubscriptionShort

func (*SubscriptionService) PlatformSubscribeSubscription deprecated

Deprecated: 2022-01-10 - Please use PlatformSubscribeSubscriptionShort instead.

func (*SubscriptionService) PlatformSubscribeSubscriptionShort

func (*SubscriptionService) ProcessUserSubscriptionNotification deprecated

func (aaa *SubscriptionService) ProcessUserSubscriptionNotification(input *subscription.ProcessUserSubscriptionNotificationParams) error

Deprecated: 2022-01-10 - Please use ProcessUserSubscriptionNotificationShort instead.

func (*SubscriptionService) ProcessUserSubscriptionNotificationShort

func (aaa *SubscriptionService) ProcessUserSubscriptionNotificationShort(input *subscription.ProcessUserSubscriptionNotificationParams) error

func (*SubscriptionService) PublicCancelSubscription deprecated

Deprecated: 2022-01-10 - Please use PublicCancelSubscriptionShort instead.

func (*SubscriptionService) PublicCancelSubscriptionShort

func (*SubscriptionService) PublicChangeSubscriptionBillingAccount deprecated

Deprecated: 2022-01-10 - Please use PublicChangeSubscriptionBillingAccountShort instead.

func (*SubscriptionService) PublicCheckUserSubscriptionSubscribableByItemID deprecated

Deprecated: 2022-01-10 - Please use PublicCheckUserSubscriptionSubscribableByItemIDShort instead.

func (*SubscriptionService) PublicGetUserSubscription deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserSubscriptionShort instead.

func (*SubscriptionService) PublicGetUserSubscriptionBillingHistories deprecated

Deprecated: 2022-01-10 - Please use PublicGetUserSubscriptionBillingHistoriesShort instead.

func (*SubscriptionService) PublicGetUserSubscriptionShort

func (*SubscriptionService) PublicQueryUserSubscriptions deprecated

Deprecated: 2022-01-10 - Please use PublicQueryUserSubscriptionsShort instead.

func (*SubscriptionService) PublicSubscribeSubscription deprecated

func (aaa *SubscriptionService) PublicSubscribeSubscription(input *subscription.PublicSubscribeSubscriptionParams) error

Deprecated: 2022-01-10 - Please use PublicSubscribeSubscriptionShort instead.

func (*SubscriptionService) PublicSubscribeSubscriptionShort

func (aaa *SubscriptionService) PublicSubscribeSubscriptionShort(input *subscription.PublicSubscribeSubscriptionParams) error

func (*SubscriptionService) QuerySubscriptions deprecated

Deprecated: 2022-01-10 - Please use QuerySubscriptionsShort instead.

func (*SubscriptionService) QueryUserSubscriptions deprecated

Deprecated: 2022-01-10 - Please use QueryUserSubscriptionsShort instead.

func (*SubscriptionService) RecurringChargeSubscription deprecated

Deprecated: 2022-01-10 - Please use RecurringChargeSubscriptionShort instead.

func (*SubscriptionService) UpdateFlightId

func (aaa *SubscriptionService) UpdateFlightId(flightId string)

type TicketService

type TicketService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

TicketService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use TicketService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*TicketService) AcquireUserTicket deprecated

Deprecated: 2022-01-10 - Please use AcquireUserTicketShort instead.

func (*TicketService) AcquireUserTicketShort

func (*TicketService) DecreaseTicketSale deprecated

func (aaa *TicketService) DecreaseTicketSale(input *ticket.DecreaseTicketSaleParams) error

Deprecated: 2022-01-10 - Please use DecreaseTicketSaleShort instead.

func (*TicketService) DecreaseTicketSaleShort

func (aaa *TicketService) DecreaseTicketSaleShort(input *ticket.DecreaseTicketSaleParams) error

func (*TicketService) GetAuthSession

func (aaa *TicketService) GetAuthSession() auth.Session

func (*TicketService) GetTicketBoothID deprecated

Deprecated: 2022-01-10 - Please use GetTicketBoothIDShort instead.

func (*TicketService) GetTicketBoothIDShort

func (aaa *TicketService) GetTicketBoothIDShort(input *ticket.GetTicketBoothIDParams) (*platformclientmodels.TicketBoothID, error)

func (*TicketService) GetTicketDynamic deprecated

Deprecated: 2022-01-10 - Please use GetTicketDynamicShort instead.

func (*TicketService) GetTicketDynamicShort

func (*TicketService) IncreaseTicketSale deprecated

Deprecated: 2022-01-10 - Please use IncreaseTicketSaleShort instead.

func (*TicketService) IncreaseTicketSaleShort

func (*TicketService) UpdateFlightId

func (aaa *TicketService) UpdateFlightId(flightId string)

type TradeActionService

type TradeActionService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

TradeActionService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use TradeActionService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*TradeActionService) Commit deprecated

Deprecated: 2022-01-10 - Please use CommitShort instead.

func (*TradeActionService) CommitShort

func (*TradeActionService) GetAuthSession

func (aaa *TradeActionService) GetAuthSession() auth.Session

func (*TradeActionService) GetTradeHistoryByCriteria deprecated

Deprecated: 2022-01-10 - Please use GetTradeHistoryByCriteriaShort instead.

func (*TradeActionService) GetTradeHistoryByTransactionID deprecated

Deprecated: 2022-01-10 - Please use GetTradeHistoryByTransactionIDShort instead.

func (*TradeActionService) UpdateFlightId

func (aaa *TradeActionService) UpdateFlightId(flightId string)

type ViewService

type ViewService struct {
	Client           *platformclient.JusticePlatformService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

ViewService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use ViewService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*ViewService) CreateView deprecated

Deprecated: 2022-01-10 - Please use CreateViewShort instead.

func (*ViewService) CreateViewShort

func (aaa *ViewService) CreateViewShort(input *view.CreateViewParams) (*platformclientmodels.FullViewInfo, error)

func (*ViewService) DeleteView deprecated

func (aaa *ViewService) DeleteView(input *view.DeleteViewParams) error

Deprecated: 2022-01-10 - Please use DeleteViewShort instead.

func (*ViewService) DeleteViewShort

func (aaa *ViewService) DeleteViewShort(input *view.DeleteViewParams) error

func (*ViewService) GetAuthSession

func (aaa *ViewService) GetAuthSession() auth.Session

func (*ViewService) GetView deprecated

Deprecated: 2022-01-10 - Please use GetViewShort instead.

func (*ViewService) GetViewShort

func (aaa *ViewService) GetViewShort(input *view.GetViewParams) (*platformclientmodels.FullViewInfo, error)

func (*ViewService) ListViews deprecated

Deprecated: 2022-01-10 - Please use ListViewsShort instead.

func (*ViewService) ListViewsShort

func (aaa *ViewService) ListViewsShort(input *view.ListViewsParams) ([]*platformclientmodels.ListViewInfo, error)

func (*ViewService) PublicListViews deprecated

func (aaa *ViewService) PublicListViews(input *view.PublicListViewsParams) ([]*platformclientmodels.ViewInfo, error)

Deprecated: 2022-01-10 - Please use PublicListViewsShort instead.

func (*ViewService) PublicListViewsShort

func (aaa *ViewService) PublicListViewsShort(input *view.PublicListViewsParams) ([]*platformclientmodels.ViewInfo, error)

func (*ViewService) UpdateFlightId

func (aaa *ViewService) UpdateFlightId(flightId string)

func (*ViewService) UpdateView deprecated

Deprecated: 2022-01-10 - Please use UpdateViewShort instead.

func (*ViewService) UpdateViewShort

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
}

WalletService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use WalletService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/platform-sdk/pkg"

func (*WalletService) BulkCredit deprecated

Deprecated: 2022-01-10 - Please use BulkCreditShort instead.

func (*WalletService) BulkCreditShort

func (*WalletService) BulkDebit deprecated

Deprecated: 2022-01-10 - Please use BulkDebitShort instead.

func (*WalletService) BulkDebitShort

func (*WalletService) CheckBalance deprecated

func (aaa *WalletService) CheckBalance(input *wallet.CheckBalanceParams) error

Deprecated: 2022-01-10 - Please use CheckBalanceShort instead.

func (*WalletService) CheckBalanceShort

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

func (aaa *WalletService) CheckWalletShort(input *wallet.CheckWalletParams) error

func (*WalletService) CreditUserWallet deprecated

Deprecated: 2022-01-10 - Please use CreditUserWalletShort instead.

func (*WalletService) CreditUserWalletShort

func (aaa *WalletService) CreditUserWalletShort(input *wallet.CreditUserWalletParams) (*platformclientmodels.WalletInfo, error)

func (*WalletService) DebitByWalletPlatform deprecated

Deprecated: 2022-01-10 - Please use DebitByWalletPlatformShort instead.

func (*WalletService) DebitByWalletPlatformShort

func (aaa *WalletService) DebitByWalletPlatformShort(input *wallet.DebitByWalletPlatformParams) (*platformclientmodels.PlatformWallet, error)

func (*WalletService) DebitUserWallet deprecated

Deprecated: 2022-01-10 - Please use DebitUserWalletShort instead.

func (*WalletService) DebitUserWalletByCurrencyCode deprecated

func (aaa *WalletService) DebitUserWalletByCurrencyCode(input *wallet.DebitUserWalletByCurrencyCodeParams) (*platformclientmodels.WalletInfo, error)

Deprecated: 2022-01-10 - Please use DebitUserWalletByCurrencyCodeShort instead.

func (*WalletService) DebitUserWalletByCurrencyCodeShort

func (aaa *WalletService) DebitUserWalletByCurrencyCodeShort(input *wallet.DebitUserWalletByCurrencyCodeParams) (*platformclientmodels.WalletInfo, error)

func (*WalletService) DebitUserWalletShort

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

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

func (aaa *WalletService) EnableUserWalletShort(input *wallet.EnableUserWalletParams) error

func (*WalletService) GetAuthSession

func (aaa *WalletService) GetAuthSession() auth.Session

func (*WalletService) GetPlatformWalletConfig deprecated

Deprecated: 2022-01-10 - Please use GetPlatformWalletConfigShort instead.

func (*WalletService) GetUserWallet deprecated

Deprecated: 2022-01-10 - Please use GetUserWalletShort instead.

func (*WalletService) GetUserWalletShort

func (aaa *WalletService) GetUserWalletShort(input *wallet.GetUserWalletParams) (*platformclientmodels.WalletInfo, error)

func (*WalletService) GetWallet deprecated

Deprecated: 2022-01-10 - Please use GetWalletShort instead.

func (*WalletService) GetWalletShort

func (aaa *WalletService) GetWalletShort(input *wallet.GetWalletParams) (*platformclientmodels.WalletInfo, error)

func (*WalletService) ListUserCurrencyTransactions deprecated

Deprecated: 2022-01-10 - Please use ListUserCurrencyTransactionsShort instead.

func (*WalletService) ListUserWalletTransactions deprecated

Deprecated: 2022-01-10 - Please use ListUserWalletTransactionsShort instead.

func (*WalletService) PayWithUserWallet deprecated

Deprecated: 2022-01-10 - Please use PayWithUserWalletShort instead.

func (*WalletService) PayWithUserWalletShort

func (aaa *WalletService) PayWithUserWalletShort(input *wallet.PayWithUserWalletParams) (*platformclientmodels.PlatformWallet, error)

func (*WalletService) PublicGetMyWallet deprecated

Deprecated: 2022-01-10 - Please use PublicGetMyWalletShort instead.

func (*WalletService) PublicGetMyWalletShort

func (aaa *WalletService) PublicGetMyWalletShort(input *wallet.PublicGetMyWalletParams) (*platformclientmodels.PlatformWallet, error)

func (*WalletService) PublicGetWallet deprecated

Deprecated: 2022-01-10 - Please use PublicGetWalletShort instead.

func (*WalletService) PublicGetWalletShort

func (*WalletService) PublicListUserWalletTransactions deprecated

Deprecated: 2022-01-10 - Please use PublicListUserWalletTransactionsShort instead.

func (*WalletService) QueryUserCurrencyWallets deprecated

Deprecated: 2022-01-10 - Please use QueryUserCurrencyWalletsShort instead.

func (*WalletService) QueryUserCurrencyWalletsShort

func (aaa *WalletService) QueryUserCurrencyWalletsShort(input *wallet.QueryUserCurrencyWalletsParams) ([]*platformclientmodels.CurrencyWallet, error)

func (*WalletService) QueryWallets deprecated

Deprecated: 2022-01-10 - Please use QueryWalletsShort instead.

func (*WalletService) QueryWalletsShort

func (*WalletService) ResetPlatformWalletConfig deprecated

Deprecated: 2022-01-10 - Please use ResetPlatformWalletConfigShort instead.

func (*WalletService) UpdateFlightId

func (aaa *WalletService) UpdateFlightId(flightId string)

func (*WalletService) UpdatePlatformWalletConfig deprecated

Deprecated: 2022-01-10 - Please use UpdatePlatformWalletConfigShort instead.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL