Skip to content

Commit

Permalink
Add interimOnly for ChangeQuote (#1819)
Browse files Browse the repository at this point in the history
* Add interimOnly for ChangeQuote

* Apply suggestions from code review

Co-authored-by: Chris  <[email protected]>

---------

Co-authored-by: Chris <[email protected]>
  • Loading branch information
lexerom and noon-dawg authored Mar 18, 2024
1 parent a9e91dd commit 929d56f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/components/schemas/QuoteChangeOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ properties:
This field is only applicable if `renewalPolicy` is set to `retain`.
type: boolean
default: false
interimOnly:
type: boolean
default: true
description: |-
Specifies if the quotation invoice must include interim items only.
If this value is set to `false`, all upcoming items are included.
invoicePreview:
type: object
description: Preview of the quote invoice.
Expand Down
6 changes: 6 additions & 0 deletions openapi/components/schemas/StorefrontQuoteChangeOrder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ properties:
This field is only applicable if `renewalPolicy` is set to `retain`.
type: boolean
default: false
interimOnly:
type: boolean
default: true
description: |-
Specifies if the quotation invoice must include interim items only.
If this value is set to `false`, all upcoming items are included.
invoicePreview:
type: object
description: Preview of the quote invoice.
Expand Down

0 comments on commit 929d56f

Please sign in to comment.