Files
medusa-store/docs/content/references/js-client/classes/internal.PaymentSession.md
Shahed Nasser 02d5c1da88 docs: update Typedoc and regenerate references (#1994)
* generated new services reference

* changed from automatic push to automated pull request

* updated typedoc, regenerated JS Client reference

* regenerated the reference after updating typedoc

* added action for js client
2022-08-04 17:29:52 +03:00

1.8 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Class: PaymentSession

internal.PaymentSession

Base abstract entity for all entities

Hierarchy

Properties

beforeInsert

Private beforeInsert: any

Defined in

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


cart

cart: Cart

Defined in

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


cart_id

cart_id: string

Defined in

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


created_at

created_at: Date

Inherited from

BaseEntity.created_at

Defined in

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


data

data: Record<string, unknown>

Defined in

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


id

id: string

Inherited from

BaseEntity.id

Defined in

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


idempotency_key

idempotency_key: string

Defined in

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


is_selected

is_selected: null | boolean

Defined in

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


provider_id

provider_id: string

Defined in

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


status

status: string

Defined in

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


updated_at

updated_at: Date

Inherited from

BaseEntity.updated_at

Defined in

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