Debtor..::..DebtorSourcedInvoiceAccount Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtorInvoices.Entities
Assembly:  JiwaDebtorInvoices (in JiwaDebtorInvoices.dll)

Syntax


public Account DebtorSourcedInvoiceAccount { get; set; }
Public Property DebtorSourcedInvoiceAccount As Account
	Get
	Set
public:
property Account^ DebtorSourcedInvoiceAccount {
	Account^ get ();
	void set (Account^ value);
}