Alokai
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

NameRequiredTypeDescription
codeRequiredstringOrganizational document type code. {string} OrgDocumentType
nameOptionalstringOrganizational document type name. {string} OrgDocumentType

On this page