getB2bTaxInvoiceAttachments

@JvmName(name = "getB2bTaxInvoiceAttachmentsSuspend")
suspend fun getB2bTaxInvoiceAttachments(taxInvoiceKey: String, brn: String? = null, taxInvoiceKeyType: B2bTaxInvoiceKeyType? = null, test: Boolean? = null): GetB2bTaxInvoiceAttachmentsResponse

세금계산서 첨부파일 목록 조회

세금계산서에 첨부된 파일 목록을 조회합니다.

Parameters

taxInvoiceKey

세금계산서 문서 번호

brn

사업자등록번호

taxInvoiceKeyType

문서 번호 유형

query 파라미터로 전달된 문서번호 유형. 기본 값은 TAX_INVOICE_ID이며 SUPPLIER, RECIPIENT, TAX_INVOICE_ID을 지원합니다.

test

테스트 모드 여부

true 이면 테스트 모드로 실행되며, false 이거나 주어지지 않은 경우 테스트 모드를 사용하지 않습니다.

Throws