Skip to main content

Class: PaymentCollection

internal.PaymentCollection

Base abstract entity for all entities

Hierarchy

Properties

amount

amount: numberCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:17


authorized_amount

authorized_amount: nullCopy to Clipboard | numberCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:18


beforeInsert

PrivateCopy to Clipboard beforeInsert: anyCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:27


created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:6


created_by

created_by: stringCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:26


currency

currency: CurrencyCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:22


currency_code

currency_code: stringCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:21


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3


description

description: nullCopy to Clipboard | stringCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:16


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:5


metadata

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

Defined in

medusa/dist/models/payment-collection.d.ts:25


payment_sessions

payment_sessions: PaymentSessionCopy to Clipboard[]

Defined in

medusa/dist/models/payment-collection.d.ts:23


payments

payments: PaymentCopy to Clipboard[]

Defined in

medusa/dist/models/payment-collection.d.ts:24


region

region: RegionCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:20


region_id

region_id: stringCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:19


status

status: PaymentCollectionStatusCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:15


type

type: ORDER_EDITCopy to Clipboard

Defined in

medusa/dist/models/payment-collection.d.ts:14


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.updated_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:7

Was this page helpful?