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


name

name: string

Defined in

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


paymentGatewayId

paymentGatewayId: string

Defined in

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


template

template: string

Defined in

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


type

type: string

Defined in

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