 | CommonContractTypeCancelCustomerFee Property |
The fee deducted from the final refund.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> CancelCustomerFee { get; set; }
Public Property CancelCustomerFee As Nullable(Of Decimal)
Get
Set
function get CancelCustomerFee () : Nullable<decimal>
function set CancelCustomerFee (value : Nullable<decimal>)
function get_CancelCustomerFee();
function set_CancelCustomerFee(value);
Property Value
Type:
NullableDecimal
See Also