18 lines
523 B
YAML
18 lines
523 B
YAML
title: Payment Provider
|
|
description: Represents a Payment Provider plugin and holds its installation status.
|
|
x-resourceId: payment_provider
|
|
required:
|
|
- id
|
|
properties:
|
|
id:
|
|
description: The id of the payment provider as given by the plugin.
|
|
type: string
|
|
example: manual
|
|
is_installed:
|
|
description: >-
|
|
Whether the plugin is installed in the current version. Plugins that are
|
|
no longer installed are not deleted by will have this field set to
|
|
`false`.
|
|
type: boolean
|
|
default: true
|