Class PlayerPurchaseGoogleplaystoreResponseVerificationStore
Details from the receipt validation service.
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: solution.dll
Syntax
[Preserve]
public class PlayerPurchaseGoogleplaystoreResponseVerificationStore
Constructors
PlayerPurchaseGoogleplaystoreResponseVerificationStore(string)
Initializes a new instance of the PlayerPurchaseGoogleplaystoreResponseVerificationStore class.
Declaration
[Preserve]
public PlayerPurchaseGoogleplaystoreResponseVerificationStore(string receipt = null)
Parameters
Type | Name | Description |
---|---|---|
string | receipt | Receipt that was sent in the request. |
Properties
Receipt
Receipt that was sent in the request
Declaration
[Preserve]
public string Receipt { get; set; }
Property Value
Type | Description |
---|---|
string | Receipt that was sent in the request |