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

    Type Alias ApplyEscrowLogisticsResponse

    에스크로 배송 정보 등록 성공 응답

    type ApplyEscrowLogisticsResponse = {
        invoiceNumber: string;
        sentAt: string;
        appliedAt: string;
    }
    Index

    Properties

    invoiceNumber: string

    송장 번호

    sentAt: string

    발송 시점 (RFC 3339 date-time)

    appliedAt: string

    에스크로 정보 등록 시점 (RFC 3339 date-time)