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

    Type Alias B2bTaxInvoiceSummary

    세금계산서 요약

    type B2bTaxInvoiceSummary = {
        id: string;
        taxationType: B2bTaxInvoiceTaxationType;
        documentModificationType: B2bTaxInvoiceDocumentModificationType;
        isDelayed?: boolean;
        issuanceType: B2bTaxInvoiceIssuanceType;
        bulkTaxInvoiceId?: string;
        payoutId?: string;
        totalSupplyAmount: number;
        totalTaxAmount: number;
        totalAmount: number;
        purposeType: B2bTaxInvoicePurposeType;
        supplierBrn: string;
        supplierName: string;
        supplierRepresentativeName: string;
        supplierDocumentKey?: string;
        recipientBrn: string;
        recipientName: string;
        recipientRepresentativeName: string;
        recipientDocumentKey?: string;
        recipientBusinessStatus?: B2bCompanyStateBusinessStatus;
        recipientClosedSuspendedDate?: string;
        writeDate: string;
        issuanceDueDate: string;
        status: B2bTaxInvoiceStatus;
        draftedAt?: string;
        requestedAt?: string;
        issuedAt?: string;
        openedAt?: string;
        statusUpdatedAt: string;
        ntsSentAt?: string;
        ntsApprovalNumber?: string;
        ntsResult?: string;
        ntsResultReceivedAt?: string;
        ntsResultCode?: string;
        memo?: string;
        items: B2bTaxInvoiceItem[];
    }
    Index

    Properties

    id: string

    세금계산서 아이디

    과세 유형

    documentModificationType: B2bTaxInvoiceDocumentModificationType

    문서 유형

    isDelayed?: boolean

    지연 발행 여부

    발행 유형

    bulkTaxInvoiceId?: string

    일괄 발행 아이디

    payoutId?: string

    지급 아이디

    totalSupplyAmount: number

    공급가액 합계 (int64)

    totalTaxAmount: number

    세액 합계 (int64)

    totalAmount: number

    합계 금액 (int64)

    영수/청구

    supplierBrn: string

    공급자 사업자등록번호

    supplierName: string

    공급자 상호

    supplierRepresentativeName: string

    공급자 대표자 성명

    supplierDocumentKey?: string

    공급자 문서번호

    recipientBrn: string

    공급받는자 사업자등록번호

    recipientName: string

    공급받는자 상호

    recipientRepresentativeName: string

    공급받는자 대표자 성명

    recipientDocumentKey?: string

    공급받는자 문서번호

    recipientBusinessStatus?: B2bCompanyStateBusinessStatus

    공급받는자 영업 상태

    recipientClosedSuspendedDate?: string

    공급받는자 휴폐업일자

    상태가 CLOSED, SUSPENDED 상태인 경우에만 결과값 반환 (yyyy-MM-dd)

    writeDate: string

    작성일

    날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다. (yyyy-MM-dd)

    issuanceDueDate: string

    발행 마감일

    날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다. (yyyy-MM-dd)

    상태

    draftedAt?: string

    임시 저장 일시 (RFC 3339 date-time)

    requestedAt?: string

    발행 요청 일시 (RFC 3339 date-time)

    issuedAt?: string

    발행 일시 (RFC 3339 date-time)

    openedAt?: string

    개봉 일시 (RFC 3339 date-time)

    statusUpdatedAt: string

    상태 변경 일시 (RFC 3339 date-time)

    ntsSentAt?: string

    국세청 전송 일시 (RFC 3339 date-time)

    ntsApprovalNumber?: string

    국세청 승인번호

    세금계산서 발행(전자서명) 시점에 자동으로 부여

    ntsResult?: string

    국세청 전송 결과

    ntsResultReceivedAt?: string

    국세청 결과 수신 일시 (RFC 3339 date-time)

    ntsResultCode?: string

    국세청 결과 코드

    국세청 발급 결과 코드로 영문 3자리 + 숫자 3자리로 구성됨

    memo?: string

    메모

    품목

    최대 99개