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

    Type Alias PlatformOrderTransferCancellation

    주문 취소 정보

    type PlatformOrderTransferCancellation = {
        id: string;
        cancelledAt: string;
    }
    Index

    Properties

    Properties

    id: string

    주문 취소 아이디

    cancelledAt: string

    취소 일시 (RFC 3339 date-time)