타입 별칭 CreatePaymentScheduleBody

CreatePaymentScheduleBody: {
    payment: BillingKeyPaymentInput;
    timeToPay: string;
}

결제 예약 요청 입력 정보

타입 선언