DebtorPriceGroupInventorySpecific..::..DebtorPriceGroup Property

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

Syntax


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