Show / Hide Table of Contents

    Class PaymentVerificationConfig

    Inheritance
    Object
    PaymentVerificationConfig
    Implements
    IPaymentVerificationConfig
    IData
    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 PaymentVerificationConfig : IPaymentVerificationConfig, IData

    Fields

    _appPropertyValue

    Declaration
    protected string _appPropertyValue
    Field Value
    Type Description
    String

    _authenticationSignatureKey

    Declaration
    protected string _authenticationSignatureKey
    Field Value
    Type Description
    String

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    _serviceUrl

    Declaration
    protected string _serviceUrl
    Field Value
    Type Description
    String

    Properties

    AppPropertyValue

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

    AuthenticationSignatureKey

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

    Id

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

    ServiceUrl

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

    Implements

    IPaymentVerificationConfig
    IData
    Back to top Copyright © 2020 East Side Games Inc.