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

    Type Alias PlatformSettlementCycleInput

    플랫폼 정산 주기 입력 정보

    type PlatformSettlementCycleInput = {
        lagDays: number;
        datePolicy: PlatformSettlementCycleDatePolicy;
        method: PlatformSettlementCycleMethodInput;
    }
    Index

    Properties

    lagDays: number

    지체일 (d+n 의 n)

    정산시작일(통상 주문완료일)로부터 더해진 다음 날짜로부터 가장 가까운 날에 정산이 됩니다. 최소 1 에서 최대 10 까지 지정할 수 있습니다. (int32)

    기준일로, 정산일 계산 시 공휴일을 고려하기 위한 정보입니다.

    정산 주기 계산 방식