Class ProviderBankDetails_Response_GET_OUTPUT
Inheritance
System.Object
ProviderBankDetails_Response_GET_OUTPUT
Assembly: Natec.Entities.dll
Syntax
public class ProviderBankDetails_Response_GET_OUTPUT : BaseEntity, IPropertyIndexer
Constructors
ProviderBankDetails_Response_GET_OUTPUT()
Declaration
public ProviderBankDetails_Response_GET_OUTPUT()
Properties
AccountID
Declaration
public int AccountID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AccountNumber
Declaration
public string AccountNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BankCode
Declaration
public string BankCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BankID
Declaration
public int BankID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
IBAN
Declaration
public string IBAN { get; set; }
Property Value
Type |
Description |
System.String |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|
LocationID
Declaration
public int LocationID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OneString
Declaration
public string OneString { get; set; }
Property Value
Type |
Description |
System.String |
|