Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
13 lines
313 B
YAML
13 lines
313 B
YAML
type: object
|
|
required:
|
|
- quantity
|
|
properties:
|
|
quantity:
|
|
type: number
|
|
description: The quantity to set the Line Item to.
|
|
metadata:
|
|
type: object
|
|
description: >-
|
|
An optional key-value map with additional details about the Line Item. If
|
|
omitted, the metadata will remain unchanged."
|