Show / Hide Table of Contents

    Class PaymentVerification

    The fields here don't have the a "_" at the beginning because the class is is used to Serialize/Unserialized to Json and the final json uses the field's name as a property name.

    Inheritance
    Object
    PaymentVerification
    Implements
    IPaymentVerification
    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 PaymentVerification : IPaymentVerification

    Fields

    signatureAuthenticationKey

    Declaration
    protected string signatureAuthenticationKey
    Field Value
    Type Description
    String

    Properties

    SignatureAuthenticationKey

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

    Implements

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