Back to Medusa

Payment Module Data Models Reference

www/apps/resources/references/modules/payment_models/page.mdx

2.14.21.2 KB
Original Source

import { TypeList } from "docs-ui"

Payment Module Data Models Reference

This documentation provides a reference to the data models in the Payment Module

Relations Overview

mermaid
erDiagram
	Payment ||--|| Refund : refunds
	Payment ||--|| Capture : captures
	PaymentCollection }|--|{ PaymentProvider : payment_providers
	PaymentCollection ||--|| PaymentSession : payment_sessions
	PaymentCollection ||--|| Payment : payments
	PaymentSession ||--|| Payment : payment
	RefundReason ||--|| Refund : refunds

Data Models