v3.1.2
2020.3+
Class RealMoneyPurchaseDefinition
Represents a single real money purchase configuration.
Inherited Members
Namespace: Unity.Services.Economy.Model
Syntax
[Preserve]
public class RealMoneyPurchaseDefinition : ConfigurationItemDefinition
Fields
Rewards
The rewards associated with this purchase
Declaration
[Preserve]
public List<PurchaseItemQuantity> Rewards
Field Value
Type | Description |
---|---|
List<PurchaseItemQuantity> |
StoreIdentifiers
The store identifiers for this purchase.
Declaration
[Preserve]
public StoreIdentifiers StoreIdentifiers
Field Value
Type | Description |
---|---|
StoreIdentifiers |