Gets a 'Payment Terms' entry. Payment Terms (ASBIE). Associates the Invoice with the payment terms applicable/offered.

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

Syntax

C#
IPaymentTerms GetPaymentTerms(
	int index
)
Visual Basic
Function GetPaymentTerms ( 
	index As Integer
) As IPaymentTerms
Visual C++
IPaymentTerms^ GetPaymentTerms(
	int index
)
F#
abstract GetPaymentTerms : 
        index : int -> IPaymentTerms 

Parameters

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

Return Value

Type: IPaymentTerms
The indexed IPaymentTerms object.

See Also