Gets a 'Allowance Charge' entry. Allowance Charge (ASBIE). An association to Allowances and Charges that apply to the Order as a whole.

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

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

Parameters

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

Return Value

Type: IAllowanceCharge
The indexed IAllowanceCharge object.

Implements

IOrder..::..GetAllowanceCharge(Int32)

See Also