ServiceFeesEntity
@adamondo/backend / application/entities/ServiceFeesEntity
application/entities/ServiceFeesEntity
Interfaces
ServiceFeesEntity
Defined in: src/application/entities/ServiceFeesEntity.ts:8
Domain entity type definitions for ServiceFeesEntity. Use cases:
- Provide stable, typed payloads across services and repositories.
- Document the domain fields used in business workflows. Example: Returned by service methods and consumed by GraphQL type mappers.
Properties
id
id:
number
Defined in: src/application/entities/ServiceFeesEntity.ts:9
guestType
guestType:
string
Defined in: src/application/entities/ServiceFeesEntity.ts:10
guestValue
guestValue:
number
Defined in: src/application/entities/ServiceFeesEntity.ts:11
hostType
hostType:
string
Defined in: src/application/entities/ServiceFeesEntity.ts:12
hostValue
hostValue:
number
Defined in: src/application/entities/ServiceFeesEntity.ts:13
currency
currency:
string|null
Defined in: src/application/entities/ServiceFeesEntity.ts:14