Add a new 'Price' entry. Price (ASBIE). The price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos.

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

Syntax

C#
public void AddAlternCondPrice(
	IPrice alternativeConditionPrice
)
Visual Basic
Public Sub AddAlternCondPrice ( 
	alternativeConditionPrice As IPrice
)
Visual C++
public:
virtual void AddAlternCondPrice(
	IPrice^ alternativeConditionPrice
) sealed
F#
abstract AddAlternCondPrice : 
        alternativeConditionPrice : IPrice -> unit 
override AddAlternCondPrice : 
        alternativeConditionPrice : IPrice -> unit 

Parameters

alternativeConditionPrice
Type: Unimaze.Composer.Ubl2.Interfaces..::..IPrice
The IPrice to add.

Implements

IPricingReference..::..AddAlternCondPrice(IPrice)

See Also