타입 별칭 ApplyEscrowLogisticsResponse

ApplyEscrowLogisticsResponse: {
    invoiceNumber: string;
    sentAt: string;
    appliedAt: string;
}

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

타입 선언

  • invoiceNumber: string

    송장 번호

  • sentAt: string

    발송 시점

  • appliedAt: string

    에스크로 정보 등록 시점