Files
medusa-store/www/utils/generated/oas-output/schemas/StorePaymentProvider.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

16 lines
276 B
TypeScript

/**
* @schema StorePaymentProvider
* type: object
* description: The payment provider's details
* x-schemaName: StorePaymentProvider
* required:
* - id
* properties:
* id:
* type: string
* title: id
* description: The payment provider's ID.
*
*/