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>
16 lines
347 B
TypeScript
16 lines
347 B
TypeScript
/**
|
|
* @schema StoreAcceptOrderTransfer
|
|
* type: object
|
|
* description: The details of accepting the order transfer.
|
|
* x-schemaName: StoreAcceptOrderTransfer
|
|
* required:
|
|
* - token
|
|
* properties:
|
|
* token:
|
|
* type: string
|
|
* title: token
|
|
* description: The order transfer's token issued when the transfer was requested.
|
|
*
|
|
*/
|
|
|