Click or drag to resize

MoneyAllocate Method

Allocate the specified numberOfParts, i.e. split into a list of Money entities with equal value parts.

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: LS Omni 3.7.0
Syntax
C#
public Money[] Allocate(
	int numberOfParts
)

Parameters

numberOfParts
Type: SystemInt32
Number of parts.

Return Value

Type: Money
The allocate.
See Also