Search Results for

    Show / Hide Table of Contents

    Class Merchant

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

    Constructors

    Merchant()

    Declaration
    public Merchant()

    Properties

    Autoship

    Declaration
    public bool Autoship { get; set; }
    Property Value
    Type Description
    System.Boolean

    CanGetBalance

    Declaration
    public bool CanGetBalance { get; set; }
    Property Value
    Type Description
    System.Boolean

    CanSavePayments

    Declaration
    public bool CanSavePayments { get; set; }
    Property Value
    Type Description
    System.Boolean

    ChargeInput1

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

    ChargeInput2

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

    ChargeInput3

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

    ChargeInput4

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

    ChargeInputDate

    Declaration
    public bool ChargeInputDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    CurrencyCode

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

    DisplayText

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

    IconClass

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

    IsApm

    Declaration
    public bool IsApm { get; set; }
    Property Value
    Type Description
    System.Boolean

    MerchantId

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

    Name

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

    Redirect

    Declaration
    public bool Redirect { get; set; }
    Property Value
    Type Description
    System.Boolean

    RedirectImg

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