Gets a 'Allowance Charge' entry.
Allowance Charge (ASBIE). An association to Allowances and Charges that apply to the Invoice as a whole.
Namespace: Unimaze.Composer.Ubl2Assembly: 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 |
Return Value
Type:
IAllowanceChargeThe indexed
IAllowanceCharge object.
Implements
IFreightInvoice..::..GetAllowanceCharge(Int32)
See Also