Accountlinkconfiguration
Represents the settings for linking a deposit account.
enabledboolean
TRUE if the loan accounts created using this loan product can be linked to a deposit account, FALSE otherwise.
linkableDepositProductIdstring
If defined, loan accounts created for this loan product can only be linked to deposit accounts that use the deposit product with this ID. If null, the loan accounts for this loan product can be linked to any deposit account.
linkedAccountOptionsstring[]
A set of linked account options.
Possible values: [AUTO_LINK_ACCOUNTS, AUTO_CREATE_LINKED_ACCOUNTS]
settlementMethodstring
The type of of automated transfer that should be made from linked deposit accounts into loan accounts created from this loan product.
Possible values: [FULL_DUE_AMOUNTS, PARTIAL_DUE_AMOUNTS, NO_AUTOMATED_TRANSFERS]
Accountlinkconfiguration
{
"enabled": true,
"linkableDepositProductId": "string",
"linkedAccountOptions": [
"AUTO_LINK_ACCOUNTS"
],
"settlementMethod": "FULL_DUE_AMOUNTS"
}