interface CustomerRequestCreateMeta {
    canAddRequestParticipants?: boolean;
    canRaiseOnBehalfOf?: boolean;
    requestTypeFields?: RequestTypeField[];
}

Properties

canAddRequestParticipants?: boolean

Flag indicating if participants can be added to a request (true) or not.

canRaiseOnBehalfOf?: boolean

Flag indicating if a request can be raised on behalf of another user (true) or not.

requestTypeFields?: RequestTypeField[]

List of the fields included in this request.