25 lines
499 B
Python
25 lines
499 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class REQUESTAWMXNTKMGPPOJWRCTZUBADNFLQDBDYVQAORFAVCSXUUHEBQHCEPCSKFBADBODFDBPYKOVINV(
|
|
BaseModel
|
|
):
|
|
uu_id: str
|
|
created_at: str
|
|
updated_at: str
|
|
person_tag: str
|
|
expiry_starts: str
|
|
expiry_ends: str
|
|
firstname: str
|
|
middle_name: str
|
|
surname: str
|
|
birth_date: str
|
|
birth_place: str
|
|
sex_code: str
|
|
country_code: str
|
|
tax_no: str
|
|
active: bool
|
|
deleted: bool
|
|
is_confirmed: bool
|
|
is_notification_send: bool
|