LoyaltyMemberHistory

data class LoyaltyMemberHistory(key: String, merchantKey: String, type: String, description: String, point: Int, credit: Int, creditBalance: Int, createdAt: Instant, updatedAt: Instant)

Properties

createdAt
Link copied to clipboard
common
val createdAt: Instant
credit
Link copied to clipboard
common
val credit: Int
creditBalance
Link copied to clipboard
common
val creditBalance: Int
description
Link copied to clipboard
common
val description: String
key
Link copied to clipboard
common
val key: String
merchantKey
Link copied to clipboard
common
val merchantKey: String
point
Link copied to clipboard
common
val point: Int
type
Link copied to clipboard
common
val type: String
updatedAt
Link copied to clipboard
common
val updatedAt: Instant