Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.38 KB

File metadata and controls

30 lines (25 loc) · 1.38 KB

Checkin

Example Usage

import { Checkin } from "pushpress/models/components/checkin.js";

let value: Checkin = {
  details: {
    id: "<id>",
    name: "<value>",
    type: "AppointmentCheckin",
    appointmentType: "<value>",
  },
  checkinTime: 660174,
  customer: "<value>",
  company: "Mosciski - Keebler",
  name: "<value>",
};

Fields

Field Type Required Description
details components.Details ✔️ Type of the check-in
checkinTime number ✔️ Check-in time in Unix timestamp
customer string ✔️ Customer ID for the check-in
company string ✔️ Company ID for the check-in
name string ✔️ Name of the thing being checked in