Gets a 'Allowance Charge' entry.
Allowance Charge (ASBIE). An association to Allowances and Charges that apply to the Order Change as a whole.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IAllowanceCharge GetAllowanceCharge(
int index
) |
| Visual Basic |
|---|
Function GetAllowanceCharge (
index As Integer
) As IAllowanceCharge |
| Visual C++ |
|---|
IAllowanceCharge^ GetAllowanceCharge(
int index
) |
| F# |
|---|
abstract GetAllowanceCharge :
index : int -> IAllowanceCharge
|
Return Value
Type:
IAllowanceChargeThe indexed
IAllowanceCharge object.
See Also