PurchaseInvoice..::..DutyTaxID Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseInvoices
Assembly:  JiwaPurchaseInvoices (in JiwaPurchaseInvoices.dll)

Syntax


public string DutyTaxID { get; set; }
Public Property DutyTaxID As String
	Get
	Set
public:
property String^ DutyTaxID {
	String^ get ();
	void set (String^ value);
}