Class RealMoneyPurchaseDefinition
Represents a single real money purchase configuration.
Inherited Members
Namespace: Unity.Services.Economy.Model
Syntax
[Preserve]
public class RealMoneyPurchaseDefinition : ConfigurationItemDefinition
Constructors
RealMoneyPurchaseDefinition()
Declaration
[Preserve]
public RealMoneyPurchaseDefinition()
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 |