B2b Bulk Tax Invoice
@Serializable
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)