Click or drag to resize

BulkPaymentOrderLine Properties

The BulkPaymentOrderLine type exposes the following members.

Properties
  NameDescription
Public propertyBillTo
If filled indicates which party is billed for the total amount. Possible values: 'C' = Company (means the Party_Id), 'L' = Company location (the Location_Party_Id), null = unidentified.
Public propertyBulkPaymentOrder
The BulkPaymentOrder to which this BulkPaymentOrderLine belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDirection
I for Payment issue, R for payment receipt. [Required] [Default("I")] [Filter(eq)]
Public propertyDueDate
The due date of the payment. null means there is no due date. [Filter(ge;le)]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyInstallmentNumber
Consequtive installment number. Used for identifying the payment when using payment plans. null means that the payment is not part of a payment plan.
Public propertyInvoiceAmount
The specified invoice amount. (the invoice amount converted to the Total_Amount_Currency_Id must be equal to the Total_Amount). [Currency: InvoiceAmountCurrency]
Public propertyInvoiceAmountCurrency
The currency of Invoice Amount. [Filter(multi eq)]
Public propertyIsAmountWithVAT
Is_Amount_With_VAT=true if the requested amount includes VAT. [Required] [Default(true)] [Filter(eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLocationParty
Location or sub-party of the Party_Id. [Filter(multi eq)]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNotes
Notes for this BulkPaymentOrderLine.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyParty
The party which is to pay or receive the amount. [Required] [Filter(multi eq)]
Public propertyPaymentAccount
When not null, specifies the payment account that is expected or will be used by the payment transaction. [Filter(multi eq)]
Public propertyPaymentType
Expected payment type. When null, there is no expectation for payment type. [Filter(multi eq)]
Public propertyRefDocumentDate
The date of the base document. null means that it is unknown.
Public propertyRefDocumentNo
The number of the document which is the basis for the payment. [Required]
Public propertyRefDocumentType
The type of the document which is the basis for the payment. [Required] [Filter(multi eq)]
Public propertyRefInvoiceApplyDate
The apply date of the related invoice. Not specified when the payment order isn't related to any invoice or the apply date is unknown.
Public propertyRefInvoiceDocumentDate
The date of the related invoice. null means that the payment order isn't related to any invoice or the date is unknown.
Public propertyRefInvoiceDocumentNo
The number of the invoice which is related and is the basis for the payment. null means that the payment order isn't created or related to any invoice.
Public propertyRefInvoiceDocumentType
The document type of the invoice which is related and is the basis for the payment. null means that the payment order isn't created or related to any invoice. [Filter(multi eq)]
Public propertyRepository
Provides access to BulkPaymentOrderLinesRepository repository methods
Public propertyTotalAmount
Total amount that should be payed. [Currency: TotalAmountCurrency] [Required] [Default(0)]
Public propertyTotalAmountCurrency
The currency of Total Amount. [Required] [Filter(multi eq)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also