Alokai
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

NameRequiredTypeDescription
actionRequiredstringUser's actions with the quote. Typical actions are: CANCEL, SUBMIT, ACCEPT, APPROVE, REJECT. {string} QuoteAction

On this page