* improve oas * more improvements * add missing descriptions --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
14 lines
306 B
TypeScript
14 lines
306 B
TypeScript
/**
|
|
* @schema StorePaymentCollectionResponse
|
|
* type: object
|
|
* description: The payment collection's details.
|
|
* x-schemaName: StorePaymentCollectionResponse
|
|
* required:
|
|
* - payment_collection
|
|
* properties:
|
|
* payment_collection:
|
|
* $ref: "#/components/schemas/StorePaymentCollection"
|
|
*
|
|
*/
|
|
|