Search Results for

    Show / Hide Table of Contents

    Class MerchantRegistration

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

    Constructors

    MerchantRegistration()

    Declaration
    public MerchantRegistration()

    Properties

    AppId

    Declaration
    public string AppId { get; set; }
    Property Value
    Type Description
    System.String

    CurrencyCode

    Declaration
    public string CurrencyCode { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    MerchantId

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

    MerchantType

    Declaration
    public MerchantType MerchantType { get; set; }
    Property Value
    Type Description
    MerchantType

    MoneyInEndpoints

    Declaration
    public MoneyInEndpoints MoneyInEndpoints { get; set; }
    Property Value
    Type Description
    MoneyInEndpoints

    MoneyOutEndpoints

    Declaration
    public MoneyOutEndpoints MoneyOutEndpoints { get; set; }
    Property Value
    Type Description
    MoneyOutEndpoints

    Name

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