Files
medusa-store/www/utils/generated/oas-output/schemas/StorePaymentCollectionResponse.ts
Shahed Nasser 74b3385a65 chore(oas): [21/21] improve oas schemas (#9339)
* improve oas

* more improvements

* add missing descriptions

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2024-09-27 12:40:24 +02:00

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"
*
*/