Cancelled Payment Cash Receipt
@Serializable
@SerialName(value = "CANCELLED" )
취소된 현금영수증
Constructors
Link copied to clipboard
constructor(type: CashReceiptType? = null, pgReceiptId: String? = null, issueNumber: String, totalAmount: Long, taxFreeAmount: Long? = null, currency: Currency, url: String? = null, issuedAt: @Serializable(with = InstantSerializer::class ) Instant, cancelledAt: @Serializable(with = InstantSerializer::class ) Instant)