Skip to content

@sourceloop/payment-service / Exports / Templates

Class: Templates

Hierarchy

Indexable

▪ [prop: string]: any

Table of contents

Constructors

Properties

Constructors

constructor

new Templates(data?)

Parameters

Name Type
data? Partial<Templates>

Inherited from

CoreEntity<Templates>.constructor

Defined in

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

Properties

id

id: string

Defined in

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


name

name: string

Defined in

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


paymentGatewayId

paymentGatewayId: string

Defined in

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


template

template: string

Defined in

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


type

type: string

Defined in

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