Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
21 lines
451 B
TypeScript
21 lines
451 B
TypeScript
/**
|
|
* @schema AdminFulfillmentProviderOption
|
|
* type: object
|
|
* description: The fulfillment option's details.
|
|
* x-schemaName: AdminFulfillmentProviderOption
|
|
* required:
|
|
* - id
|
|
* - is_return
|
|
* properties:
|
|
* id:
|
|
* type: string
|
|
* title: id
|
|
* description: The fulfillment option's ID.
|
|
* is_return:
|
|
* type: boolean
|
|
* title: is_return
|
|
* description: Whether the fulfillment option is used for returns.
|
|
*
|
|
*/
|
|
|