Interface IReceiptValidationFailureResponse
Dto to expose the failed serialized response of the Verification Payment
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IReceiptValidationFailureResponse
Properties
Error
Error message
Declaration
string Error { get; }
Property Value
Type | Description |
---|---|
String |
ServerUnixTimestamp
Server unix timestamp of the error
Declaration
long ServerUnixTimestamp { get; }
Property Value
Type | Description |
---|---|
Int64 |