v3.1.2
2020.3+

Class AppleStore

Details from the receipt validation service.

Inheritance
AppleStore
Namespace: Unity.Services.Economy.Model
Syntax
public class AppleStore
public class AppleStore

Constructors

AppleStore(String, String, String)

Declaration
[Preserve]
public AppleStore(string code, string message, string receipt)
[Preserve]
public AppleStore(string code, string message, string receipt)
Parameters
TypeNameDescription
Stringcode
Stringmessage
Stringreceipt

Fields

Code

The status code sent back from the verification service.

Declaration
[Preserve]
public string Code
[Preserve]
public string Code
Field Value
TypeDescription
String

Message

A textual description of the returned status code.

Declaration
[Preserve]
public string Message
[Preserve]
public string Message
Field Value
TypeDescription
String

Receipt

The purchase receipt data.

Declaration
[Preserve]
public string Receipt
[Preserve]
public string Receipt
Field Value
TypeDescription
String