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 |