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
| Name | Required | Type | Description |
|---|---|---|---|
code | Required | string | Code of the Organizational Approval Process {string} B2BApprovalProcess |
name | Optional | string | Name of the Organizational Approval Process {string} B2BApprovalProcess |