v3.1.2
2020.3+

Class Economy

Inheritance
Economy
Namespace: Unity.Services.Economy
Syntax
[Obsolete("The interface provided by Economy has moved to EconomyService.Instance, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static class Economy

Fields

Configuration

Declaration
[Obsolete("The interface provided by Economy.Configuration has been replaced by EconomyService.Instance.Configuration, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static Configuration Configuration
Field Value
TypeDescription
Configuration

PlayerBalances

Declaration
[Obsolete("The interface provided by Economy.PlayerBalances has been replaced by EconomyService.Instance.PlayerBalances, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static PlayerBalances PlayerBalances
Field Value
TypeDescription
PlayerBalances

PlayerInventory

Declaration
[Obsolete("The interface provided by Economy.PlayerInventory has been replaced by EconomyService.Instance.PlayerInventory, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static PlayerInventory PlayerInventory
Field Value
TypeDescription
PlayerInventory

Purchases

Declaration
[Obsolete("The interface provided by Economy.Purchases has been replaced by EconomyService.Instance.Purchases, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public static Purchases Purchases
Field Value
TypeDescription
Purchases