platform

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 43 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) UnlockSteamUserAchievementShort

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

func (*AchievementPlatformService) UpdateFlightId

func (aaa *AchievementPlatformService) UpdateFlightId(flightId string)

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) AnonymizeCampaignShort

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

func (*AnonymizationService) AnonymizeEntitlementShort

func (aaa *AnonymizationService) AnonymizeEntitlementShort(input *anonymization.AnonymizeEntitlementParams) error

func (*AnonymizationService) AnonymizeFulfillmentShort

func (aaa *AnonymizationService) AnonymizeFulfillmentShort(input *anonymization.AnonymizeFulfillmentParams) error

func (*AnonymizationService) AnonymizeIntegrationShort

func (aaa *AnonymizationService) AnonymizeIntegrationShort(input *anonymization.AnonymizeIntegrationParams) error

func (*AnonymizationService) AnonymizeOrderShort

func (aaa *AnonymizationService) AnonymizeOrderShort(input *anonymization.AnonymizeOrderParams) error

func (*AnonymizationService) AnonymizePaymentShort

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

func (*AnonymizationService) AnonymizeRevocationShort

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

func (*AnonymizationService) AnonymizeSubscriptionShort

func (aaa *AnonymizationService) AnonymizeSubscriptionShort(input *anonymization.AnonymizeSubscriptionParams) error

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) ApplyUserRedemptionShort

func (*CampaignService) BulkDisableCodesShort

func (*CampaignService) BulkEnableCodesShort

func (*CampaignService) CreateCampaignShort

func (*CampaignService) CreateCodesShort

func (aaa *CampaignService) CreateCodesShort(input *campaign.CreateCodesParams) (*campaign.CreateCodesResponse, error)

func (*CampaignService) DisableCodeShort

func (aaa *CampaignService) DisableCodeShort(input *campaign.DisableCodeParams) (*campaign.DisableCodeResponse, error)

func (*CampaignService) DownloadShort

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

func (*CampaignService) EnableCodeShort

func (aaa *CampaignService) EnableCodeShort(input *campaign.EnableCodeParams) (*campaign.EnableCodeResponse, error)

func (*CampaignService) GetAuthSession

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

func (*CampaignService) GetCampaignDynamicShort

func (*CampaignService) GetCampaignShort

func (aaa *CampaignService) GetCampaignShort(input *campaign.GetCampaignParams) (*campaign.GetCampaignResponse, error)

func (*CampaignService) GetCodeShort

func (aaa *CampaignService) GetCodeShort(input *campaign.GetCodeParams) (*campaign.GetCodeResponse, error)

func (*CampaignService) QueryCampaignBatchNamesShort

func (*CampaignService) QueryCampaignsShort

func (*CampaignService) QueryCodesShort

func (aaa *CampaignService) QueryCodesShort(input *campaign.QueryCodesParams) (*campaign.QueryCodesResponse, error)

func (*CampaignService) QueryRedeemHistoryShort

func (*CampaignService) RenameBatchShort

func (aaa *CampaignService) RenameBatchShort(input *campaign.RenameBatchParams) error

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) GetStatisticShort

func (*CatalogChangesService) PublishAllShort

func (*CatalogChangesService) PublishSelectedShort

func (*CatalogChangesService) QueryChangesShort

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) SelectRecordShort

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

func (*CatalogChangesService) UnselectAllRecordsShort

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

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) CreateCategoryShort

func (*CategoryService) DeleteCategoryShort

func (*CategoryService) DownloadCategoriesShort

func (*CategoryService) GetAuthSession

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

func (*CategoryService) GetCategoryShort

func (aaa *CategoryService) GetCategoryShort(input *category.GetCategoryParams) (*category.GetCategoryResponse, error)

func (*CategoryService) GetChildCategoriesShort

func (*CategoryService) GetDescendantCategoriesShort

func (*CategoryService) GetRootCategoriesShort

func (*CategoryService) ListCategoriesBasicShort

func (*CategoryService) PublicGetCategoryShort

func (*CategoryService) PublicGetChildCategoriesShort

func (*CategoryService) PublicGetRootCategoriesShort

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) MockXblClawbackEventShort

func (*ClawbackService) QueryIAPClawbackHistoryShort

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) CreateCurrencyShort

func (*CurrencyService) DeleteCurrencyShort

func (*CurrencyService) GetAuthSession

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

func (*CurrencyService) GetCurrencyConfigShort

func (*CurrencyService) GetCurrencySummaryShort

func (*CurrencyService) ListCurrenciesShort

func (*CurrencyService) PublicListCurrenciesShort

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) DeleteDLCItemConfigShort

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

func (*DLCService) DeletePlatformDLCConfigShort

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

func (*DLCService) GeDLCDurableRewardShortMapShort

func (aaa *DLCService) GeDLCDurableRewardShortMapShort(input *dlc.GeDLCDurableRewardShortMapParams) (*dlc.GeDLCDurableRewardShortMapResponse, error)

func (*DLCService) GetAuthSession

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

func (*DLCService) GetDLCItemConfigShort

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

func (*DLCService) GetPlatformDLCConfigShort

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

func (*DLCService) GetUserDLCByPlatformShort

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

func (*DLCService) GetUserDLCShort

func (aaa *DLCService) GetUserDLCShort(input *dlc.GetUserDLCParams) (*dlc.GetUserDLCResponse, error)

func (*DLCService) PublicGetMyDLCContentShort

func (aaa *DLCService) PublicGetMyDLCContentShort(input *dlc.PublicGetMyDLCContentParams) (*dlc.PublicGetMyDLCContentResponse, error)

func (*DLCService) PublicSyncPsnDLCInventoryShort

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

func (*DLCService) PublicSyncPsnDLCInventoryWithMultipleServiceLabelsShort

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

func (*DLCService) SyncEpicGameDLCShort

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

func (*DLCService) SyncOculusDLCShort

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

func (*DLCService) SyncSteamDLCShort

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

func (*DLCService) SyncXboxDLCShort

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

func (*DLCService) UpdateDLCItemConfigShort

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

func (*DLCService) UpdateFlightId

func (aaa *DLCService) UpdateFlightId(flightId string)

func (*DLCService) UpdatePlatformDLCConfigShort

func (aaa *DLCService) UpdatePlatformDLCConfigShort(input *dlc.UpdatePlatformDLCConfigParams) (*dlc.UpdatePlatformDLCConfigResponse, 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) ConsumeUserEntitlementShort

func (*EntitlementService) DisableUserEntitlementShort

func (*EntitlementService) EnableUserEntitlementShort

func (*EntitlementService) GetAuthSession

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

func (*EntitlementService) GetEntitlementShort

func (*EntitlementService) GetUserEntitlementShort

func (*EntitlementService) GrantEntitlementsShort

func (*EntitlementService) GrantUserEntitlementShort

func (*EntitlementService) QueryEntitlements1Short

func (*EntitlementService) QueryEntitlementsShort

func (*EntitlementService) QueryUserEntitlementsShort

func (*EntitlementService) RevokeAllEntitlementsShort

func (*EntitlementService) RevokeEntitlementsShort

func (*EntitlementService) RevokeUseCountShort

func (*EntitlementService) RevokeUserEntitlementShort

func (*EntitlementService) RevokeUserEntitlementsShort

func (*EntitlementService) SellUserEntitlementShort

func (*EntitlementService) UpdateFlightId

func (aaa *EntitlementService) UpdateFlightId(flightId string)

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) DeleteFulfillmentScriptShort

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

func (*FulfillmentScriptService) GetAuthSession

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

func (*FulfillmentScriptService) UpdateFlightId

func (aaa *FulfillmentScriptService) UpdateFlightId(flightId string)

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) FulfillItemShort

func (*FulfillmentService) FulfillItemsShort

func (*FulfillmentService) FulfillItemsV3Short

func (*FulfillmentService) FulfillRewardsShort

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

func (*FulfillmentService) FulfillRewardsV2Short

func (*FulfillmentService) GetAuthSession

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

func (*FulfillmentService) PreCheckFulfillItemShort

func (*FulfillmentService) PublicRedeemCodeShort

func (*FulfillmentService) QueryFulfillmentsShort

func (*FulfillmentService) RedeemCodeShort

func (*FulfillmentService) RetryFulfillItemsShort

func (*FulfillmentService) RetryFulfillItemsV3Short

func (*FulfillmentService) RevokeItemsShort

func (*FulfillmentService) RevokeItemsV3Short

func (*FulfillmentService) UpdateFlightId

func (aaa *FulfillmentService) UpdateFlightId(flightId string)

type IAPNotificationService

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

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*IAPNotificationService) GetAuthSession

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

func (*IAPNotificationService) UpdateFlightId

func (aaa *IAPNotificationService) 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) DeleteAppleIAPConfigShort

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

func (*IAPService) DeleteEpicGamesIAPConfigShort

func (aaa *IAPService) DeleteEpicGamesIAPConfigShort(input *iap.DeleteEpicGamesIAPConfigParams) error

func (*IAPService) DeleteGoogleIAPConfigShort

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

func (*IAPService) DeleteIAPItemConfigShort

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

func (*IAPService) DeleteOculusIAPConfigShort

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

func (*IAPService) DeletePlaystationIAPConfigShort

func (aaa *IAPService) DeletePlaystationIAPConfigShort(input *iap.DeletePlaystationIAPConfigParams) error

func (*IAPService) DeleteSteamIAPConfigShort

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

func (*IAPService) DeleteTwitchIAPConfigShort

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

func (*IAPService) DeleteXblAPConfigShort

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

func (*IAPService) GetAppleConfigVersionShort

func (aaa *IAPService) GetAppleConfigVersionShort(input *iap.GetAppleConfigVersionParams) (*iap.GetAppleConfigVersionResponse, error)

func (*IAPService) GetAppleIAPConfigShort

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

func (*IAPService) GetAuthSession

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

func (*IAPService) GetEpicGamesIAPConfigShort

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

func (*IAPService) GetGoogleIAPConfigShort

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

func (*IAPService) GetIAPItemConfigShort

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

func (*IAPService) GetIAPItemMappingShort

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

func (*IAPService) GetIAPOrderConsumeDetailsShort

func (aaa *IAPService) GetIAPOrderConsumeDetailsShort(input *iap.GetIAPOrderConsumeDetailsParams) (*iap.GetIAPOrderConsumeDetailsResponse, error)

func (*IAPService) GetOculusIAPConfigShort

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

func (*IAPService) GetPlayStationIAPConfigShort

func (aaa *IAPService) GetPlayStationIAPConfigShort(input *iap.GetPlayStationIAPConfigParams) (*iap.GetPlayStationIAPConfigResponse, error)

func (*IAPService) GetSteamIAPConfigShort

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

func (*IAPService) GetTwitchIAPConfigShort

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

func (*IAPService) GetXblIAPConfigShort

func (aaa *IAPService) GetXblIAPConfigShort(input *iap.GetXblIAPConfigParams) (*iap.GetXblIAPConfigResponse, error)

func (*IAPService) MockFulfillIAPItemShort

func (aaa *IAPService) MockFulfillIAPItemShort(input *iap.MockFulfillIAPItemParams) error

func (*IAPService) PublicFulfillAppleIAPItemShort

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

func (*IAPService) PublicFulfillGoogleIAPItemShort

func (aaa *IAPService) PublicFulfillGoogleIAPItemShort(input *iap.PublicFulfillGoogleIAPItemParams) (*iap.PublicFulfillGoogleIAPItemResponse, error)

func (*IAPService) QueryAllUserIAPOrdersShort

func (aaa *IAPService) QueryAllUserIAPOrdersShort(input *iap.QueryAllUserIAPOrdersParams) (*iap.QueryAllUserIAPOrdersResponse, error)

func (*IAPService) QueryUserIAPConsumeHistoryShort

func (aaa *IAPService) QueryUserIAPConsumeHistoryShort(input *iap.QueryUserIAPConsumeHistoryParams) (*iap.QueryUserIAPConsumeHistoryResponse, error)

func (*IAPService) QueryUserIAPOrdersShort

func (aaa *IAPService) QueryUserIAPOrdersShort(input *iap.QueryUserIAPOrdersParams) (*iap.QueryUserIAPOrdersResponse, error)

func (*IAPService) SyncEpicGamesInventoryShort

func (aaa *IAPService) SyncEpicGamesInventoryShort(input *iap.SyncEpicGamesInventoryParams) (*iap.SyncEpicGamesInventoryResponse, error)

func (*IAPService) SyncSteamInventoryShort

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

func (*IAPService) SyncTwitchDropsEntitlement1Short

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

func (*IAPService) SyncTwitchDropsEntitlementShort

func (aaa *IAPService) SyncTwitchDropsEntitlementShort(input *iap.SyncTwitchDropsEntitlementParams) (*iap.SyncTwitchDropsEntitlementResponse, error)

func (*IAPService) SyncXboxInventoryShort

func (aaa *IAPService) SyncXboxInventoryShort(input *iap.SyncXboxInventoryParams) (*iap.SyncXboxInventoryResponse, error)

func (*IAPService) UpdateAppleIAPConfigShort

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

func (*IAPService) UpdateAppleP8FileShort

func (aaa *IAPService) UpdateAppleP8FileShort(input *iap.UpdateAppleP8FileParams) (*iap.UpdateAppleP8FileResponse, error)

func (*IAPService) UpdateEpicGamesIAPConfigShort

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

func (*IAPService) UpdateFlightId

func (aaa *IAPService) UpdateFlightId(flightId string)

func (*IAPService) UpdateGoogleIAPConfigShort

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

func (*IAPService) UpdateGoogleP12FileShort

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

func (*IAPService) UpdateIAPItemConfigShort

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

func (*IAPService) UpdateOculusIAPConfigShort

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

func (*IAPService) UpdatePlaystationIAPConfigShort

func (aaa *IAPService) UpdatePlaystationIAPConfigShort(input *iap.UpdatePlaystationIAPConfigParams) (*iap.UpdatePlaystationIAPConfigResponse, error)

func (*IAPService) UpdateSteamIAPConfigShort

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

func (*IAPService) UpdateTwitchIAPConfigShort

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

func (*IAPService) UpdateXblBPCertFileShort

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

func (*IAPService) UpdateXblIAPConfigShort

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

func (*IAPService) V2PublicFulfillAppleIAPItemShort

func (aaa *IAPService) V2PublicFulfillAppleIAPItemShort(input *iap.V2PublicFulfillAppleIAPItemParams) error

func (*IAPService) ValidatePlaystationIAPConfigShort

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

type IAPSubscriptionService

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

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*IAPSubscriptionService) GetAuthSession

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

func (*IAPSubscriptionService) SyncSubscriptionShort

func (*IAPSubscriptionService) UpdateFlightId

func (aaa *IAPSubscriptionService) UpdateFlightId(flightId string)

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) DownloadInvoiceDetailsShort

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

func (*InvoiceService) GenerateInvoiceSummaryShort

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) AcquireItemShort

func (aaa *ItemService) AcquireItemShort(input *item.AcquireItemParams) (*item.AcquireItemResponse, error)

func (*ItemService) BulkGetLocaleItemsShort

func (aaa *ItemService) BulkGetLocaleItemsShort(input *item.BulkGetLocaleItemsParams) (*item.BulkGetLocaleItemsResponse, error)

func (*ItemService) BulkUpdateRegionDataShort

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

func (*ItemService) CreateItemShort

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

func (*ItemService) CreateItemTypeConfigShort

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

func (*ItemService) DefeatureItemShort

func (aaa *ItemService) DefeatureItemShort(input *item.DefeatureItemParams) (*item.DefeatureItemResponse, error)

func (*ItemService) DeleteItemShort

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

func (*ItemService) DeleteItemTypeConfigShort

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

func (*ItemService) DisableItemShort

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

func (*ItemService) EnableItemShort

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

func (*ItemService) FeatureItemShort

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

func (*ItemService) GetAppShort

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

func (*ItemService) GetAuthSession

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

func (*ItemService) GetAvailablePredicateTypesShort

func (aaa *ItemService) GetAvailablePredicateTypesShort(input *item.GetAvailablePredicateTypesParams) (*item.GetAvailablePredicateTypesResponse, error)

func (*ItemService) GetBulkItemIDBySkusShort

func (aaa *ItemService) GetBulkItemIDBySkusShort(input *item.GetBulkItemIDBySkusParams) (*item.GetBulkItemIDBySkusResponse, error)

func (*ItemService) GetEstimatedPriceShort

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

func (*ItemService) GetItemByAppIDShort

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

func (*ItemService) GetItemBySkuShort

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

func (*ItemService) GetItemDynamicDataShort

func (aaa *ItemService) GetItemDynamicDataShort(input *item.GetItemDynamicDataParams) (*item.GetItemDynamicDataResponse, error)

func (*ItemService) GetItemIDBySkuShort

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

func (*ItemService) GetItemShort

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

func (*ItemService) GetItemTypeConfigShort

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

func (*ItemService) GetItemsShort

func (aaa *ItemService) GetItemsShort(input *item.GetItemsParams) (*item.GetItemsResponse, error)

func (*ItemService) GetLocaleItemBySkuShort

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

func (*ItemService) GetLocaleItemShort

func (aaa *ItemService) GetLocaleItemShort(input *item.GetLocaleItemParams) (*item.GetLocaleItemResponse, error)

func (*ItemService) ListBasicItemsByFeaturesShort

func (aaa *ItemService) ListBasicItemsByFeaturesShort(input *item.ListBasicItemsByFeaturesParams) (*item.ListBasicItemsByFeaturesResponse, error)

func (*ItemService) ListItemTypeConfigsShort

func (aaa *ItemService) ListItemTypeConfigsShort(input *item.ListItemTypeConfigsParams) (*item.ListItemTypeConfigsResponse, error)

func (*ItemService) PublicBulkGetItemsShort

func (aaa *ItemService) PublicBulkGetItemsShort(input *item.PublicBulkGetItemsParams) (*item.PublicBulkGetItemsResponse, error)

func (*ItemService) PublicGetAppShort

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

func (*ItemService) PublicGetEstimatedPriceShort

func (aaa *ItemService) PublicGetEstimatedPriceShort(input *item.PublicGetEstimatedPriceParams) (*item.PublicGetEstimatedPriceResponse, error)

func (*ItemService) PublicGetItemByAppIDShort

func (aaa *ItemService) PublicGetItemByAppIDShort(input *item.PublicGetItemByAppIDParams) (*item.PublicGetItemByAppIDResponse, error)

func (*ItemService) PublicGetItemBySkuShort

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

func (*ItemService) PublicGetItemDynamicDataShort

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

func (*ItemService) PublicGetItemShort

func (aaa *ItemService) PublicGetItemShort(input *item.PublicGetItemParams) (*item.PublicGetItemResponse, error)

func (*ItemService) PublicQueryItemsShort

func (aaa *ItemService) PublicQueryItemsShort(input *item.PublicQueryItemsParams) (*item.PublicQueryItemsResponse, error)

func (*ItemService) PublicSearchItemsShort

func (aaa *ItemService) PublicSearchItemsShort(input *item.PublicSearchItemsParams) (*item.PublicSearchItemsResponse, error)

func (*ItemService) QueryItemsShort

func (aaa *ItemService) QueryItemsShort(input *item.QueryItemsParams) (*item.QueryItemsResponse, error)

func (*ItemService) QueryItemsV2Short

func (aaa *ItemService) QueryItemsV2Short(input *item.QueryItemsV2Params) (*item.QueryItemsV2Response, error)

func (*ItemService) QueryUncategorizedItemsShort

func (aaa *ItemService) QueryUncategorizedItemsShort(input *item.QueryUncategorizedItemsParams) (*item.QueryUncategorizedItemsResponse, error)

func (*ItemService) ReturnItemShort

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

func (*ItemService) SearchItemTypeConfigShort

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

func (*ItemService) SearchItemsShort

func (aaa *ItemService) SearchItemsShort(input *item.SearchItemsParams) (*item.SearchItemsResponse, error)

func (*ItemService) SyncInGameItemShort

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

func (*ItemService) UpdateAppShort

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

func (*ItemService) UpdateFlightId

func (aaa *ItemService) UpdateFlightId(flightId string)

func (*ItemService) UpdateItemPurchaseConditionShort

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

func (*ItemService) UpdateItemShort

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

func (*ItemService) UpdateItemTypeConfigShort

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

func (*ItemService) ValidateItemPurchaseConditionShort

func (aaa *ItemService) ValidateItemPurchaseConditionShort(input *item.ValidateItemPurchaseConditionParams) (*item.ValidateItemPurchaseConditionResponse, error)

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) CreateKeyGroupShort

func (*KeyGroupService) GetAuthSession

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

func (*KeyGroupService) GetKeyGroupByBoothNameShort

func (*KeyGroupService) GetKeyGroupDynamicShort

func (*KeyGroupService) GetKeyGroupShort

func (*KeyGroupService) ListKeysShort

func (*KeyGroupService) QueryKeyGroupsShort

func (*KeyGroupService) UpdateFlightId

func (aaa *KeyGroupService) UpdateFlightId(flightId string)

func (*KeyGroupService) UpdateKeyGroupShort

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) 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) AdminCreateUserOrderShort

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

func (*OrderService) CountOfPurchasedItemShort

func (aaa *OrderService) CountOfPurchasedItemShort(input *order.CountOfPurchasedItemParams) (*order.CountOfPurchasedItemResponse, error)

func (*OrderService) DownloadUserOrderReceiptShort

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

func (*OrderService) FulfillUserOrderShort

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

func (*OrderService) GetAuthSession

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

func (*OrderService) GetOrderShort

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

func (*OrderService) GetOrderStatisticsShort

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

func (*OrderService) GetUserOrderGrantShort

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

func (*OrderService) GetUserOrderHistoriesShort

func (aaa *OrderService) GetUserOrderHistoriesShort(input *order.GetUserOrderHistoriesParams) (*order.GetUserOrderHistoriesResponse, error)

func (*OrderService) GetUserOrderShort

func (aaa *OrderService) GetUserOrderShort(input *order.GetUserOrderParams) (*order.GetUserOrderResponse, error)

func (*OrderService) ProcessUserOrderNotificationShort

func (aaa *OrderService) ProcessUserOrderNotificationShort(input *order.ProcessUserOrderNotificationParams) error

func (*OrderService) PublicCancelUserOrderShort

func (aaa *OrderService) PublicCancelUserOrderShort(input *order.PublicCancelUserOrderParams) (*order.PublicCancelUserOrderResponse, error)

func (*OrderService) PublicCreateUserOrderShort

func (aaa *OrderService) PublicCreateUserOrderShort(input *order.PublicCreateUserOrderParams) (*order.PublicCreateUserOrderResponse, error)

func (*OrderService) PublicDownloadUserOrderReceiptShort

func (aaa *OrderService) PublicDownloadUserOrderReceiptShort(input *order.PublicDownloadUserOrderReceiptParams, writer io.Writer) (*order.PublicDownloadUserOrderReceiptResponse, error)

func (*OrderService) PublicGetUserOrderHistoriesShort

func (aaa *OrderService) PublicGetUserOrderHistoriesShort(input *order.PublicGetUserOrderHistoriesParams) (*order.PublicGetUserOrderHistoriesResponse, error)

func (*OrderService) PublicGetUserOrderShort

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

func (*OrderService) PublicPreviewOrderPriceShort

func (aaa *OrderService) PublicPreviewOrderPriceShort(input *order.PublicPreviewOrderPriceParams) (*order.PublicPreviewOrderPriceResponse, error)

func (*OrderService) PublicQueryUserOrdersShort

func (aaa *OrderService) PublicQueryUserOrdersShort(input *order.PublicQueryUserOrdersParams) (*order.PublicQueryUserOrdersResponse, error)

func (*OrderService) QueryOrdersShort

func (aaa *OrderService) QueryOrdersShort(input *order.QueryOrdersParams) (*order.QueryOrdersResponse, error)

func (*OrderService) QueryUserOrdersShort

func (aaa *OrderService) QueryUserOrdersShort(input *order.QueryUserOrdersParams) (*order.QueryUserOrdersResponse, error)

func (*OrderService) RefundOrderShort

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

func (*OrderService) UpdateFlightId

func (aaa *OrderService) UpdateFlightId(flightId string)

func (*OrderService) UpdateUserOrderStatusShort

func (aaa *OrderService) UpdateUserOrderStatusShort(input *order.UpdateUserOrderStatusParams) (*order.UpdateUserOrderStatusResponse, 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) PublicDeletePaymentAccountShort

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

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) UpdateFlightId

func (aaa *PaymentCallbackConfigService) UpdateFlightId(flightId string)

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) DeletePaymentProviderConfigShort

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

func (*PaymentConfigService) GetAuthSession

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

func (*PaymentConfigService) TestAdyenConfigShort

func (*PaymentConfigService) TestAliPayConfigShort

func (*PaymentConfigService) TestCheckoutConfigShort

func (*PaymentConfigService) TestNeonPayConfigShort

func (*PaymentConfigService) TestPayPalConfigShort

func (*PaymentConfigService) TestStripeConfigShort

func (*PaymentConfigService) TestWxPayConfigShort

func (*PaymentConfigService) TestXsollaConfigShort

func (*PaymentConfigService) UpdateAdyenConfigShort

func (*PaymentConfigService) UpdateAliPayConfigShort

func (*PaymentConfigService) UpdateFlightId

func (aaa *PaymentConfigService) UpdateFlightId(flightId string)

func (*PaymentConfigService) UpdatePayPalConfigShort

func (*PaymentConfigService) UpdateStripeConfigShort

func (*PaymentConfigService) UpdateWxPayConfigShort

func (*PaymentConfigService) UpdateXsollaConfigShort

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) GetAuthSession

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

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) ChargePaymentOrderShort

func (*PaymentService) CreateUserPaymentOrderShort

func (*PaymentService) GetAuthSession

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

func (*PaymentService) GetPaymentOrderShort

func (aaa *PaymentService) GetPaymentOrderShort(input *payment.GetPaymentOrderParams) (*payment.GetPaymentOrderResponse, error)

func (*PaymentService) ListExtOrderNoByExtTxIDShort

func (*PaymentService) QueryPaymentNotificationsShort

func (*PaymentService) QueryPaymentOrdersShort

func (*PaymentService) RefundUserPaymentOrderShort

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) PayShort

func (*PaymentStationService) PublicGetQRCodeShort

func (*PaymentStationService) PublicNormalizePaymentReturnURLShort

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

func (*PaymentStationService) UpdateFlightId

func (aaa *PaymentStationService) UpdateFlightId(flightId string)

type PlatformAccountClosureService

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

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*PlatformAccountClosureService) GetAuthSession

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

func (*PlatformAccountClosureService) UpdateFlightId

func (aaa *PlatformAccountClosureService) UpdateFlightId(flightId string)

type PlatformService

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

	FlightIdRepository *utils.FlightIdContainer
}

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

func (*PlatformService) GetAuthSession

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

func (*PlatformService) UpdateFlightId

func (aaa *PlatformService) 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) DeleteRevocationConfigShort

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

func (*RevocationService) DoRevocationShort

func (*RevocationService) GetAuthSession

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

func (*RevocationService) GetRevocationConfigShort

func (*RevocationService) UpdateFlightId

func (aaa *RevocationService) UpdateFlightId(flightId string)

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) CheckEventConditionShort

func (aaa *RewardService) CheckEventConditionShort(input *reward.CheckEventConditionParams) (*reward.CheckEventConditionResponse, error)

func (*RewardService) CreateRewardShort

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

func (*RewardService) DeleteRewardConditionRecordShort

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

func (*RewardService) DeleteRewardShort

func (aaa *RewardService) DeleteRewardShort(input *reward.DeleteRewardParams) (*reward.DeleteRewardResponse, error)

func (*RewardService) ExportRewardsShort

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

func (*RewardService) GetAuthSession

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

func (*RewardService) GetReward1Short

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

func (*RewardService) GetRewardByCodeShort

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

func (*RewardService) GetRewardShort

func (aaa *RewardService) GetRewardShort(input *reward.GetRewardParams) (*reward.GetRewardResponse, error)

func (*RewardService) ImportRewardsShort

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

func (*RewardService) QueryRewards1Short

func (aaa *RewardService) QueryRewards1Short(input *reward.QueryRewards1Params) (*reward.QueryRewards1Response, error)

func (*RewardService) QueryRewardsShort

func (aaa *RewardService) QueryRewardsShort(input *reward.QueryRewardsParams) (*reward.QueryRewardsResponse, error)

func (*RewardService) UpdateFlightId

func (aaa *RewardService) UpdateFlightId(flightId string)

func (*RewardService) UpdateRewardShort

func (aaa *RewardService) UpdateRewardShort(input *reward.UpdateRewardParams) (*reward.UpdateRewardResponse, 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) CreateSectionShort

func (aaa *SectionService) CreateSectionShort(input *section.CreateSectionParams) (*section.CreateSectionResponse, error)

func (*SectionService) DeleteSectionShort

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

func (*SectionService) GetAuthSession

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

func (*SectionService) GetSectionShort

func (aaa *SectionService) GetSectionShort(input *section.GetSectionParams) (*section.GetSectionResponse, error)

func (*SectionService) PublicListActiveSectionsShort

func (*SectionService) PurgeExpiredSectionShort

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

func (*SectionService) QuerySectionsShort

func (aaa *SectionService) QuerySectionsShort(input *section.QuerySectionsParams) (*section.QuerySectionsResponse, error)

func (*SectionService) UpdateFlightId

func (aaa *SectionService) UpdateFlightId(flightId string)

func (*SectionService) UpdateSectionShort

func (aaa *SectionService) UpdateSectionShort(input *section.UpdateSectionParams) (*section.UpdateSectionResponse, error)

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) DeleteLootBoxPluginConfigShort

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

func (*ServicePluginConfigService) DeleteRevocationPluginConfigShort

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

func (*ServicePluginConfigService) DeleteSectionPluginConfigShort

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

func (*ServicePluginConfigService) DeleteServicePluginConfigShort

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

func (*ServicePluginConfigService) GetAuthSession

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

func (*ServicePluginConfigService) UpdateFlightId

func (aaa *ServicePluginConfigService) UpdateFlightId(flightId string)

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) 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) CloneStoreShort

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

func (*StoreService) CreateStoreShort

func (aaa *StoreService) CreateStoreShort(input *store.CreateStoreParams) (*store.CreateStoreResponse, error)

func (*StoreService) DeletePublishedStoreShort

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

func (*StoreService) DeleteStoreShort

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

func (*StoreService) DownloadCSVTemplatesShort

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

func (*StoreService) ExportStore1Short

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

func (*StoreService) ExportStoreByCSVShort

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

func (*StoreService) ExportStoreShort

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

func (*StoreService) GetAuthSession

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

func (*StoreService) GetCatalogConfigShort

func (aaa *StoreService) GetCatalogConfigShort(input *store.GetCatalogConfigParams) (*store.GetCatalogConfigResponse, error)

func (*StoreService) GetCatalogDefinitionShort

func (aaa *StoreService) GetCatalogDefinitionShort(input *store.GetCatalogDefinitionParams) (*store.GetCatalogDefinitionResponse, error)

func (*StoreService) GetPublishedStoreBackupShort

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

func (*StoreService) GetPublishedStoreShort

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

func (*StoreService) GetStoreShort

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

func (*StoreService) ImportStore1Short

func (aaa *StoreService) ImportStore1Short(input *store.ImportStore1Params) (*store.ImportStore1Response, error)

func (*StoreService) ImportStoreByCSVShort

func (aaa *StoreService) ImportStoreByCSVShort(input *store.ImportStoreByCSVParams) (*store.ImportStoreByCSVResponse, error)

func (*StoreService) ImportStoreShort

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

func (*StoreService) ListStoresShort

func (aaa *StoreService) ListStoresShort(input *store.ListStoresParams) (*store.ListStoresResponse, error)

func (*StoreService) PublicListStoresShort

func (aaa *StoreService) PublicListStoresShort(input *store.PublicListStoresParams) (*store.PublicListStoresResponse, error)

func (*StoreService) QueryImportHistoryShort

func (aaa *StoreService) QueryImportHistoryShort(input *store.QueryImportHistoryParams) (*store.QueryImportHistoryResponse, error)

func (*StoreService) RollbackPublishedStoreShort

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

func (*StoreService) UpdateCatalogConfigShort

func (aaa *StoreService) UpdateCatalogConfigShort(input *store.UpdateCatalogConfigParams) (*store.UpdateCatalogConfigResponse, error)

func (*StoreService) UpdateFlightId

func (aaa *StoreService) UpdateFlightId(flightId string)

func (*StoreService) UpdateStoreShort

func (aaa *StoreService) UpdateStoreShort(input *store.UpdateStoreParams) (*store.UpdateStoreResponse, 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) CancelSubscriptionShort

func (*SubscriptionService) DeleteUserSubscriptionShort

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

func (*SubscriptionService) GetAuthSession

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

func (*SubscriptionService) GetUserSubscriptionShort

func (*SubscriptionService) ProcessUserSubscriptionNotificationShort

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

func (*SubscriptionService) PublicSubscribeSubscriptionShort

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

func (*SubscriptionService) QuerySubscriptionsShort

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) AcquireUserTicketShort

func (aaa *TicketService) AcquireUserTicketShort(input *ticket.AcquireUserTicketParams) (*ticket.AcquireUserTicketResponse, error)

func (*TicketService) DecreaseTicketSaleShort

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

func (*TicketService) GetAuthSession

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

func (*TicketService) GetTicketBoothIDShort

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

func (*TicketService) GetTicketDynamicShort

func (aaa *TicketService) GetTicketDynamicShort(input *ticket.GetTicketDynamicParams) (*ticket.GetTicketDynamicResponse, error)

func (*TicketService) IncreaseTicketSaleShort

func (aaa *TicketService) IncreaseTicketSaleShort(input *ticket.IncreaseTicketSaleParams) (*ticket.IncreaseTicketSaleResponse, error)

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) CommitShort

func (*TradeActionService) GetAuthSession

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

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) CreateViewShort

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

func (*ViewService) DeleteViewShort

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

func (*ViewService) GetAuthSession

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

func (*ViewService) GetViewShort

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

func (*ViewService) ListViewsShort

func (aaa *ViewService) ListViewsShort(input *view.ListViewsParams) (*view.ListViewsResponse, error)

func (*ViewService) PublicListViewsShort

func (aaa *ViewService) PublicListViewsShort(input *view.PublicListViewsParams) (*view.PublicListViewsResponse, error)

func (*ViewService) UpdateFlightId

func (aaa *ViewService) UpdateFlightId(flightId string)

func (*ViewService) UpdateViewShort

func (aaa *ViewService) UpdateViewShort(input *view.UpdateViewParams) (*view.UpdateViewResponse, 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) BulkCreditShort

func (aaa *WalletService) BulkCreditShort(input *wallet.BulkCreditParams) (*wallet.BulkCreditResponse, error)

func (*WalletService) BulkDebitShort

func (aaa *WalletService) BulkDebitShort(input *wallet.BulkDebitParams) (*wallet.BulkDebitResponse, error)

func (*WalletService) CheckBalanceShort

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

func (*WalletService) CheckWalletShort

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

func (*WalletService) CreditUserWalletShort

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

func (*WalletService) DebitByWalletPlatformShort

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

func (*WalletService) DebitUserWalletShort

func (aaa *WalletService) DebitUserWalletShort(input *wallet.DebitUserWalletParams) (*wallet.DebitUserWalletResponse, error)

func (*WalletService) DisableUserWalletShort

func (aaa *WalletService) DisableUserWalletShort(input *wallet.DisableUserWalletParams) error

func (*WalletService) EnableUserWalletShort

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

func (*WalletService) GetAuthSession

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

func (*WalletService) GetPlatformWalletConfigShort

func (aaa *WalletService) GetPlatformWalletConfigShort(input *wallet.GetPlatformWalletConfigParams) (*wallet.GetPlatformWalletConfigResponse, error)

func (*WalletService) GetUserWalletShort

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

func (*WalletService) GetWalletShort

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

func (*WalletService) ListUserWalletTransactionsShort

func (*WalletService) PayWithUserWalletShort

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

func (*WalletService) PublicGetMyWalletShort

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

func (*WalletService) PublicGetWalletShort

func (aaa *WalletService) PublicGetWalletShort(input *wallet.PublicGetWalletParams) (*wallet.PublicGetWalletResponse, error)

func (*WalletService) QueryUserCurrencyWalletsShort

func (*WalletService) QueryWalletsShort

func (aaa *WalletService) QueryWalletsShort(input *wallet.QueryWalletsParams) (*wallet.QueryWalletsResponse, error)

func (*WalletService) ResetPlatformWalletConfigShort

func (*WalletService) UpdateFlightId

func (aaa *WalletService) UpdateFlightId(flightId string)

func (*WalletService) UpdatePlatformWalletConfigShort

Jump to

Keyboard shortcuts

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