Gets a 'Allowance Charge' entry. 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.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IAllowanceCharge GetFreightAllowanceCharge(
	int index
)
Visual Basic
Public Function GetFreightAllowanceCharge ( 
	index As Integer
) As IAllowanceCharge
Visual C++
public:
virtual IAllowanceCharge^ GetFreightAllowanceCharge(
	int index
) sealed
F#
abstract GetFreightAllowanceCharge : 
        index : int -> IAllowanceCharge 
override GetFreightAllowanceCharge : 
        index : int -> IAllowanceCharge 

Parameters

index
Type: System..::..Int32
The index of the IAllowanceCharge to get.

Return Value

Type: IAllowanceCharge
The indexed IAllowanceCharge object.

Implements

IConsignment..::..GetFreightAllowanceCharge(Int32)

See Also