LendingAmounts

An object that stores the values of all types of amounts involved during lending.

Field

Data Type

Description

repayment

number

( Money format )

Required The repayment amount.

Read-write

principal

number

( Money format )

Required The principal amount.

Read-write

interest

number

( Money format )

Required The interest amount.

Read-write

fees

number

( Money format )

Required The total fees amount.

Read-write

penalty

number

( Money format )

Required The penalty amount.

Read-write

LendingContractAmounts

An object that stores the values of all types of amounts involved within a lending contract. It inherits all the fields found in LendingAmounts. Contract amounts cannot be changed once a contract is in effect.

Field

Data Type

Description

requested

number

( Money format )

Required The requested contract amount.

Read-write

disbursement

number

( Money format )

Required The contract disbursement amount.

Read-write

Last updated