PaymentSlipAmountParty Property |
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)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party Party { get; set; }
Public Property Party As Party
Get
Set
public:
property Party^ Party {
Party^ get ();
void set (Party^ value);
}
member Party : Party with get, set
Property Value
Type:
Party
See Also