GourmetCardResponse

data class GourmetCardResponse(id: String, transactionId: String, cardId: String, memberId: String, expiredAt: Instant, createdAt: Instant, updateAt: Instant, card: GourmetCard)

Properties

card
Link copied to clipboard
common
val card: GourmetCard
cardId
Link copied to clipboard
common
val cardId: String
createdAt
Link copied to clipboard
common
val createdAt: Instant
expiredAt
Link copied to clipboard
common
val expiredAt: Instant
id
Link copied to clipboard
common
val id: String
memberId
Link copied to clipboard
common
val memberId: String
transactionId
Link copied to clipboard
common
val transactionId: String
updateAt
Link copied to clipboard
common
val updateAt: Instant