Class PlayerPurchaseGoogleplaystoreResponseVerificationStore
Details from the receipt validation service.
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "player_purchase_googleplaystore_response_verification_store")]
[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
[DataMember(Name = "receipt", EmitDefaultValue = false)]
[Preserve]
public string Receipt { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Receipt that was sent in the request |