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

    Type Alias B2bTaxInvoice

    세금계산서

    type B2bTaxInvoice = {
        id: string;
        status: B2bTaxInvoiceStatus;
        taxationType: B2bTaxInvoiceTaxationType;
        documentModificationType: B2bTaxInvoiceDocumentModificationType;
        isDelayed?: boolean;
        issuanceType: B2bTaxInvoiceIssuanceType;
        bulkTaxInvoiceId?: string;
        serialNumber?: string;
        bookVolume?: number;
        bookIssue?: number;
        writeDate: string;
        issuanceDueDate: string;
        purposeType: B2bTaxInvoicePurposeType;
        totalSupplyAmount: number;
        totalTaxAmount: number;
        totalAmount: number;
        cashAmount?: number;
        checkAmount?: number;
        creditAmount?: number;
        noteAmount?: number;
        remarks: string[];
        supplierDocumentKey?: string;
        supplier: B2bTaxInvoiceCompany;
        recipientDocumentKey?: string;
        recipient: B2bTaxInvoiceCompany;
        sendSms?: boolean;
        modification?: B2bTaxInvoiceModification;
        items: B2bTaxInvoiceItem[];
        additionalContacts: B2bTaxInvoiceAdditionalContact[];
        memo?: string;
        draftedAt?: string;
        requestedAt?: string;
        issuedAt?: string;
        statusUpdatedAt?: string;
        ntsSentAt?: string;
        ntsApprovalNumber?: string;
        ntsResult?: string;
        ntsResultCode?: string;
        ntsResultReceivedAt?: string;
        deletedAt?: string;
    }
    Index

    Properties

    id: string

    세금계산서 아이디

    상태

    과세 유형

    documentModificationType: B2bTaxInvoiceDocumentModificationType

    문서 유형

    isDelayed?: boolean

    지연 발행 여부

    발행 유형

    bulkTaxInvoiceId?: string

    일괄 발행 아이디

    serialNumber?: string

    일련번호

    bookVolume?: number

    책번호 - 권

    입력 범위(4자리) : 0 ~ 9999 (int32)

    bookIssue?: number

    책번호 - 호

    입력 범위(4자리) : 0 ~ 9999 (int32)

    writeDate: string

    작성일

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

    issuanceDueDate: string

    발행 마감일

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

    영수/청구

    totalSupplyAmount: number

    공급가액 합계 (int64)

    totalTaxAmount: number

    세액 합계 (int64)

    totalAmount: number

    합계 금액 (int64)

    cashAmount?: number

    현금 (int64)

    checkAmount?: number

    수표 (int64)

    creditAmount?: number

    외상 (int64)

    noteAmount?: number

    어음 (int64)

    remarks: string[]

    비고

    최대 3개

    supplierDocumentKey?: string

    공급자 문서번호

    공급자

    recipientDocumentKey?: string

    공급받는자 문서번호

    공급받는자

    sendSms?: boolean

    문자 전송 여부

    수정 사유 기재

    품목

    최대 99개

    additionalContacts: B2bTaxInvoiceAdditionalContact[]

    추가 담당자

    최대 3개

    memo?: string

    메모

    draftedAt?: string

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

    requestedAt?: string

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

    issuedAt?: string

    발행 일시 (RFC 3339 date-time)

    statusUpdatedAt?: string

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

    ntsSentAt?: string

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

    ntsApprovalNumber?: string

    국세청 승인번호

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

    ntsResult?: string

    국세청 전송 결과

    ntsResultCode?: string

    국세청 결과 코드

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

    ntsResultReceivedAt?: string

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

    deletedAt?: string

    삭제 일시 (RFC 3339 date-time)