21 lines
427 B
TypeScript
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.
|
|
*
|
|
*/
|
|
|