v3.1.2
2020.3+
Class GoogleVerification
The receipt verification details from the validation service.
Namespace: Unity.Services.Economy.Model
Syntax
public class GoogleVerification
Constructors
GoogleVerification(GoogleVerification.StatusOptions, GoogleStore)
Declaration
[Preserve]
public GoogleVerification(GoogleVerification.StatusOptions status, GoogleStore store)
Parameters
Type | Name | Description |
---|---|---|
GoogleVerification.StatusOptions | status | |
GoogleStore | store |
Fields
Status
Status of the receipt verification.
Declaration
[Preserve]
public GoogleVerification.StatusOptions Status
Field Value
Type | Description |
---|---|
GoogleVerification.StatusOptions |
Store
Further details from the receipt validation service.
Declaration
[Preserve]
public GoogleStore Store
Field Value
Type | Description |
---|---|
GoogleStore |