Class ListNumbers_Request_GET
Inheritance
System.Object
ListNumbers_Request_GET
Assembly: Natec.Entities.dll
Syntax
public class ListNumbers_Request_GET : BaseEntity, IPropertyIndexer
Constructors
ListNumbers_Request_GET()
Declaration
public ListNumbers_Request_GET()
Properties
BankAccountID
Declaration
public Nullable<int> BankAccountID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BankID
Declaration
public Nullable<int> BankID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Batch_ID
Declaration
public Nullable<int> Batch_ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EffectiveDate
Declaration
public Nullable<DateTime> EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string ErrFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
IDType
Declaration
public Nullable<int> IDType { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|
lang
Declaration
public string lang { get; set; }
Property Value
Type |
Description |
System.String |
|