Show / Hide Table of Contents

    Class ReceiptValidationSuccessResponse

    Inheritance
    Object
    ReceiptValidationSuccessResponse
    Implements
    IReceiptValidationSuccessResponse
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class ReceiptValidationSuccessResponse : IReceiptValidationSuccessResponse

    Constructors

    ReceiptValidationSuccessResponse(Boolean, Int32, Int64, String, String, String)

    Declaration
    public ReceiptValidationSuccessResponse(bool verified, int verifiedCount, long serverTime, string result, string message, string reason)
    Parameters
    Type Name Description
    Boolean verified
    Int32 verifiedCount
    Int64 serverTime
    String result
    String message
    String reason

    Fields

    message

    Declaration
    protected string message
    Field Value
    Type Description
    String

    reason

    Declaration
    protected string reason
    Field Value
    Type Description
    String

    result

    Declaration
    protected string result
    Field Value
    Type Description
    String

    serverTime

    Declaration
    protected long serverTime
    Field Value
    Type Description
    Int64

    verified

    Declaration
    protected bool verified
    Field Value
    Type Description
    Boolean

    verifiedCount

    Declaration
    protected int verifiedCount
    Field Value
    Type Description
    Int32

    Properties

    Message

    Declaration
    public virtual string Message { get; }
    Property Value
    Type Description
    String

    Reason

    Declaration
    public virtual string Reason { get; }
    Property Value
    Type Description
    String

    Result

    Declaration
    public virtual string Result { get; }
    Property Value
    Type Description
    String

    ServerUnixTimestamp

    Declaration
    public virtual long ServerUnixTimestamp { get; }
    Property Value
    Type Description
    Int64

    Verified

    Declaration
    public virtual bool Verified { get; }
    Property Value
    Type Description
    Boolean

    VerifiedCount

    Declaration
    public virtual int VerifiedCount { get; }
    Property Value
    Type Description
    Int32

    Implements

    IReceiptValidationSuccessResponse
    Back to top Copyright © 2020 East Side Games Inc.