Skip to main content

TermsConditionDto

Data Transfer Object for Terms and Conditions information

idinteger<int64>

Unique identifier of the terms and conditions

Example: 12345
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
titlestring

Title of the terms and conditions document

Example: General Banking Terms - 2023
contentstring

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: fr
bankCodestring

Bank code associated with these terms

Example: BANK001
segmentTypestring

Customer segment type associated with these terms and conditions

Possible values: [P_SegmentClientContrat, E_SegmentClientContrat]

Example: E_SegmentClientContrat
updateOnstring

Last update timestamp (ISO 8601 format)

Example: 2023-12-15T14:30:00Z
TermsConditionDto
{
"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"
}