Skip to main content

AcceptTermsConditionDto

typestring

Type of terms and conditions

Possible values: [GENERAL_TERMS, DIGITAL_BANKING_TERMS, PRIVACY_POLICY, CARD_TERMS, LOAN_AGREEMENT, MOBILE_APP_TERMS]

Example: GENERAL_TERMS
statusstring

Status of the client's action on the terms

Possible values: [NOT_ACCEPTED, ACCEPTED]

Example: ACCEPTED
AcceptTermsConditionDto
{
"type": "GENERAL_TERMS",
"status": "ACCEPTED"
}