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