Skip to main content

Removecreditarrangementaccountinput

Represents the account to remove from the credit arrangement.

accountIdstringrequired

The encoded key of the account.

accountTypestringrequired

Represents the type of the account.

Possible values: [LOAN, DEPOSIT]

Removecreditarrangementaccountinput
{
"accountId": "string",
"accountType": "LOAN"
}