Add a new 'Credit Note Line' entry. Credit Note Line (ASBIE). An association to one or more Credit Note Lines.

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 void AddCreditNoteLine(
	ICreditNoteLine creditNoteLine
)
Visual Basic
Public Sub AddCreditNoteLine ( 
	creditNoteLine As ICreditNoteLine
)
Visual C++
public:
virtual void AddCreditNoteLine(
	ICreditNoteLine^ creditNoteLine
) sealed
F#
abstract AddCreditNoteLine : 
        creditNoteLine : ICreditNoteLine -> unit 
override AddCreditNoteLine : 
        creditNoteLine : ICreditNoteLine -> unit 

Implements

ICreditNote..::..AddCreditNoteLine(ICreditNoteLine)

See Also