LoyaltyMember

data class LoyaltyMember(id: String, name: String, email: String, nric: String, address: Address, gender: String, state: String, birthDate: Instant, loyaltyPoint: Int, countryCode: String, phoneNumber: String, profileImageUrl: String, hasPinCode: Boolean, status: String, createdAt: Instant)

Properties

address
Link copied to clipboard
common
val address: Address
birthDate
Link copied to clipboard
common
val birthDate: Instant
countryCode
Link copied to clipboard
common
val countryCode: String
createdAt
Link copied to clipboard
common
val createdAt: Instant
email
Link copied to clipboard
common
val email: String
gender
Link copied to clipboard
common
val gender: String
hasPinCode
Link copied to clipboard
common
val hasPinCode: Boolean
id
Link copied to clipboard
common
val id: String
loyaltyPoint
Link copied to clipboard
common
val loyaltyPoint: Int
name
Link copied to clipboard
common
val name: String
nric
Link copied to clipboard
common
val nric: String
phoneNumber
Link copied to clipboard
common
val phoneNumber: String
profileImageUrl
Link copied to clipboard
common
val profileImageUrl: String
state
Link copied to clipboard
common
val state: String
status
Link copied to clipboard
common
val status: String