PaymentSlipPaymentTransactionsTemplateCreateIncomePayments Property |
True if the generation creates payment transactions for Payment Slip Amounts with direction Income. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool CreateIncomePayments { get; set; }
Public Property CreateIncomePayments As Boolean
Get
Set
public:
property bool CreateIncomePayments {
bool get ();
void set (bool value);
}
member CreateIncomePayments : bool with get, set
Property Value
Type:
Boolean
See Also