PurchaseInvoice..::..FreightTaxID Property

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

Syntax


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