PaymentSlipAmountIsPartyPayment Property |
Indicates whether the amount is payed or received by party or not (i.e. the amount is for fee, tax, etc.). [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsPartyPayment { get; set; }
Public Property IsPartyPayment As Boolean
Get
Set
public:
property bool IsPartyPayment {
bool get ();
void set (bool value);
}
member IsPartyPayment : bool with get, set
Property Value
Type:
Boolean
See Also