• Unity.Services.Economy
    • AddInventoryItemOptions
      • Fields
        • InstanceData
        • PlayersInventoryItemId
    • Configuration
      • Methods
        • GetCurrenciesAsync
        • GetCurrencyAsync
        • GetInventoryItemAsync
        • GetInventoryItemsAsync
        • GetRealMoneyPurchaseAsync
        • GetRealMoneyPurchasesAsync
        • GetVirtualPurchaseAsync
        • GetVirtualPurchasesAsync
    • DecrementBalanceOptions
      • Fields
        • WriteLock
    • DeletePlayersInventoryItemOptions
      • Fields
        • WriteLock
    • Economy
      • Fields
        • Configuration
        • PlayerBalances
        • PlayerInventory
        • Purchases
    • EconomyAppleAppStorePurchaseFailedException
      • Properties
        • Data
    • EconomyException
      • Properties
        • Reason
    • EconomyExceptionReason
    • EconomyGooglePlayStorePurchaseFailedException
      • Properties
        • Data
    • EconomyInstance
      • Properties
        • Configuration
        • PlayerBalances
        • PlayerInventory
        • Purchases
    • EconomyRateLimitedException
      • Properties
        • RetryAfter
    • EconomyService
      • Properties
        • Instance
    • EconomyValidationErrorDetail
      • Constructors
        • EconomyValidationErrorDetail
      • Properties
        • Field
        • Messages
    • EconomyValidationException
      • Properties
        • Details
    • GetBalancesOptions
      • Fields
        • ItemsPerFetch
    • GetInventoryOptions
      • Fields
        • InventoryItemIds
        • ItemsPerFetch
        • PlayersInventoryItemIds
    • IEconomyConfigurationApiClient
      • Methods
        • GetConfigAssignmentHash
        • GetCurrencies
        • GetCurrenciesAsync
        • GetCurrency
        • GetCurrencyAsync
        • GetInventoryItem
        • GetInventoryItemAsync
        • GetInventoryItems
        • GetInventoryItemsAsync
        • GetRealMoneyPurchase
        • GetRealMoneyPurchaseAsync
        • GetRealMoneyPurchases
        • GetRealMoneyPurchasesAsync
        • GetVirtualPurchase
        • GetVirtualPurchaseAsync
        • GetVirtualPurchases
        • GetVirtualPurchasesAsync
        • SyncConfigurationAsync
    • IEconomyPlayerBalancesApiClient
      • Methods
        • DecrementBalanceAsync
        • GetBalancesAsync
        • IncrementBalanceAsync
        • SetBalanceAsync
      • Events
        • BalanceUpdated
    • IEconomyPlayerInventoryApiClient
      • Methods
        • AddInventoryItemAsync
        • DeletePlayersInventoryItemAsync
        • GetInventoryAsync
        • UpdatePlayersInventoryItemAsync
      • Events
        • PlayersInventoryItemUpdated
    • IEconomyPurchasesApiClientApi
      • Methods
        • MakeVirtualPurchaseAsync
        • RedeemAppleAppStorePurchaseAsync
        • RedeemGooglePlayPurchaseAsync
    • IEconomyService
      • Properties
        • Configuration
        • PlayerBalances
        • PlayerInventory
        • Purchases
    • IncrementBalanceOptions
      • Fields
        • WriteLock
    • MakeVirtualPurchaseOptions
      • Fields
        • PlayersInventoryItemIds
    • PlayerBalances
      • Methods
        • DecrementBalanceAsync
        • GetBalancesAsync
        • IncrementBalanceAsync
        • SetBalanceAsync
    • PlayerBalances.DecrementBalanceOptions
    • PlayerBalances.GetBalancesOptions
    • PlayerBalances.IncrementBalanceOptions
    • PlayerBalances.SetBalanceOptions
    • PlayerInventory
      • Methods
        • AddInventoryItemAsync
        • DeletePlayersInventoryItemAsync
        • GetInventoryAsync
        • UpdatePlayersInventoryItemAsync
    • PlayerInventory.AddInventoryItemOptions
    • PlayerInventory.DeletePlayersInventoryItemOptions
    • PlayerInventory.GetInventoryOptions
    • PlayerInventory.UpdatePlayersInventoryItemOptions
    • Purchases
      • Methods
        • MakeVirtualPurchaseAsync
        • RedeemAppleAppStorePurchaseAsync
        • RedeemGooglePlayPurchaseAsync
    • Purchases.MakeVirtualPurchaseOptions
    • Purchases.RedeemAppleAppStorePurchaseArgs
      • Constructors
        • RedeemAppleAppStorePurchaseArgs
    • Purchases.RedeemGooglePlayStorePurchaseArgs
      • Constructors
        • RedeemGooglePlayStorePurchaseArgs
    • RedeemAppleAppStorePurchaseArgs
      • Constructors
        • RedeemAppleAppStorePurchaseArgs
      • Properties
        • LocalCost
        • LocalCurrency
        • RealMoneyPurchaseId
        • Receipt
    • RedeemGooglePlayStorePurchaseArgs
      • Constructors
        • RedeemGooglePlayStorePurchaseArgs
      • Properties
        • LocalCost
        • LocalCurrency
        • PurchaseData
        • PurchaseDataSignature
        • RealMoneyPurchaseId
    • SetBalanceOptions
      • Fields
        • WriteLock
    • UpdatePlayersInventoryItemOptions
      • Fields
        • WriteLock
  • Unity.Services.Economy.Internal.Http
    • DeserializationSettings
      • Fields
        • MissingMemberHandling
    • IDeserializable
      • Methods
        • GetAs
        • GetAsString
    • MissingMemberHandling
  • Unity.Services.Economy.Model
    • AppleStore
      • Constructors
        • AppleStore
      • Fields
        • Code
        • Message
        • Receipt
    • AppleVerification
      • Constructors
        • AppleVerification
      • Fields
        • Status
        • Store
    • AppleVerification.StatusOptions
    • ConfigurationItemDefinition
      • Fields
        • Created
        • CustomData
        • CustomDataDeserializable
        • Id
        • Modified
        • Name
        • Type
    • ConfigurationResource
      • Properties
        • Type
        • Value
    • Costs
      • Constructors
        • Costs
      • Fields
        • Currency
        • Inventory
    • CurrencyDefinition
      • Constructors
        • CurrencyDefinition
      • Fields
        • Initial
        • Max
      • Methods
        • GetPlayerBalanceAsync
    • CurrencyExchangeItem
      • Constructors
        • CurrencyExchangeItem
      • Fields
        • Amount
        • Id
    • EconomyDate
      • Fields
        • Date
    • EconomyReference
      • Constructors
        • EconomyReference
      • Methods
        • GetReferencedConfigurationItem
    • GetBalancesResult
      • Properties
        • Balances
      • Methods
        • GetNextResultsAsync
    • GetInventoryResult
      • Properties
        • PlayersInventoryItems
      • Methods
        • GetNextResultsAsync
    • GoogleStore
      • Constructors
        • GoogleStore
      • Fields
        • Receipt
    • GoogleVerification
      • Constructors
        • GoogleVerification
      • Fields
        • Status
        • Store
    • GoogleVerification.StatusOptions
    • InventoryExchangeItem
      • Constructors
        • InventoryExchangeItem
      • Fields
        • Amount
        • Id
        • PlayersInventoryItemIds
    • InventoryItemDefinition
      • Constructors
        • InventoryItemDefinition
      • Methods
        • GetAllPlayersInventoryItemsAsync
    • MakeVirtualPurchaseResult
      • Constructors
        • MakeVirtualPurchaseResult
      • Fields
        • Costs
        • Rewards
    • PageableResult<T, TSelf>
      • Constructors
        • PageableResult
      • Fields
        • HasNext
        • m_Results
      • Methods
        • GetNextAsync
        • GetNextResultsAsync
    • PlayerBalance
      • Constructors
        • PlayerBalance
      • Fields
        • Balance
        • Created
        • CurrencyId
        • Modified
        • WriteLock
      • Methods
        • GetCurrencyDefinition
        • GetCurrencyDefinitionAsync
    • PlayersInventoryItem
      • Constructors
        • PlayersInventoryItem
      • Fields
        • Created
        • InstanceData
        • InventoryItemId
        • Modified
        • PlayersInventoryItemId
        • WriteLock
      • Methods
        • GetItemDefinition
        • GetItemDefinitionAsync
    • PurchaseItemQuantity
      • Constructors
        • PurchaseItemQuantity
      • Fields
        • Amount
        • Item
    • RealMoneyPurchaseDefinition
      • Constructors
        • RealMoneyPurchaseDefinition
      • Fields
        • Rewards
        • StoreIdentifiers
    • RedeemAppleAppStorePurchaseResult
      • Constructors
        • RedeemAppleAppStorePurchaseResult
      • Fields
        • Rewards
        • Verification
    • RedeemGooglePlayPurchaseResult
      • Constructors
        • RedeemGooglePlayPurchaseResult
      • Fields
        • Rewards
        • Verification
    • Rewards
      • Constructors
        • Rewards
      • Fields
        • Currency
        • Inventory
    • StoreIdentifiers
      • Constructors
        • StoreIdentifiers
      • Fields
        • AppleAppStore
        • GooglePlayStore
    • VirtualPurchaseDefinition
      • Constructors
        • VirtualPurchaseDefinition
      • Fields
        • Costs
        • Rewards
      • Methods
        • CanPlayerAffordPurchaseAsync
        • MakePurchaseAsync
  • Unity.Services.Economy.Tools
    • PlayerBalancesHelper
      • Fields
        • action
        • amount
        • currencyId
      • Methods
        • InvokeAsync
    • PlayerBalancesHelper.CurrencyAction
    • PlayerInventoriesHelper
      • Fields
        • action
        • instanceDataJson
        • inventoryItemId
        • playersInventoryItemId
      • Methods
        • InvokeAsync
    • PlayerInventoriesHelper.InventoriesAction
    • PurchasesHelper
      • Fields
        • purchaseId
      • Methods
        • InvokeAsync