Class: PaymentCollection
Hierarchy
SoftDeletableEntity
Copy to Clipboard↳
PaymentCollection
Copy to Clipboard
Constructors
constructor
• new PaymentCollection()
Inherited from
SoftDeletableEntity.constructor
Properties
amount
• amount: number
Copy to Clipboard
Defined in
models/payment-collection.ts:43
authorized_amount
• authorized_amount: null
Copy to Clipboard | number
Copy to Clipboard
Defined in
models/payment-collection.ts:46
created_at
• created_at: Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.created_at
Defined in
interfaces/models/base-entity.ts:16
created_by
• created_by: string
Copy to Clipboard
Defined in
models/payment-collection.ts:96
currency
• currency: Currency
Copy to Clipboard
Defined in
models/payment-collection.ts:62
currency_code
• currency_code: string
Copy to Clipboard
Defined in
models/payment-collection.ts:58
deleted_at
• deleted_at: null
Copy to Clipboard | Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.deleted_at
Defined in
interfaces/models/soft-deletable-entity.ts:7
description
• description: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
models/payment-collection.ts:40
id
• id: string
Copy to Clipboard
Inherited from
SoftDeletableEntity.id
Defined in
interfaces/models/base-entity.ts:13
metadata
• metadata: Record
Copy to Clipboard<string
Copy to Clipboard, unknown
Copy to Clipboard>
Defined in
models/payment-collection.ts:93
payment_sessions
• payment_sessions: PaymentSession
Copy to Clipboard[]
Defined in
models/payment-collection.ts:76
payments
• payments: Payment
Copy to Clipboard[]
Defined in
models/payment-collection.ts:90
region
• region: Region
Copy to Clipboard
Defined in
models/payment-collection.ts:54
region_id
• region_id: string
Copy to Clipboard
Defined in
models/payment-collection.ts:50
status
• status: PaymentCollectionStatus
Copy to Clipboard
Defined in
models/payment-collection.ts:37
type
• type: ORDER_EDIT
Copy to Clipboard
Defined in
models/payment-collection.ts:34
updated_at
• updated_at: Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.updated_at
Defined in
interfaces/models/base-entity.ts:19
Methods
beforeInsert
▸ Private
Copy to Clipboard beforeInsert(): void
Copy to Clipboard
Returns
void
Copy to Clipboard