16 lines
357 B
TypeScript
16 lines
357 B
TypeScript
/**
|
|
* @schema StoreDeclineOrderTransfer
|
|
* type: object
|
|
* description: The details of declining the order transfer request.
|
|
* x-schemaName: StoreDeclineOrderTransfer
|
|
* required:
|
|
* - token
|
|
* properties:
|
|
* token:
|
|
* type: string
|
|
* title: token
|
|
* description: The order transfer's token issued when the transfer was requested.
|
|
*
|
|
*/
|
|
|