B2bBulkTaxInvoice

@Serializable
data class B2bBulkTaxInvoice(val id: String, val graphqlId: String, val name: String? = null, val status: B2bBulkTaxInvoiceStatus, val totalInvoiceCount: Int, val totalAmount: Long, val stats: Map_Stat, val createdAt: @Serializable(with = InstantSerializer::class) Instant, val scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null, val requestedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, val sourceType: B2bBulkTaxInvoiceSourceType, val issuanceType: B2bTaxInvoiceIssuanceType)

Constructors

Link copied to clipboard
constructor(id: String, graphqlId: String, name: String? = null, status: B2bBulkTaxInvoiceStatus, totalInvoiceCount: Int, totalAmount: Long, stats: Map_Stat, createdAt: @Serializable(with = InstantSerializer::class) Instant, scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null, requestedAt: @Serializable(with = InstantSerializer::class) Instant? = null, statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant, sourceType: B2bBulkTaxInvoiceSourceType, issuanceType: B2bTaxInvoiceIssuanceType)

Properties

Link copied to clipboard
val createdAt: @Serializable(with = InstantSerializer::class) Instant
Link copied to clipboard
Link copied to clipboard
val id: String

일괄 세금계산서 고유 아이디

Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val requestedAt: @Serializable(with = InstantSerializer::class) Instant? = null
Link copied to clipboard
val scheduledAt: @Serializable(with = InstantSerializer::class) Instant? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val statusUpdatedAt: @Serializable(with = InstantSerializer::class) Instant
Link copied to clipboard
Link copied to clipboard