21 lines
419 B
TypeScript
21 lines
419 B
TypeScript
/**
|
|
* @schema AdminPaymentProvider
|
|
* type: object
|
|
* description: The payment provider's details.
|
|
* x-schemaName: AdminPaymentProvider
|
|
* 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.
|
|
*
|
|
*/
|
|
|