Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
16 lines
330 B
YAML
16 lines
330 B
YAML
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.
|