Interface PartnerDocument

PartnerDocument

Description

Defines the structure of a partner document within the database.

Hierarchy

  • Document
    • PartnerDocument

Properties

activities?: any[]

Description

List of activities created by the partner.

Deprecated

balance?: number

Description

Partner's balance.

bookings?: any[]

Description

List of bookings on the partner activities.

Deprecated

category?: string

Description

Category of this partner account.

companyDetails?: CompanyDetails

Description

Details about the partner's company.

deviceId?: string

Description

Device ID for partner application.

documents?: any[]

Description

List of documents of the partner account.

Deprecated

email: string

Description

Email for the partner account.

financialDetails?: FinancialDetails

Description

Financial details of the partner.

firstName: string

Description

First name of the partner.

Example

"John"
isActive: boolean

Description

A flag to indicates whether this account is active or not.

isDeleted: boolean

Description

A flag to indicates if this partner account is deleted or not (Soft Delete).

languageUsed?: string

Description

Language used by the partner.

lastLoginCountry?: string

Description

Last login country.

lastLoginDate?: Date

Description

Last login date.

lastLoginIp?: string

Description

Last login Ip address.

lastName: string

Description

Last name of the partner.

Example

"Doe"
password: string

Description

Password for the partner account.

phone: string

Description

Partner phone number.

seyahaCommissionPercentage?: number

Description

Seyaha commission percentage.

seyahaServiceFee?: number

Description

Seyaha service fee.

socketId?: string

Description

Socket ID for partner.

Generated using TypeDoc