Click or drag to resize

PaymentSlipAmount Properties

The PaymentSlipAmount type exposes the following members.

Properties
  NameDescription
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 propertyDescription
Description of the payed amount. The numbers of the documents which are payed for example.
Public propertyDirection
'I' for Payment issue, 'R' for payment receipt. [Required] [Filter(eq)]
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 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 propertyIsPartyPayment
Indicates whether the amount is payed or received by party or not (i.e. the amount is for fee, tax, etc.). [Required] [Default(true)]
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 propertyLineNo
The number of the line within the payment. [Required]
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 propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyParty
The party that is paying or receiving the money. The column can be left blank if there is no party involved (e.g. the amount is fee) or the party isn't present in the database yet. [Filter(multi eq)]
Public propertyPartyName
The name of the party that is paying or receiving the money. The column can be left blank if there is no party involved (e.g. the amount is fee).
Public propertyPaymentDate
The date on which the payment is done. [Required] [Filter(ge;le)]
Public propertyPaymentReason
The reason for the payment, as defined in Payment Reasons. [Filter(multi eq)]
Public propertyPaymentSlip
The PaymentSlip to which this PaymentSlipAmount belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyPaymentSlipLines
List of PaymentSlipLine child objects, based on the Finance.Payments.PaymentSlipLine.PaymentSlipAmount back reference
Public propertyRepository
Provides access to PaymentSlipAmountsRepository repository methods
Public propertyTotalAmount
The total amount payed. The distribution of the amount amongst the payment orders for this party is specified with payment slip lines. If null the total amount is calculated as sum of the amounts in the payment slip lines. [Currency: PaymentSlip.DocumentCurrency]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also