Files
medusa-store/www/utils/generated/oas-output/schemas/BasePaymentProvider.ts
Shahed Nasser c5bf22f3f4 chore(oas): [17/n] improve OAS schemas (#9284)
Improve OAS schemas [17/n]
2024-09-26 13:07:07 +00:00

21 lines
427 B
TypeScript

/**
* @schema BasePaymentProvider
* type: object
* description: The payment provider's payment providers.
* x-schemaName: BasePaymentProvider
* required:
* - is_enabled
* - id
* properties:
* id:
* type: string
* title: id
* description: The payment provider's ID.
* is_enabled:
* type: boolean
* title: is_enabled
* description: Whether the payment provider is enabled.
*
*/