Record
doc-reqs-requirement
No description available.
record doc-reqs-requirement {
action: option<doc-reqs-requirement-action-enum>,
country-code: option<string>,
created-at: option<string>,
id: option<string>,
locality: option<string>,
phone-number-type: option<list-requirements-filter-phone-number-type-enum>,
record-type: option<string>,
requirements-types: option<list<doc-reqs-requirement-type>>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| action | option<doc-reqs-requirement-action-enum> | |
| country-code | option<string> | |
| created-at | option<string> | |
| id | option<string> | |
| locality | option<string> | |
| phone-number-type | option<list-requirements-filter-phone-number-type-enum> | |
| record-type | option<string> | |
| requirements-types | option<list<doc-reqs-requirement-type>> | |
| updated-at | option<string> |