 | CommonContractTypeCancelRefundDealer Property |
The amount of the refund to be given to the dealer. May be blank if the dealer is not authorized to view this amount.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> CancelRefundDealer { get; set; }
Public Property CancelRefundDealer As Nullable(Of Decimal)
Get
Set
function get CancelRefundDealer () : Nullable<decimal>
function set CancelRefundDealer (value : Nullable<decimal>)
function get_CancelRefundDealer();
function set_CancelRefundDealer(value);
Property Value
Type:
NullableDecimal
See Also