Class IAPTransaction
Describes the IAP transaction info, and outcome.
Inherited Members
Namespace: UnityEngine.GameFoundation
Syntax
public sealed class IAPTransaction : BaseTransaction, IEquatable<CatalogItem>, IComparable<CatalogItem>
Properties
productId
The product identifier defined in the platform store.
Declaration
public string productId { get; }
Property Value
Type | Description |
---|---|
String |
productType
The type of IAP product.
Declaration
public IAPProductType productType { get; }
Property Value
Type | Description |
---|---|
IAPProductType |