 | IElectronicProcessingGetRatesRequestTypeLoanAmount Property |
The loan amount of the contract to be generated, this is currently only required for GAPI SG contracts.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> LoanAmount { get; set; }
Public Property LoanAmount As Nullable(Of Decimal)
Get
Set
function get LoanAmount () : Nullable<decimal>
function set LoanAmount (value : Nullable<decimal>)
function get_LoanAmount();
function set_LoanAmount(value);
Property Value
Type:
NullableDecimal
See Also