You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
QuoteAction
The action with the quote. The quote action field is mandatory. QuoteAction
export interface QuoteAction {
'action': string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
action | Required | string | User's actions with the quote. Typical actions are: CANCEL, SUBMIT, ACCEPT, APPROVE, REJECT. {string} QuoteAction |