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

    Type Alias RejectedPaymentEscrow

    구매 거절

    type RejectedPaymentEscrow = {
        status: "REJECTED";
        company: string;
        invoiceNumber: string;
        sentAt?: string;
        appliedAt?: string;
    }
    Index

    Properties

    status: "REJECTED"

    에스크로 상태

    company: string

    택배사

    invoiceNumber: string

    송장번호

    sentAt?: string

    발송 일시 (RFC 3339 date-time)

    appliedAt?: string

    배송등록 처리 일자 (RFC 3339 date-time)