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:23


currency

currency: string

Defined in

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


id

id: string

Defined in

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


orderId

Optional orderId: string

Defined in

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


paidDate

Optional paidDate: Date

Defined in

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


paymentGatewayId

Optional paymentGatewayId: string

Defined in

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


res

res: any

Defined in

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


status

status: string

Defined in

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