Class IapItemSearchResponse
The response used when searching for IAP item.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: UnityEditor.Purchasing.dll
Syntax
[Serializable]
public class IapItemSearchResponse : GeneralResponse
Fields
results
The list of IAP item found.
Declaration
public List<IapItem> results
Field Value
Type | Description |
---|---|
List<IapItem> |
total
The total amount of IAP item found.
Declaration
public int total
Field Value
Type | Description |
---|---|
int |