Skip to main content

Class: Payment

internal.Payment

Base abstract entity for all entities

Hierarchy

Properties

amount

amount: numberCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:13


amount_refunded

amount_refunded: numberCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:16


beforeInsert

PrivateCopy to Clipboard beforeInsert: anyCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:23


canceled_at

canceled_at: stringCopy to Clipboard | DateCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:20


captured_at

captured_at: stringCopy to Clipboard | DateCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:19


cart

cart: CartCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:10


cart_id

cart_id: stringCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:9


created_at

created_at: DateCopy to Clipboard

Inherited from

BaseEntity.created_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:6


currency

currency: CurrencyCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:15


currency_code

currency_code: stringCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:14


data

data: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

medusa/dist/models/payment.d.ts:18


id

id: stringCopy to Clipboard

Inherited from

BaseEntity.id

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:5


idempotency_key

idempotency_key: stringCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:22


metadata

metadata: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

medusa/dist/models/payment.d.ts:21


order

order: OrderCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:12


order_id

order_id: stringCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:11


provider_id

provider_id: stringCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:17


swap

swap: SwapCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:8


swap_id

swap_id: stringCopy to Clipboard

Defined in

medusa/dist/models/payment.d.ts:7


updated_at

updated_at: DateCopy to Clipboard

Inherited from

BaseEntity.updated_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:7

Was this page helpful?