Search Results for

    Show / Hide Table of Contents

    Class OnFileMerchant

    Inheritance
    System.Object
    OnFileMerchant
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class OnFileMerchant : Object

    Constructors

    OnFileMerchant()

    Declaration
    public OnFileMerchant()

    Properties

    AssociateId

    Declaration
    public int AssociateId { get; set; }
    Property Value
    Type Description
    System.Int32

    CustomValues

    Declaration
    public Dictionary<string, string> CustomValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    MerchantId

    Declaration
    public int MerchantId { get; set; }
    Property Value
    Type Description
    System.Int32

    MerchantName

    Declaration
    public string MerchantName { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX