Issued Payment Cash Receipt
@Serializable
@SerialName(value = "ISSUED" )
발급 완료된 현금영수증
Constructors
Link copied to clipboard
constructor(issueNumber: String, totalAmount: Long, currency: Currency, issuedAt: @Serializable(with = InstantSerializer::class ) Instant, type: CashReceiptType? = null, pgReceiptId: String? = null, taxFreeAmount: Long? = null, url: String? = null)