Gets the number of 'Allowance Charge' entries in the container object.
Allowance Charge (ASBIE). Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs).
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
int GetFreightAllowanceChargeCount() |
| Visual Basic |
|---|
Function GetFreightAllowanceChargeCount As Integer |
| Visual C++ |
|---|
int GetFreightAllowanceChargeCount() |
| F# |
|---|
abstract GetFreightAllowanceChargeCount : unit -> int
|
Return Value
Type:
Int32The number of
IAllowanceCharge object instances in the container object.
See Also