TermsConditionDto
Data Transfer Object for Terms and Conditions information
idinteger<int64>
Unique identifier of the terms and conditions
Example:
12345typestring
Type of terms and conditions
Possible values: [GENERAL_TERMS, DIGITAL_BANKING_TERMS, PRIVACY_POLICY, CARD_TERMS, LOAN_AGREEMENT, MOBILE_APP_TERMS]
Example:
GENERAL_TERMStitlestring
Title of the terms and conditions document
Example:
General Banking Terms - 2023contentstring
HTML content of the terms and conditions
Example:
<div><h1>Terms and Conditions</h1><p>These terms govern...</p></div>languagestring
Language of the terms (ISO 639-1 code)
Example:
frbankCodestring
Bank code associated with these terms
Example:
BANK001segmentTypestring
Customer segment type associated with these terms and conditions
Possible values: [P_SegmentClientContrat, E_SegmentClientContrat]
Example:
E_SegmentClientContratupdateOnstring
Last update timestamp (ISO 8601 format)
Example:
2023-12-15T14:30:00ZTermsConditionDto
{
"id": 12345,
"type": "GENERAL_TERMS",
"title": "General Banking Terms - 2023",
"content": "<div><h1>Terms and Conditions</h1><p>These terms govern...</p></div>",
"language": "fr",
"bankCode": "BANK001",
"segmentType": "E_SegmentClientContrat",
"updateOn": "2023-12-15T14:30:00Z"
}