Hierarchy

  • QuotationProcessing

Properties

fullfillQuotation: ((quotationId: string, info: any, requestContext: Context) => Promise<Quotation>)

Type declaration

    • (quotationId: string, info: any, requestContext: Context): Promise<Quotation>
    • Parameters

      • quotationId: string
      • info: any
      • requestContext: Context

      Returns Promise<Quotation>

proposeQuotation: QuotationContextParams
rejectQuotation: QuotationContextParams
transformItemConfiguration: ((quotation: Quotation, configuration: QuotationItemConfiguration, requestContext: Context) => Promise<QuotationItemConfiguration>)

Type declaration

verifyQuotation: QuotationContextParams