OrderBalance Properties |
The OrderBalance type exposes the following members.
Name | Description | |
---|---|---|
![]() | Currency | The currency of amounts. [Required] [Filter(multi eq)] |
![]() | Direction | I for Payment issue, R for payment receipt. [Required] [Default("I")] [Filter(eq)] |
![]() | DueDate | The due date of the payment. null means there is no due date. [Filter(eq;ge;le)] |
![]() | DueStartDate | The date at which the payment becomes executable. null means the payment is executable at all times. [Filter(eq;ge;le)] |
![]() | EnterpriseCompany | The enterprise company which issued the document. [Required] [Filter(multi eq)] |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from ViewDomainObject.) |
![]() | IsInvoiced | When Is_Invoiced = true, then in the view results will be included only the Payment Orders which do have a RefInvoiceDocument. If Is_Invoiced = false, then in the view results will be included only the Payment Orders which do NOT have a RefInvoiceDocument. [Required] [Filter(multi eq)] |
![]() | ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | LocationParty | Location or sub-party of the Party_Id in the order. [Filter(multi eq)] |
![]() | NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) |
![]() | OrderAmount | The total amount of the payment order. [Currency: Currency] [Required] [Default(0)] [Filter(eq;ge;le)] |
![]() | PaidAmount | The paid amount. Taken from released payment transactions. [Currency: Currency] [Required] |
![]() | Party | The party which is to pay or receive the amount. [Required] [Filter(multi eq)] |
![]() | PaymentOrder | The payment order. [Required] [Default(New Guid)] [Filter(multi eq)] |
![]() | RefDocument | The document which has created the payment order and is the basis for the payment. If this column is filled then Ref_Document_Type_Id, Ref_Document_No and Ref_Document_Date must be equal to the type, number and date of the specified document. [Filter(multi eq)] |
![]() | RefDocumentDate | The date of the original document. null means that it is unknown. [Filter(eq)] |
![]() | RefDocumentNo | The number of the document which has created the payment order and is the basis for the payment. [Required] [Filter(eq)] |
![]() | RefDocumentType | The type of the document which has created the payment order and is the basis for the payment. [Required] [Filter(multi eq)] |
![]() | RefInvoiceDocument | The invoice document which has created or is related to the payment order and is the basis for the payment. null means that the payment order isn't created or related to any invoice or the invoice isn't present in the database. If this column is filled then Ref_Invoice_Document_Type_Id, Ref_Invoice_Document_No and Ref_Invoice_Document_Date must be equal to the type, number and date of the specified invoice document. [Filter(multi eq)] |
![]() | RefInvoiceDocumentDate | The date of the related invoice. null means that the payment order isn't related to any invoice or the date is unknown. [Filter(eq;ge;le)] |
![]() | RefInvoiceDocumentNo | The number of the invoice which has created or is related to the payment order and is the basis for the payment. null means that the payment order isn't created or related to any invoice. [Filter(eq)] |
![]() | RefInvoiceDocumentType | The document type of the invoice which has created or is related to the payment order and is the basis for the payment. null means that the payment order isn't created or related to any invoice. [Filter(multi eq)] |
![]() | Repository | Provides access to OrderBalancesRepository repository methods |
![]() | Transaction |
The transaction to which this object is attached
(Inherited from DomainObject.) |