Skip to content

@sourceloop/payment-service / Exports / Transactions

Class: Transactions

Hierarchy

Indexable

▪ [prop: string]: any

Table of contents

Constructors

Properties

Constructors

constructor

new Transactions(data?)

Parameters

Name Type
data? Partial<Transactions>

Inherited from

CoreEntity<Transactions>.constructor

Defined in

packages/core/dist/models/core-entity.d.ts:3

Properties

amountPaid

amountPaid: number

Defined in

services/payment-service/src/models/transactions.model.ts:26


currency

currency: string

Defined in

services/payment-service/src/models/transactions.model.ts:32


id

id: string

Defined in

services/payment-service/src/models/transactions.model.ts:19


orderId

Optional orderId: string

Defined in

services/payment-service/src/models/transactions.model.ts:56


paidDate

Optional paidDate: Date

Defined in

services/payment-service/src/models/transactions.model.ts:44


paymentGatewayId

Optional paymentGatewayId: string

Defined in

services/payment-service/src/models/transactions.model.ts:50


res

res: any

Defined in

services/payment-service/src/models/transactions.model.ts:62


status

status: string

Defined in

services/payment-service/src/models/transactions.model.ts:38