Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface PushReservationInfo

    예약 메시지 정보

    interface PushReservationInfo {
        reservationId: number;
        reservationIdString: string;
        schedules: PushScheduleInfo[];
        isLocalTime: boolean;
        target: Record<string, any>;
        content: Record<string, any>;
        messageType: PushMessageType;
        createdDateTime: string;
        updatedDateTime: string;
        completedDateTime: string;
        reservationStatus: ReservationStatus;
    }
    Index

    Properties

    reservationId: number

    예약 ID

    reservationIdString: string

    예약 ID (문자열)

    schedules: PushScheduleInfo[]

    스케줄 목록

    isLocalTime: boolean

    현지 시간 발송 여부

    target: Record<string, any>

    발송 대상

    content: Record<string, any>

    메시지 내용

    messageType: PushMessageType

    메시지 타입

    createdDateTime: string

    생성 일시

    updatedDateTime: string

    수정 일시

    completedDateTime: string

    완료 일시

    reservationStatus: ReservationStatus

    예약 상태