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)
Creates an instance of Apple store validation
Declaration
[Preserve]
[JsonConstructor]
public AppleStore(string code, string message, string receipt)
Parameters
Type | Name | Description |
---|---|---|
string | code | Status code from the service |
string | message | Description of status code |
string | receipt | Receipt data |
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 |