Skip to main content

Addcreditarrangementaccountinput

Represents the account to add to the credit arrangement.

accountIdstringrequired

The encoded key of the account.

accountTypestringrequired

Represents the type of the account.

Possible values: [LOAN, DEPOSIT]

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