PaymentSlipAmount Properties |
The PaymentSlipAmount type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) |
![]() | CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) |
![]() | Description | Description of the payed amount. The numbers of the documents which are payed for example. |
![]() | Direction | 'I' for Payment issue, 'R' for payment receipt. [Required] [Filter(eq)] |
![]() | ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) |
![]() | Id |
The unique Id of the entity object
(Inherited from EntityObject.) |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) |
![]() | IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) |
![]() | IsPartyPayment | Indicates whether the amount is payed or received by party or not (i.e. the amount is for fee, tax, etc.). [Required] [Default(true)] |
![]() | 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.) |
![]() | LineNo | The number of the line within the payment. [Required] |
![]() | 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.) |
![]() | ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) |
![]() | Party | 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)] |
![]() | PartyName | 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). |
![]() | PaymentDate | The date on which the payment is done. [Required] [Filter(ge;le)] |
![]() | PaymentReason | The reason for the payment, as defined in Payment Reasons. [Filter(multi eq)] |
![]() | PaymentSlip | The PaymentSlip to which this PaymentSlipAmount belongs. [Required] [Filter(multi eq)] [Owner] |
![]() | PaymentSlipLines | List of PaymentSlipLine child objects, based on the Finance.Payments.PaymentSlipLine.PaymentSlipAmount back reference |
![]() | Repository | Provides access to PaymentSlipAmountsRepository repository methods |
![]() | TotalAmount | 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] |
![]() | Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |