Options
All
  • Public
  • Public/Protected
  • All
Menu

Module base/models/partner

Index

Type aliases

PartnerAccessTokenCreateData: { token: string; validUntil: string }

Type declaration

  • token: string
  • validUntil: string
PartnerResponse: { alias: string; endDate: Date; logoUrl: string; name: string; partnerId: number; portfolioId: number; priceTableId: number; startDate: Date }

Type declaration

  • alias: string
  • endDate: Date
  • logoUrl: string
  • name: string
  • partnerId: number
  • portfolioId: number
  • priceTableId: number
  • startDate: Date

Generated using TypeDoc