B2bTaxInvoiceAttachment

@Serializable
data class B2bTaxInvoiceAttachment(val id: String, val name: String, val attachedAt: @Serializable(with = InstantSerializer::class) Instant)

세금계산서 첨부파일

Constructors

Link copied to clipboard
constructor(id: String, name: String, attachedAt: @Serializable(with = InstantSerializer::class) Instant)

Properties

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

첨부 일시

Link copied to clipboard
val id: String

첨부 파일 아이디

Link copied to clipboard

첨부 파일명