Class InvoicePayments_Request_GET
Inheritance
System.Object
InvoicePayments_Request_GET
Assembly: Natec.Entities.dll
Syntax
public class InvoicePayments_Request_GET : BaseEntity, IPropertyIndexer
Constructors
InvoicePayments_Request_GET()
Declaration
public InvoicePayments_Request_GET()
Properties
AMOUNT
Declaration
public Decimal AMOUNT { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
BILL_ACC
Declaration
public string BILL_ACC { get; set; }
Property Value
Type |
Description |
System.String |
|
BILL_ACC_AMOUNT
Declaration
public Nullable<Decimal> BILL_ACC_AMOUNT { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
DATE_DOC
Declaration
public DateTime DATE_DOC { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DOC_ID
Declaration
public Nullable<int> DOC_ID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string ErrFormat { 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 |
|
lang
Declaration
public string lang { get; set; }
Property Value
Type |
Description |
System.String |
|
OKPOFROM
Declaration
public string OKPOFROM { get; set; }
Property Value
Type |
Description |
System.String |
|
PromisedPayLogic
Declaration
public Nullable<int> PromisedPayLogic { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|