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

    Type Alias SchedulePlatformContractBody

    계약 업데이트 예약을 위한 입력 정보

    type SchedulePlatformContractBody = {
        update: UpdatePlatformContractBody;
        appliedAt: string;
    }
    Index

    Properties

    Properties

    반영할 업데이트 내용

    appliedAt: string

    업데이트 적용 시점 (RFC 3339 date-time)