Class Merchant
Inheritance
System.Object
Merchant
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Merchant : Object
Constructors
Merchant()
Declaration
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 |
|
Declaration
public string ChargeInput1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ChargeInput2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ChargeInput3 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ChargeInput4 { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|