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 |