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