Type Alias PaymentScheduleAlreadyExistsError

PaymentScheduleAlreadyExistsError: {
    type: "PAYMENT_SCHEDULE_ALREADY_EXISTS";
    message?: string;
}

결제 예약건이 이미 존재하는 경우

Type declaration

  • type: "PAYMENT_SCHEDULE_ALREADY_EXISTS"
  • Optionalmessage?: string