 | CommonContractTypeCancelPercentage Property |
If a cancellation quote has been generated on the contract, the percentage of the contract amount expected to be refunded.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal CancelPercentage { get; set; }
Public Property CancelPercentage As Decimal
Get
Set
function get CancelPercentage () : decimal
function set CancelPercentage (value : decimal)
function get_CancelPercentage();
function set_CancelPercentage(value);
Property Value
Type:
Decimal
See Also