platform

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

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

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 44 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 (*CampaignService) DisableCodeShort

func (*CampaignService) DownloadShort

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

func (*CampaignService) EnableCodeShort

func (*CampaignService) GetAuthSession

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

func (*CampaignService) GetCampaignDynamicShort

func (*CampaignService) GetCampaignShort

func (*CampaignService) GetCodeShort

func (*CampaignService) QueryCampaignBatchNamesShort

func (*CampaignService) QueryCampaignsShort

func (*CampaignService) QueryCodesShort

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) 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 (*CategoryService) GetChildCategoriesShort

func (*CategoryService) GetDescendantCategoriesShort

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

func (*CategoryService) GetRootCategoriesShort

func (*CategoryService) ListCategoriesBasicShort

func (*CategoryService) PublicGetCategoryShort

func (*CategoryService) PublicGetChildCategoriesShort

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

func (*CategoryService) PublicGetDescendantCategoriesShort

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

func (*CategoryService) PublicGetRootCategoriesShort

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

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

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

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 (aaa *CurrencyService) PublicListCurrenciesShort(input *currency.PublicListCurrenciesParams) ([]*platformclientmodels.CurrencyInfo, error)

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

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

func (*DLCService) GetDLCItemConfigShort

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

func (*DLCService) GetPlatformDLCConfigShort

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

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) 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) (*platformclientmodels.DLCItemConfigInfo, error)

func (*DLCService) UpdateFlightId

func (aaa *DLCService) UpdateFlightId(flightId string)

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

func (*EntitlementService) EnableUserEntitlementShort

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

func (*EntitlementService) GetUserActiveEntitlementsByItemIdsShort

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

func (*EntitlementService) GetUserAppEntitlementByAppIDShort

func (*EntitlementService) GetUserAppEntitlementOwnershipByAppIDShort

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

func (*EntitlementService) GetUserEntitlementByItemIDShort

func (*EntitlementService) GetUserEntitlementBySkuShort

func (*EntitlementService) GetUserEntitlementOwnershipByItemIDShort

func (*EntitlementService) GetUserEntitlementOwnershipBySkuShort

func (*EntitlementService) GetUserEntitlementShort

func (*EntitlementService) GrantUserEntitlementShort

func (*EntitlementService) PublicExistsAnyMyActiveEntitlementShort

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

func (*EntitlementService) PublicExistsAnyUserActiveEntitlementShort

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

func (*EntitlementService) PublicGetEntitlementOwnershipTokenShort

func (*EntitlementService) PublicGetMyAppEntitlementOwnershipByAppIDShort

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

func (*EntitlementService) PublicGetMyEntitlementOwnershipBySkuShort

func (*EntitlementService) PublicGetUserAppEntitlementOwnershipByAppIDShort

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

func (*EntitlementService) PublicGetUserEntitlementByItemIDShort

func (*EntitlementService) PublicGetUserEntitlementBySkuShort

func (*EntitlementService) PublicGetUserEntitlementShort

func (*EntitlementService) PublicGetUserEntitlementsByIdsShort

func (*EntitlementService) RevokeAllEntitlementsShort

func (*EntitlementService) RevokeUseCountShort

func (*EntitlementService) RevokeUserEntitlementByUseCountShort

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

func (*FulfillmentService) RetryFulfillItemsShort

func (*FulfillmentService) RevokeItemsShort

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 (*IAPService) GetAppleIAPConfigShort

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

func (*IAPService) GetAuthSession

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

func (*IAPService) GetEpicGamesIAPConfigShort

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

func (*IAPService) GetGoogleIAPConfigShort

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

func (*IAPService) GetIAPItemConfigShort

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

func (*IAPService) GetIAPItemMappingShort

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

func (*IAPService) GetOculusIAPConfigShort

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

func (*IAPService) GetPlayStationIAPConfigShort

func (*IAPService) GetSteamIAPConfigShort

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

func (*IAPService) GetTwitchIAPConfigShort

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

func (*IAPService) GetXblIAPConfigShort

func (aaa *IAPService) GetXblIAPConfigShort(input *iap.GetXblIAPConfigParams) (*platformclientmodels.XblIAPConfigInfo, 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) QueryUserIAPOrdersShort

func (*IAPService) SyncEpicGamesInventoryShort

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

func (*IAPService) SyncOculusConsumableEntitlementsShort

func (aaa *IAPService) SyncOculusConsumableEntitlementsShort(input *iap.SyncOculusConsumableEntitlementsParams) ([]*platformclientmodels.OculusReconcileResult, 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) ([]*platformclientmodels.TwitchSyncResult, error)

func (*IAPService) SyncXboxInventoryShort

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

func (*IAPService) UpdateAppleIAPConfigShort

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

func (*IAPService) UpdateAppleP8FileShort

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

func (*IAPService) UpdateEpicGamesIAPConfigShort

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

func (*IAPService) UpdateFlightId

func (aaa *IAPService) UpdateFlightId(flightId string)

func (*IAPService) UpdateGoogleIAPConfigShort

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

func (*IAPService) UpdateGoogleP12FileShort

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

func (*IAPService) UpdateIAPItemConfigShort

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

func (*IAPService) UpdateOculusIAPConfigShort

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

func (*IAPService) UpdateSteamIAPConfigShort

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

func (*IAPService) UpdateTwitchIAPConfigShort

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

func (*IAPService) UpdateXblBPCertFileShort

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

func (*IAPService) UpdateXblIAPConfigShort

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

func (*IAPService) V2PublicFulfillAppleIAPItemShort

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

func (*IAPService) ValidateExistedPlaystationIAPConfigShort

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

func (*IAPService) ValidatePlaystationIAPConfigShort

func (aaa *IAPService) ValidatePlaystationIAPConfigShort(input *iap.ValidatePlaystationIAPConfigParams) (*platformclientmodels.TestResult, 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) 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) (io.Writer, error)

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

func (*ItemService) BulkGetLocaleItemsShort

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

func (*ItemService) BulkUpdateRegionDataShort

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

func (*ItemService) CreateItemShort

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

func (*ItemService) CreateItemTypeConfigShort

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

func (*ItemService) DefeatureItemShort

func (aaa *ItemService) DefeatureItemShort(input *item.DefeatureItemParams) (*platformclientmodels.FullItemInfo, 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) (*platformclientmodels.FullItemInfo, error)

func (*ItemService) EnableItemShort

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

func (*ItemService) FeatureItemShort

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

func (*ItemService) GetAppShort

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

func (*ItemService) GetAuthSession

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

func (*ItemService) GetAvailablePredicateTypesShort

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

func (*ItemService) GetBulkItemIDBySkusShort

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

func (*ItemService) GetEstimatedPriceShort

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

func (*ItemService) GetItemByAppIDShort

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

func (*ItemService) GetItemBySkuShort

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

func (*ItemService) GetItemDynamicDataShort

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

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

func (*ItemService) GetItemsShort

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

func (*ItemService) GetLocaleItemBySkuShort

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

func (*ItemService) GetLocaleItemShort

func (*ItemService) ListBasicItemsByFeaturesShort

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

func (*ItemService) ListItemTypeConfigsShort

func (aaa *ItemService) ListItemTypeConfigsShort(input *item.ListItemTypeConfigsParams) ([]*platformclientmodels.ItemTypeConfigInfo, error)

func (*ItemService) PublicBulkGetItemsShort

func (aaa *ItemService) PublicBulkGetItemsShort(input *item.PublicBulkGetItemsParams) ([]*platformclientmodels.ItemInfo, error)

func (*ItemService) PublicGetAppShort

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

func (*ItemService) PublicGetEstimatedPriceShort

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

func (*ItemService) PublicGetItemByAppIDShort

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

func (*ItemService) PublicGetItemBySkuShort

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

func (*ItemService) PublicGetItemDynamicDataShort

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

func (*ItemService) PublicGetItemShort

func (*ItemService) PublicQueryItemsShort

func (*ItemService) PublicSearchItemsShort

func (*ItemService) QueryItemsShort

func (*ItemService) QueryItemsV2Short

func (*ItemService) ReturnItemShort

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

func (*ItemService) SearchItemTypeConfigShort

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

func (*ItemService) SearchItemsShort

func (*ItemService) SyncInGameItemShort

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

func (*ItemService) UpdateAppShort

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

func (*ItemService) UpdateFlightId

func (aaa *ItemService) UpdateFlightId(flightId string)

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

func (aaa *ItemService) UpdateItemTypeConfigShort(input *item.UpdateItemTypeConfigParams) (*platformclientmodels.ItemTypeConfigInfo, 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) 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) (*platformclientmodels.OrderInfo, error)

func (*OrderService) CountOfPurchasedItemShort

func (*OrderService) DownloadUserOrderReceiptShort

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

func (*OrderService) FulfillUserOrderShort

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

func (*OrderService) GetAuthSession

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

func (*OrderService) GetOrderShort

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

func (*OrderService) GetOrderStatisticsShort

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

func (*OrderService) GetUserOrderGrantShort

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

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

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

func (*OrderService) PublicCancelUserOrderShort

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

func (*OrderService) PublicCreateUserOrderShort

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

func (*OrderService) PublicDownloadUserOrderReceiptShort

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

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

func (*OrderService) QueryOrdersShort

func (*OrderService) QueryUserOrdersShort

func (*OrderService) RefundOrderShort

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

func (*OrderService) UpdateFlightId

func (aaa *OrderService) UpdateFlightId(flightId string)

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

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

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

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

func (*PaymentConfigService) GetAuthSession

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

func (*PaymentConfigService) GetPaymentTaxConfigShort

func (*PaymentConfigService) GetSpecialPaymentProvidersShort

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

func (*PaymentConfigService) TestAdyenConfigByIDShort

func (*PaymentConfigService) TestAdyenConfigShort

func (*PaymentConfigService) TestAliPayConfigByIDShort

func (*PaymentConfigService) TestAliPayConfigShort

func (*PaymentConfigService) TestCheckoutConfigByIDShort

func (*PaymentConfigService) TestCheckoutConfigShort

func (*PaymentConfigService) TestNeonPayConfigByIDShort

func (*PaymentConfigService) TestNeonPayConfigShort

func (*PaymentConfigService) TestPayPalConfigByIDShort

func (*PaymentConfigService) TestPayPalConfigShort

func (*PaymentConfigService) TestStripeConfigByIDShort

func (*PaymentConfigService) TestStripeConfigShort

func (*PaymentConfigService) TestWxPayConfigByIDShort

func (*PaymentConfigService) TestWxPayConfigShort

func (*PaymentConfigService) TestXsollaConfigByIDShort

func (*PaymentConfigService) TestXsollaConfigShort

func (*PaymentConfigService) UpdateFlightId

func (aaa *PaymentConfigService) UpdateFlightId(flightId string)

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 (*PaymentService) ListExtOrderNoByExtTxIDShort

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

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

func (*PaymentStationService) GetPaymentPublicConfigShort

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

func (*PaymentStationService) GetPaymentTaxValueShort

func (*PaymentStationService) PayShort

func (*PaymentStationService) PublicGetPaymentMethodsShort

func (*PaymentStationService) PublicGetPaymentURLShort

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

func (aaa *PlatformService) GetPsnEntitlementOwnershipShort(input *platform.GetPsnEntitlementOwnershipParams) (*platformclientmodels.Ownership, error)

func (*PlatformService) GetXboxEntitlementOwnershipShort

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 (*RewardService) CreateRewardShort

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

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

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

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

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

func (*RewardService) QueryRewards1Short

func (*RewardService) QueryRewardsShort

func (*RewardService) UpdateFlightId

func (aaa *RewardService) UpdateFlightId(flightId string)

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

func (*SectionService) DeleteSectionShort

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

func (*SectionService) GetAuthSession

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

func (*SectionService) GetSectionShort

func (*SectionService) PublicListActiveSectionsShort

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

func (*SectionService) PurgeExpiredSectionShort

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

func (*SectionService) QuerySectionsShort

func (*SectionService) UpdateFlightId

func (aaa *SectionService) UpdateFlightId(flightId string)

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

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

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

func (*StoreService) CreateStoreShort

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

func (*StoreService) DeletePublishedStoreShort

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

func (*StoreService) DeleteStoreShort

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

func (*StoreService) DownloadCSVTemplatesShort

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

func (*StoreService) ExportStore1Short

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

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

func (*StoreService) GetCatalogDefinitionShort

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

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

func (*StoreService) ImportStore1Short

func (*StoreService) ImportStoreByCSVShort

func (*StoreService) ImportStoreShort

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

func (*StoreService) ListStoresShort

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

func (*StoreService) PublicListStoresShort

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

func (*StoreService) RollbackPublishedStoreShort

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

func (*StoreService) UpdateCatalogConfigShort

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

func (*StoreService) UpdateFlightId

func (aaa *StoreService) UpdateFlightId(flightId string)

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

func (*SubscriptionService) PlatformSubscribeSubscriptionShort

func (*SubscriptionService) ProcessUserSubscriptionNotificationShort

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

func (*SubscriptionService) PublicCancelSubscriptionShort

func (*SubscriptionService) PublicGetUserSubscriptionShort

func (*SubscriptionService) PublicSubscribeSubscriptionShort

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

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 (*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) (*platformclientmodels.TicketBoothID, error)

func (*TicketService) GetTicketDynamicShort

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) 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) (*platformclientmodels.FullViewInfo, 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) (*platformclientmodels.FullViewInfo, error)

func (*ViewService) ListViewsShort

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

func (*ViewService) PublicListViewsShort

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

func (*ViewService) UpdateFlightId

func (aaa *ViewService) UpdateFlightId(flightId string)

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

func (*WalletService) BulkDebitShort

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) (*platformclientmodels.WalletInfo, error)

func (*WalletService) DebitByWalletPlatformShort

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

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

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

func (*WalletService) GetWalletShort

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

func (*WalletService) PayWithUserWalletShort

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

func (*WalletService) PublicGetMyWalletShort

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

func (*WalletService) PublicGetWalletShort

func (*WalletService) QueryUserCurrencyWalletsShort

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

func (*WalletService) QueryWalletsShort

func (*WalletService) UpdateFlightId

func (aaa *WalletService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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