@portone/server-sdk
    Preparing search index...

    Type Alias RevokePaymentSchedulesBody

    결제 예약 건 취소 요청 입력 정보

    type RevokePaymentSchedulesBody = {
        storeId?: string;
        billingKey?: string;
        scheduleIds?: string[];
    }
    Index

    Properties

    storeId?: string

    상점 아이디

    접근 권한이 있는 상점 아이디만 입력 가능하며, 미입력시 토큰에 담긴 상점 아이디를 사용합니다.

    billingKey?: string

    빌링키

    scheduleIds?: string[]

    결제 예약 건 아이디 목록