Files
medusa-store/www/apps/resources/references/payment/interfaces/payment.PaymentProviderDTO/page.mdx
2024-12-09 15:27:01 +02:00

12 lines
623 B
Plaintext

---
displayed_sidebar: paymentReference
---
import { TypeList } from "docs-ui"
# PaymentProviderDTO
The payment provider details.
<TypeList types={[{"name":"id","type":"`string`","description":"The ID of the payment provider.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_enabled","type":"`boolean`","description":"Whether the payment provider is enabled.","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="PaymentProviderDTO"/>