Type AliasApplyEscrowLogisticsResponse

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

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

Type declaration

  • invoiceNumber: string

    송장 번호

  • sentAt: string

    발송 시점 (RFC 3339 date-time)

  • appliedAt: string

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