Type AliasConfirmedPaymentEscrow

ConfirmedPaymentEscrow: {
    status: "CONFIRMED";
    company: string;
    invoiceNumber: string;
    sentAt?: string;
    appliedAt?: string;
    isAutomaticallyConfirmed: boolean;
}

구매 확정

Type declaration

  • status: "CONFIRMED"

    에스크로 상태

  • company: string

    택배사

  • invoiceNumber: string

    송장번호

  • OptionalsentAt?: string

    발송 일시 (RFC 3339 date-time)

  • OptionalappliedAt?: string

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

  • isAutomaticallyConfirmed: boolean

    자동 구매 확정 처리 여부