B2bTaxInvoiceSummary

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)