Member Profile
data class MemberProfile(id: String, key: String, name: String, email: String, nric: String, birthDate: String, gender: String, address: Address, memberTier: String?, totalLoyaltyPoint: Int, hasPinCode: Boolean, loyaltyPointBalance: Int, spendingPoint: Int, creditBalance: Int, status: String, createdAt: Instant, updatedAt: Instant)
Content copied to clipboard
Properties
creditBalance
Link copied to clipboard
hasPinCode
Link copied to clipboard
loyaltyPointBalance
Link copied to clipboard
memberTier
Link copied to clipboard
spendingPoint
Link copied to clipboard
totalLoyaltyPoint
Link copied to clipboard