Constructor GooglePlayReceipt
GooglePlayReceipt(string, string, string, string, DateTime, GooglePurchaseState)
Constructor that initializes the members from the input parameters.
Declaration
public GooglePlayReceipt(string productID, string orderID, string packageName, string purchaseToken, DateTime purchaseTime, GooglePurchaseState purchaseState)
Parameters
Type | Name | Description |
---|---|---|
string | productID | The item's product identifier. |
string | orderID | The unique order identifier for the transaction. |
string | packageName | The package name of the app. |
string | purchaseToken | The token that uniquely identifies a purchase for a given item and user pair. |
DateTime | purchaseTime | The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970). |
GooglePurchaseState | purchaseState | The purchase state of the order. |
GooglePlayReceipt(string, string, string, string, DateTime, GooglePurchaseState)
Constructor that initializes the members from the input parameters.
Declaration
public GooglePlayReceipt(string productID, string orderID, string packageName, string purchaseToken, DateTime purchaseTime, GooglePurchaseState purchaseState)
Parameters
Type | Name | Description |
---|---|---|
string | productID | The item's product identifier. |
string | orderID | The unique order identifier for the transaction. |
string | packageName | The package name of the app. |
string | purchaseToken | The token that uniquely identifies a purchase for a given item and user pair. |
DateTime | purchaseTime | The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970). |
GooglePurchaseState | purchaseState | The purchase state of the order. |