Class: PaymentSession
internal.PaymentSession
Base abstract entity for all entities
Hierarchy
↳
PaymentSession
Copy to Clipboard
Properties
amount
• amount: number
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:18
beforeInsert
• Private
Copy to Clipboard beforeInsert: any
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:20
cart
• cart: Cart
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:12
cart_id
• cart_id: string
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:11
created_at
• created_at: Date
Copy to Clipboard
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
data
• data: Record
Copy to Clipboard<string
Copy to Clipboard, unknown
Copy to Clipboard>
Defined in
medusa/dist/models/payment-session.d.ts:16
id
• id: string
Copy to Clipboard
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
idempotency_key
• idempotency_key: string
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:17
is_selected
• is_selected: null
Copy to Clipboard | boolean
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:14
payment_authorized_at
• payment_authorized_at: Date
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:19
provider_id
• provider_id: string
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:13
status
• status: string
Copy to Clipboard
Defined in
medusa/dist/models/payment-session.d.ts:15
updated_at
• updated_at: Date
Copy to Clipboard
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7