Class MerchantRegistration
Inheritance
System.Object
MerchantRegistration
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
MoneyInEndpoints
Declaration
public MoneyInEndpoints MoneyInEndpoints { get; set; }
Property Value
MoneyOutEndpoints
Declaration
public MoneyOutEndpoints MoneyOutEndpoints { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|