Type AliasB2bTaxInvoiceIssuanceCancelled

B2bTaxInvoiceIssuanceCancelled: {
    status: "ISSUANCE_CANCELLED";
    taxType: B2bTaxType;
    serialNum?: string;
    bookVolume?: number;
    bookIssue?: number;
    writeDate: string;
    purposeType: B2bTaxInvoicePurposeType;
    supplyCostTotalAmount: number;
    taxTotalAmount: number;
    totalAmount: number;
    cashAmount?: number;
    checkAmount?: number;
    creditAmount?: number;
    noteAmount?: number;
    remarks: string[];
    supplierDocumentKey?: string;
    supplier: B2bTaxInvoiceCompany;
    recipientDocumentKey?: string;
    recipient: B2bTaxInvoiceCompany;
    sendSms: boolean;
    modification?: B2bModification;
    items: B2bTaxInvoiceItem[];
    contacts: B2bTaxInvoiceAdditionalContact[];
    statusUpdatedAt: string;
    issuedAt: string;
    ntsApproveNumber: string;
    recipientBusinessStatus?: B2bCompanyStateBusinessStatus;
    recipientClosedSuspendedDate?: string;
}

Type declaration

  • status: "ISSUANCE_CANCELLED"

    세금계산서 상태

  • taxType: B2bTaxType

    과세 유형

  • OptionalserialNum?: string

    일련번호

  • OptionalbookVolume?: number

    책번호 - 권

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

  • OptionalbookIssue?: number

    책번호 - 호

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

  • writeDate: string

    작성일

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

  • purposeType: B2bTaxInvoicePurposeType

    영수/청구

  • supplyCostTotalAmount: number

    공급가액 합계 (int64)

  • taxTotalAmount: number

    세액 합계 (int64)

  • totalAmount: number

    합계 금액 (int64)

  • OptionalcashAmount?: number

    현금 (int64)

  • OptionalcheckAmount?: number

    수표 (int64)

  • OptionalcreditAmount?: number

    외상 (int64)

  • OptionalnoteAmount?: number

    수표 (int64)

  • remarks: string[]

    비고

    최대 3개

  • OptionalsupplierDocumentKey?: string

    공급자 문서번호

  • supplier: B2bTaxInvoiceCompany

    공급자

  • OptionalrecipientDocumentKey?: string

    공급받는자 문서번호

  • recipient: B2bTaxInvoiceCompany

    공급받는자

  • sendSms: boolean

    문자 전송 여부

  • Optionalmodification?: B2bModification

    수정 사유 기재

  • items: B2bTaxInvoiceItem[]

    품목

    최대 99개

  • contacts: B2bTaxInvoiceAdditionalContact[]

    추가 담당자

    최대 3개

  • statusUpdatedAt: string

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

  • issuedAt: string

    발행 일시 (RFC 3339 date-time)

  • ntsApproveNumber: string

    국세청 승인번호

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

  • OptionalrecipientBusinessStatus?: B2bCompanyStateBusinessStatus

    공급받는자 영업 상태

  • OptionalrecipientClosedSuspendedDate?: string

    공급받는자 휴폐업일자

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