Skip to main content

Class: PaymentSession

internal.PaymentSession

Base abstract entity for all entities

Hierarchy

Properties

amount

amount: numberCopy to Clipboard

Defined in

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


beforeInsert

PrivateCopy to Clipboard beforeInsert: anyCopy to Clipboard

Defined in

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


cart

cart: CartCopy to Clipboard

Defined in

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


cart_id

cart_id: stringCopy to Clipboard

Defined in

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


created_at

created_at: DateCopy to Clipboard

Inherited from

BaseEntity.created_at

Defined in

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


data

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

Defined in

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


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-session.d.ts:17


is_selected

is_selected: nullCopy to Clipboard | booleanCopy to Clipboard

Defined in

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


payment_authorized_at

payment_authorized_at: DateCopy to Clipboard

Defined in

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


provider_id

provider_id: stringCopy to Clipboard

Defined in

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


status

status: stringCopy to Clipboard

Defined in

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


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?