CustomerReturn..::..GetSerialisedStock Method

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

Syntax


public void GetSerialisedStock(
	decimal QuantityRequested,
	ref decimal QuantityObtained
)
Public Sub GetSerialisedStock ( _
	QuantityRequested As Decimal, _
	ByRef QuantityObtained As Decimal _
)
public:
void GetSerialisedStock(
	Decimal^ QuantityRequested, 
	Decimal^% QuantityObtained
)

Parameters

QuantityRequested
Type: Decimal
QuantityObtained
Type: Decimal%