Class OnFileMerchant
Inheritance
System.Object
OnFileMerchant
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class OnFileMerchant : Object
Constructors
OnFileMerchant()
Declaration
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 |
|