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
Syntaxpublic Money[] Allocate(
int numberOfParts
)
Parameters
- numberOfParts
- Type: SystemInt32
Number of parts.
Return Value
Type:
MoneyThe allocate.
See Also