타입 별칭 CancelledPaymentEscrow

CancelledPaymentEscrow: {
    status: "CANCELLED";
    company: string;
    invoiceNumber: string;
    sentAt?: string;
    appliedAt?: string;
}

거래 취소

타입 선언

  • status: "CANCELLED"

    에스크로 상태

  • company: string

    택배사

  • invoiceNumber: string

    송장번호

  • OptionalsentAt?: string

    발송 일시

  • OptionalappliedAt?: string

    배송등록 처리 일자