Alokai

QuoteItemsSortInput

Specifies the field to use for sorting quote items

type QuoteItemsSortInput = {
  field: SortQuoteItemsEnum; /** Specifies the order of quote items' sorting */
  order: SortEnum;
};

Referenced Types

On this page