Skip to main content

Class: PaymentCollection

Hierarchy

  • SoftDeletableEntity

    PaymentCollection

Constructors

constructor

new PaymentCollection()

Inherited from

SoftDeletableEntity.constructor

Properties

amount

amount: number

Defined in

models/payment-collection.ts:43


authorized_amount

authorized_amount: null | number

Defined in

models/payment-collection.ts:46


created_at

created_at: Date

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


created_by

created_by: string

Defined in

models/payment-collection.ts:96


currency

currency: Currency

Defined in

models/payment-collection.ts:62


currency_code

currency_code: string

Defined in

models/payment-collection.ts:58


deleted_at

deleted_at: null | Date

Inherited from

SoftDeletableEntity.deleted_at

Defined in

interfaces/models/soft-deletable-entity.ts:7


description

description: null | string

Defined in

models/payment-collection.ts:40


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


metadata

metadata: Record<string, unknown>

Defined in

models/payment-collection.ts:93


payment_sessions

payment_sessions: PaymentSession[]

Defined in

models/payment-collection.ts:76


payments

payments: Payment[]

Defined in

models/payment-collection.ts:90


region

region: Region

Defined in

models/payment-collection.ts:54


region_id

region_id: string

Defined in

models/payment-collection.ts:50


status

status: PaymentCollectionStatus

Defined in

models/payment-collection.ts:37


type

type: ORDER_EDIT

Defined in

models/payment-collection.ts:34


updated_at

updated_at: Date

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

Defined in

models/payment-collection.ts:98