Type AliasB2bTaxInvoiceSummary

B2bTaxInvoiceSummary: {
    taxType: B2bTaxType;
    supplyCostTotalAmount: number;
    taxTotalAmount: number;
    purposeType: B2bTaxInvoicePurposeType;
    supplierBrn: string;
    supplierName: string;
    supplierDocumentKey?: string;
    recipientBrn: string;
    recipientName: string;
    recipientDocumentKey?: string;
    recipientBusinessStatus?: B2bCompanyStateBusinessStatus;
    recipientClosedSuspendedDate?: string;
    issuedAt?: string;
    openedAt?: string;
    status: B2bTaxInvoiceStatus;
    statusUpdatedAt: string;
    ntsApproveNumber?: string;
    ntsResult?: string;
    ntsSentAt?: string;
    ntsResultReceivedAt?: string;
    ntsResultCode?: string;
}

세금계산서 요약

Type declaration

  • taxType: B2bTaxType

    과세 유형

  • supplyCostTotalAmount: number

    공급가액 합계 (int64)

  • taxTotalAmount: number

    세액 합계 (int64)

  • purposeType: B2bTaxInvoicePurposeType

    영수/청구

  • supplierBrn: string

    공급자 사업자등록번호

  • supplierName: string

    공급자 상호

  • OptionalsupplierDocumentKey?: string

    공급자 문서번호

  • recipientBrn: string

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

  • recipientName: string

    공급받는자 상호

  • OptionalrecipientDocumentKey?: string

    공급받는자 문서번호

  • OptionalrecipientBusinessStatus?: B2bCompanyStateBusinessStatus

    공급받는자 영업 상태

  • OptionalrecipientClosedSuspendedDate?: string

    공급받는자 휴폐업일자

    상태가 CLOSED, SUSPENDED 상태인 경우에만 결과값 반환

  • OptionalissuedAt?: string

    발행 일시 (RFC 3339 date-time)

  • OptionalopenedAt?: string

    개봉 일시 (RFC 3339 date-time)

  • status: B2bTaxInvoiceStatus

    상태

  • statusUpdatedAt: string

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

  • OptionalntsApproveNumber?: string

    국세청 승인번호

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

  • OptionalntsResult?: string

    국세청 전송 결과

  • OptionalntsSentAt?: string

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

  • OptionalntsResultReceivedAt?: string

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

  • OptionalntsResultCode?: string

    국세청 결과 코드

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