Taxsettings
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]
taxSourceKeystring
The tax source from where the loan account taxes will be updated.
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.
Taxsettings
{
"taxCalculationMethod": "INCLUSIVE",
"taxSourceKey": "string",
"taxesOnFeesEnabled": true,
"taxesOnInterestEnabled": true,
"taxesOnPenaltyEnabled": true
}