finance Type

object (Details)

finance Properties

Property Type Required Nullable Defined by
rate number Optional cannot be null JsonLead
duration number Optional cannot be null JsonLead
period_unit string Optional cannot be null JsonLead
payment_value number Optional cannot be null JsonLead
yearly_mileage number Optional cannot be null JsonLead
down_payment number Optional cannot be null JsonLead
finance_type string Optional cannot be null JsonLead

rate

Interest rate of the operation

rate

rate Type

number

duration

Duration of the finance operation (Number of periods)

duration

duration Type

number

period_unit

of the finance operation

period_unit

period_unit Type

string

period_unit Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"week"
"month"
"year"

payment_value

Amount to be paid each period of the operation

payment_value

payment_value Type

number

yearly_mileage

Maximum yearly mileage of the operation

yearly_mileage

yearly_mileage Type

number

down_payment

Down payment of the finance operation

down_payment

down_payment Type

number

finance_type

Type of the finance operation

finance_type

finance_type Type

string