 | CommonCancellationTypeCancelledCustomerAmt Property |
[Missing <summary> documentation for "P:IAS.Common.CancellationType.CancelledCustomerAmt"]
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> CancelledCustomerAmt { get; set; }
Public Property CancelledCustomerAmt As Nullable(Of Decimal)
Get
Set
function get CancelledCustomerAmt () : Nullable<decimal>
function set CancelledCustomerAmt (value : Nullable<decimal>)
function get_CancelledCustomerAmt();
function set_CancelledCustomerAmt(value);
Property Value
Type:
NullableDecimal
See Also