Beamable SDK
Public Member Functions | Static Public Attributes | Properties | List of all members
Beamable.Server.Api.MicroserviceInventoryApi Class Reference
Inheritance diagram for Beamable.Server.Api.MicroserviceInventoryApi:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Api.MicroserviceInventoryApi:
Collaboration graph
[legend]

Public Member Functions

 MicroserviceInventoryApi (IBeamableRequester requester, RequestContext ctx)
 
Promise< UnitSetCurrency (string currencyId, long amount, string transaction)
 
Promise< UnitAddCurrency (string currencyId, long amount, string transaction=null)
 
Promise< UnitSetCurrencies (Dictionary< string, long > currencyIdsToAmount, string transaction=null)
 
Promise< UnitAddCurrencies (Dictionary< string, long > currencyIdsToAmount, string transaction=null)
 
Promise< Dictionary< string, long > > GetCurrencies (string[] currencyIds)
 
Promise< long > GetCurrency (string currencyId)
 

Static Public Attributes

const string SERVICE_OBJECT = "/object/inventory"
 

Properties

IBeamableRequester Requester [get]
 
RequestContext Ctx [get]
 
- Properties inherited from Beamable.Common.Api.IBeamableApi
IBeamableRequester Requester [get]
 

The documentation for this class was generated from the following file: