Skip to main content

Class: PaymentSession

Hierarchy

  • BaseEntityCopy to Clipboard

    PaymentSessionCopy to Clipboard

Constructors

constructor

new PaymentSession()

Inherited from

BaseEntity.constructor

Properties

amount

amount: numberCopy to Clipboard

Defined in

models/payment-session.ts:57


cart

cart: CartCopy to Clipboard

Defined in

models/payment-session.ts:36


cart_id

cart_id: stringCopy to Clipboard

Defined in

models/payment-session.ts:32


created_at

created_at: DateCopy to Clipboard

Inherited from

BaseEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


data

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

Defined in

models/payment-session.ts:49


id

id: stringCopy to Clipboard

Inherited from

BaseEntity.id

Defined in

interfaces/models/base-entity.ts:13


idempotency_key

idempotency_key: stringCopy to Clipboard

Defined in

models/payment-session.ts:52


is_selected

is_selected: nullCopy to Clipboard | booleanCopy to Clipboard

Defined in

models/payment-session.ts:43


payment_authorized_at

payment_authorized_at: DateCopy to Clipboard

Defined in

models/payment-session.ts:62


provider_id

provider_id: stringCopy to Clipboard

Defined in

models/payment-session.ts:40


status

status: stringCopy to Clipboard

Defined in

models/payment-session.ts:46


updated_at

updated_at: DateCopy to Clipboard

Inherited from

BaseEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

PrivateCopy to Clipboard beforeInsert(): voidCopy to Clipboard

Returns

voidCopy to Clipboard

Defined in

models/payment-session.ts:64