 | CommonContractTypeActualRemitAmount Property |
The amount to be remitted for the contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal ActualRemitAmount { get; set; }
Public Property ActualRemitAmount As Decimal
Get
Set
function get ActualRemitAmount () : decimal
function set ActualRemitAmount (value : decimal)
function get_ActualRemitAmount();
function set_ActualRemitAmount(value);
Property Value
Type:
Decimal
See Also