Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

B2BApprovalProcess

Representation of an organizational approval process B2BApprovalProcess

export interface B2BApprovalProcess {
	'code': string;
	'name'?: string;
}

Properties

NameRequiredTypeDescription
codeRequiredstringCode of the Organizational Approval Process {string} B2BApprovalProcess
nameOptionalstringName of the Organizational Approval Process {string} B2BApprovalProcess

On this page