Class Routing
Inheritance
System.Object
Routing
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Routing : Object
Constructors
Routing()
Declaration
Properties
AccountNumber
Declaration
public string AccountNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BankId
Declaration
public string BankId { get; set; }
Property Value
Type |
Description |
System.String |
|
BranchId
Declaration
public string BranchId { get; set; }
Property Value
Type |
Description |
System.String |
|
MerchantId
Declaration
public string MerchantId { get; set; }
Property Value
Type |
Description |
System.String |
|
NameOnAccount
Declaration
public string NameOnAccount { get; set; }
Property Value
Type |
Description |
System.String |
|