B2bTaxInvoiceSummary

@Serializable
data class B2bTaxInvoiceSummary(val id: String, val taxationType: B2bTaxInvoiceTaxationType, val documentModificationType: B2bTaxInvoiceDocumentModificationType, val isDelayed: Boolean? = null, val issuanceType: B2bTaxInvoiceIssuanceType, val bulkTaxInvoiceId: String? = null, val payoutId: String? = null, val totalSupplyAmount: Long, val totalTaxAmount: Long, val totalAmount: Long, val purposeType: B2bTaxInvoicePurposeType, val supplierBrn: String, val supplierName: String, val supplierRepresentativeName: String, val supplierDocumentKey: String? = null, val recipientBrn: String, val recipientName: String, val recipientRepresentativeName: String, val recipientDocumentKey: String? = null, val recipientBusinessStatus: B2bCompanyStateBusinessStatus? = null, val recipientClosedSuspendedDate: String? = null, val writeDate: String, val issuanceDueDate: String, val status: B2bTaxInvoiceStatus, val draftedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val requestedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val issuedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val openedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, val ntsSentAt: @Serializable(with = InstantSerializer::class) Instant? = null, val ntsApprovalNumber: String? = null, val ntsResult: String? = null, val ntsResultReceivedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val ntsResultCode: String? = null, val memo: String? = null, val items: List<B2bTaxInvoiceItem>)

세금계산서 요약

Constructors

Link copied to clipboard
constructor(id: String, taxationType: B2bTaxInvoiceTaxationType, documentModificationType: B2bTaxInvoiceDocumentModificationType, isDelayed: Boolean? = null, issuanceType: B2bTaxInvoiceIssuanceType, bulkTaxInvoiceId: String? = null, payoutId: String? = null, totalSupplyAmount: Long, totalTaxAmount: Long, totalAmount: Long, purposeType: B2bTaxInvoicePurposeType, supplierBrn: String, supplierName: String, supplierRepresentativeName: String, supplierDocumentKey: String? = null, recipientBrn: String, recipientName: String, recipientRepresentativeName: String, recipientDocumentKey: String? = null, recipientBusinessStatus: B2bCompanyStateBusinessStatus? = null, recipientClosedSuspendedDate: String? = null, writeDate: String, issuanceDueDate: String, status: B2bTaxInvoiceStatus, draftedAt: @Serializable(with = InstantSerializer::class) Instant? = null, requestedAt: @Serializable(with = InstantSerializer::class) Instant? = null, issuedAt: @Serializable(with = InstantSerializer::class) Instant? = null, openedAt: @Serializable(with = InstantSerializer::class) Instant? = null, statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, ntsSentAt: @Serializable(with = InstantSerializer::class) Instant? = null, ntsApprovalNumber: String? = null, ntsResult: String? = null, ntsResultReceivedAt: @Serializable(with = InstantSerializer::class) Instant? = null, ntsResultCode: String? = null, memo: String? = null, items: List<B2bTaxInvoiceItem>)

Properties

Link copied to clipboard

일괄 발행 아이디

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

임시 저장 일시

Link copied to clipboard
val id: String

세금계산서 아이디

Link copied to clipboard
val isDelayed: Boolean? = null

지연 발행 여부

Link copied to clipboard

발행 마감일

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

발행 일시

Link copied to clipboard
Link copied to clipboard
val memo: String? = 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
val payoutId: String? = 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
val requestedAt: @Serializable(with = InstantSerializer::class) Instant? = null

발행 요청 일시

Link copied to clipboard
Link copied to clipboard
val statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant

상태 변경 일시

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

작성일