Class BaseTransaction
This class is the base of the VirtualTransaction and IAPTransaction classes. Warning: Custom implementations of this base class are not supported by TransactionManager.
Inherited Members
Namespace: UnityEngine.GameFoundation
Syntax
public abstract class BaseTransaction : CatalogItem, IEquatable<CatalogItem>, IComparable<CatalogItem>
Properties
payout
Describes the payout of the transaction.
Declaration
public TransactionExchangeDefinition payout { get; }
Property Value
Type | Description |
---|---|
TransactionExchangeDefinition |