Gets the monetary amount of any cancellation fee that has been added to this COrder.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public decimal CancellationFee { get; }
Visual Basic (Declaration)
Public ReadOnly Property CancellationFee As Decimal
Visual C++
public:
property Decimal CancellationFee {
	Decimal get ();
}

Remarks

This value cannot be set through iBO but may have been set in iMIS if a cancellation was done.

See Also