Skip to main content

Class: PaymentCollection

Hierarchy

  • SoftDeletableEntityCopy to Clipboard

    PaymentCollectionCopy to Clipboard

Constructors

constructor

new PaymentCollection()

Inherited from

SoftDeletableEntity.constructor

Properties

amount

amount: numberCopy to Clipboard

Defined in

models/payment-collection.ts:43


authorized_amount

authorized_amount: nullCopy to Clipboard | numberCopy to Clipboard

Defined in

models/payment-collection.ts:46


created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


created_by

created_by: stringCopy to Clipboard

Defined in

models/payment-collection.ts:96


currency

currency: CurrencyCopy to Clipboard

Defined in

models/payment-collection.ts:62


currency_code

currency_code: stringCopy to Clipboard

Defined in

models/payment-collection.ts:58


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

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


description

description: nullCopy to Clipboard | stringCopy to Clipboard

Defined in

models/payment-collection.ts:40


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


metadata

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

Defined in

models/payment-collection.ts:93


payment_sessions

payment_sessions: PaymentSessionCopy to Clipboard[]

Defined in

models/payment-collection.ts:76


payments

payments: PaymentCopy to Clipboard[]

Defined in

models/payment-collection.ts:90


region

region: RegionCopy to Clipboard

Defined in

models/payment-collection.ts:54


region_id

region_id: stringCopy to Clipboard

Defined in

models/payment-collection.ts:50


status

status: PaymentCollectionStatusCopy to Clipboard

Defined in

models/payment-collection.ts:37


type

type: ORDER_EDITCopy to Clipboard

Defined in

models/payment-collection.ts:34


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.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-collection.ts:98