![]() |
CotC C# SDK for Unity
v1.4.0.1
Making social games is easy !
|
Information about a purchased product transaction.
Properties | |
StoreType | Store [get] |
The type of Store on which the purchase has been made. More... | |
string | ProductId [get] |
The ID of the product purchased. More... | |
DateTime | PurchaseDate [get] |
Time of purchase. More... | |
float | Price [get] |
The price paid (the price might have been changed since then on iTunes Connect; any such change does not reflect here). More... | |
string | Currency [get] |
Currency unit of the price paid. More... | |
string | StoreTransactionId [get] |
The ID of transaction on the original store. You might want to use it for customer service. Depends on the store type. More... | |
![]() | |
Bundle | this[string key] [get] |
Allows to query additional properties via an indexer (can be enriched via hooks). More... | |
Additional Inherited Members | |
![]() | |
Bundle | AsBundle () |
Gets the underlying Bundle. Dangerous, only use internally, when you want to put the contents of a properties object into an existing bundle. More... | |
Dictionary< string, Bundle >.KeyCollection | Keys () |
Allows to browse all keys (might include some that are already exposed as typed properties in the object). More... | |
Dictionary< string, Bundle >.Enumerator | GetEnumerator () |
Allows to browse all keys (might include some that are already exposed as typed properties in the object). More... | |
override string | ToString () |
You may use this to debug what is inside this property object. More... | |
string | ToJson () |
Builds a JSON representation of this object, same as ToString actually. More... | |
![]() | |
PropertiesObject (Bundle baseData) | |
![]() | |
Bundle | Props |
|
get |
Currency unit of the price paid.
|
get |
The price paid (the price might have been changed since then on iTunes Connect; any such change does not reflect here).
|
get |
The ID of the product purchased.
|
get |
Time of purchase.
|
get |
The type of Store on which the purchase has been made.
|
get |
The ID of transaction on the original store. You might want to use it for customer service. Depends on the store type.