Debtor..::..EarlyPaymentDiscountDays Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtors.XML
Assembly:  JiwaDebtors (in JiwaDebtors.dll)

Syntax


[DataMemberAttribute]
public int EarlyPaymentDiscountDays { get; set; }
<DataMemberAttribute> _
Public Property EarlyPaymentDiscountDays As Integer
	Get
	Set
[DataMemberAttribute]
public:
property int^ EarlyPaymentDiscountDays {
	int^ get ();
	void set (int^ value);
}