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.3.0

Syntax

C#
public decimal CancellationFee { get; }
Visual Basic
Public ReadOnly Property CancellationFee As Decimal
	Get
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