Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminPaymentProvider.yaml
T
2024-09-18 11:30:02 +00:00

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.