Requote
Contains quote solutions returned by an app when a new quote is required. These solutions may partially or completely differ from the original quote response.
type Requote {
appSupplierCode: String!
options: [OptionRequote!]!
}
Fields
Requote.appSupplierCode
● String!
non-null scalar
Code identifying the app supplier that generated the Requote answer.
Requote.options
● [OptionRequote!]!
non-null object
List of alternative options returned by the app during the Requote process.
Member Of
AppQuoteSolution
object