3.3 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Class: PaymentCollection
internal.PaymentCollection
Base abstract entity for all entities
Hierarchy
-
↳
PaymentCollection
Properties
amount
• amount: number
Defined in
medusa/dist/models/payment-collection.d.ts:22
authorized_amount
• authorized_amount: number
Defined in
medusa/dist/models/payment-collection.d.ts:23
beforeInsert
• Private beforeInsert: any
Defined in
medusa/dist/models/payment-collection.d.ts:34
captured_amount
• captured_amount: number
Defined in
medusa/dist/models/payment-collection.d.ts:24
created_at
• created_at: Date
Inherited from
SoftDeletableEntity.created_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
created_by
• created_by: string
Defined in
medusa/dist/models/payment-collection.d.ts:33
currency
• currency: Currency
Defined in
medusa/dist/models/payment-collection.d.ts:29
currency_code
• currency_code: string
Defined in
medusa/dist/models/payment-collection.d.ts:28
deleted_at
• deleted_at: null | Date
Inherited from
SoftDeletableEntity.deleted_at
Defined in
medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3
description
• description: string
Defined in
medusa/dist/models/payment-collection.d.ts:21
id
• id: string
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
metadata
• metadata: Record<string, unknown>
Defined in
medusa/dist/models/payment-collection.d.ts:32
payment_sessions
• payment_sessions: PaymentSession[]
Defined in
medusa/dist/models/payment-collection.d.ts:30
payments
• payments: Payment[]
Defined in
medusa/dist/models/payment-collection.d.ts:31
refunded_amount
• refunded_amount: number
Defined in
medusa/dist/models/payment-collection.d.ts:25
region
• region: Region
Defined in
medusa/dist/models/payment-collection.d.ts:27
region_id
• region_id: string
Defined in
medusa/dist/models/payment-collection.d.ts:26
status
• status: PaymentCollectionStatus
Defined in
medusa/dist/models/payment-collection.d.ts:20
type
• type: ORDER_EDIT
Defined in
medusa/dist/models/payment-collection.d.ts:19
updated_at
• updated_at: Date
Inherited from
SoftDeletableEntity.updated_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7