Alokai

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