DocumentAmountInfo Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.DocumentAmounts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentAmountInfo(
DocumentAmount documentAmount,
Amount baseAmount,
Amount totalDistributedAmount
)
Public Sub New (
documentAmount As DocumentAmount,
baseAmount As Amount,
totalDistributedAmount As Amount
)
public:
DocumentAmountInfo(
DocumentAmount^ documentAmount,
Amount^ baseAmount,
Amount^ totalDistributedAmount
)
new :
documentAmount : DocumentAmount *
baseAmount : Amount *
totalDistributedAmount : Amount -> DocumentAmountInfo
Parameters
- documentAmount
- Type: Aloe.EnterpriseOne.Model.GeneralDocumentAmount
The document amount. - baseAmount
- Type: Aloe.EnterpriseOne.ModelAmount
The base amount. - totalDistributedAmount
- Type: Aloe.EnterpriseOne.ModelAmount
The total distributed amount.
See Also