Class GoogleVerification
The receipt verification details from the validation service.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: Unity.Services.Economy.dll
Syntax
public class GoogleVerification
Constructors
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]
[JsonConverter(typeof(StringEnumConverter))]
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 |