Click or drag to resize

PaymentOrderInstallmentNumber Property

Consequtive installment number. Used for identifying the payment when using payment plans. null means that the payment is not part of a payment plan. [Filter(eq)]

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<int> InstallmentNumber { get; set; }

Property Value

Type: NullableInt32
See Also