Skip to main content

Loanproducttaxconfiguration

Tax settings, defines some settings for taxes on the loan product

taxCalculationMethodstring

Shows whether the tax is added on top of the target amount or not.

Possible values: [INCLUSIVE, EXCLUSIVE]

taxSourceIdstring

tax source id.

taxesOnFeesEnabledboolean

Shows whether taxes on fees are enabled for this product or not.

taxesOnInterestEnabledboolean

Shows whether taxes on interest are enabled for this product or not.

taxesOnPenaltyEnabledboolean

Shows whether taxes on penalties are enabled for this product or not.

Loanproducttaxconfiguration
{
"taxCalculationMethod": "INCLUSIVE",
"taxSourceId": "string",
"taxesOnFeesEnabled": true,
"taxesOnInterestEnabled": true,
"taxesOnPenaltyEnabled": true
}