Hierarchy

  • Document
    • BookingDocument

Properties

activity_id: ObjectId
bookingDate: Date
configurations: {
    serviceFee: number;
    taxes: number;
}

Type declaration

  • serviceFee: number
  • taxes: number
confirmationDate?: Date
currency: string
fx_table: {
    hedgingPercentage: number;
    rate: number;
}

Type declaration

  • hedgingPercentage: number
  • rate: number
paidToPartner: boolean
partnerConfirmation: string
payment_id?: ObjectId
price: any
refundValue: number
specialNotes?: string
status: string
user_id: ObjectId

Generated using TypeDoc