Class AppleStore
Details from the receipt validation service.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: Unity.Services.Economy.dll
Syntax
public class AppleStore
Constructors
AppleStore(string, string, string)
Declaration
[Preserve]
[JsonConstructor]
public AppleStore(string code, string message, string receipt)
Parameters
Type | Name | Description |
---|---|---|
string | code | |
string | message | |
string | receipt |
Fields
Code
The status code sent back from the verification service.
Declaration
[Preserve]
public string Code
Field Value
Type | Description |
---|---|
string |
Message
A textual description of the returned status code.
Declaration
[Preserve]
public string Message
Field Value
Type | Description |
---|---|
string |
Receipt
The purchase receipt data.
Declaration
[Preserve]
public string Receipt
Field Value
Type | Description |
---|---|
string |