Skip to main content

PayoutService

@adamondo/backend


@adamondo/backend / application/services/PayoutService

application/services/PayoutService

Classes

PayoutService

Defined in: src/application/services/PayoutService.ts:11

Constructors

Constructor

new PayoutService(uow): PayoutService

Defined in: src/application/services/PayoutService.ts:12

Parameters
uow

UnitOfWork

Returns

PayoutService

Methods

listByUser()

listByUser(userId): Promise<PayoutEntity[]>

Defined in: src/application/services/PayoutService.ts:14

Parameters
userId

string

Returns

Promise<PayoutEntity[]>