You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
OrgDocumentType
Representation of an organizational document type. OrgDocumentType
export interface OrgDocumentType {
'code': string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Required | string | Organizational document type code. {string} OrgDocumentType |
name | Optional | string | Organizational document type name. {string} OrgDocumentType |