 | CommonContractTypeCancelRefundCustomer Property |
The amount of the refund to be given to the customer.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> CancelRefundCustomer { get; set; }
Public Property CancelRefundCustomer As Nullable(Of Decimal)
Get
Set
function get CancelRefundCustomer () : Nullable<decimal>
function set CancelRefundCustomer (value : Nullable<decimal>)
function get_CancelRefundCustomer();
function set_CancelRefundCustomer(value);
Property Value
Type:
NullableDecimal
See Also