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

OrderApprovalPermissionType

Request body fields required and optional to operate on Order Approval Permission Type data. Typical permission types are: B2BBudgetExceededPermission, B2BOrderThresholdTimespanPermission and B2BOrderThresholdPermission OrderApprovalPermissionType

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

Properties

NameRequiredTypeDescription
codeRequiredstringCode of the Order Approval Permission Type {string} OrderApprovalPermissionType
nameOptionalstringName of the Order Approval Permission Type {string} OrderApprovalPermissionType

On this page