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

    Type Alias PlatformSettlementCycleMethodMonthly

    매월 정해진 날(일)에 정산

    type PlatformSettlementCycleMethodMonthly = {
        type: "MONTHLY";
        daysOfMonth: number[];
    }
    Index

    Properties

    Properties

    type: "MONTHLY"
    daysOfMonth: number[]