B2bTaxInvoiceSummary

@Serializable
data class B2bTaxInvoiceSummary(val taxType: B2bTaxType, val supplyCostTotalAmount: Long, val taxTotalAmount: Long, val purposeType: B2bTaxInvoicePurposeType, val supplierBrn: String, val supplierName: String, val recipientBrn: String, val recipientName: String, val status: B2bTaxInvoiceStatus, val statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, val supplierDocumentKey: String? = null, val recipientDocumentKey: String? = null, val recipientBusinessStatus: B2bCompanyStateBusinessStatus? = null, val recipientClosedSuspendedDate: String? = null, val issuedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val openedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val ntsApproveNumber: String? = null, val ntsResult: String? = null, val ntsSentAt: @Serializable(with = InstantSerializer::class) Instant? = null, val ntsResultReceivedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val ntsResultCode: String? = null)

세금계산서 요약

Constructors

Link copied to clipboard
constructor(taxType: B2bTaxType, supplyCostTotalAmount: Long, taxTotalAmount: Long, purposeType: B2bTaxInvoicePurposeType, supplierBrn: String, supplierName: String, recipientBrn: String, recipientName: String, status: B2bTaxInvoiceStatus, statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, supplierDocumentKey: String? = null, recipientDocumentKey: String? = null, recipientBusinessStatus: B2bCompanyStateBusinessStatus? = null, recipientClosedSuspendedDate: String? = null, issuedAt: @Serializable(with = InstantSerializer::class) Instant? = null, openedAt: @Serializable(with = InstantSerializer::class) Instant? = null, ntsApproveNumber: String? = null, ntsResult: String? = null, ntsSentAt: @Serializable(with = InstantSerializer::class) Instant? = null, ntsResultReceivedAt: @Serializable(with = InstantSerializer::class) Instant? = null, ntsResultCode: String? = null)

Properties

Link copied to clipboard
val issuedAt: @Serializable(with = InstantSerializer::class) Instant? = null

발행 일시

Link copied to clipboard

국세청 승인번호

Link copied to clipboard
val ntsResult: String? = null

국세청 전송 결과

Link copied to clipboard
val ntsResultCode: String? = null

국세청 결과 코드

Link copied to clipboard
val ntsResultReceivedAt: @Serializable(with = InstantSerializer::class) Instant? = null

국세청 결과 수신 일시

Link copied to clipboard
val ntsSentAt: @Serializable(with = InstantSerializer::class) Instant? = null

국세청 전송 일시

Link copied to clipboard
val openedAt: @Serializable(with = InstantSerializer::class) Instant? = null

개봉 일시

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

공급받는자 영업 상태

Link copied to clipboard

공급받는자 휴폐업일자

Link copied to clipboard

공급받는자 문서번호

Link copied to clipboard

공급받는자 상호

Link copied to clipboard
Link copied to clipboard

상태 변경 일시

Link copied to clipboard

공급자 사업자등록번호

Link copied to clipboard

공급자 문서번호

Link copied to clipboard

공급자 상호

Link copied to clipboard

공급가액 합계

Link copied to clipboard

세액 합계

Link copied to clipboard

과세 유형