Add a new 'Catalogue Pricing Update Line' entry. Catalogue Pricing Update Line (ASBIE). An association to one or more Catalogue Pricing Update Lines.

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#
void AddCatPricingUpdateLine(
	ICataloguePricingUpdateLine cataloguePricingUpdateLine
)
Visual Basic
Sub AddCatPricingUpdateLine ( 
	cataloguePricingUpdateLine As ICataloguePricingUpdateLine
)
Visual C++
void AddCatPricingUpdateLine(
	ICataloguePricingUpdateLine^ cataloguePricingUpdateLine
)
F#
abstract AddCatPricingUpdateLine : 
        cataloguePricingUpdateLine : ICataloguePricingUpdateLine -> unit 

See Also