RegisterMemberRequest

data class RegisterMemberRequest(name: String, countryCode: String, phoneNumber: String, email: String, nric: String, birthDate: Instant, gender: String, point: Int, address: Address)

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
email
Link copied to clipboard
common
val email: String
gender
Link copied to clipboard
common
val gender: String
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
point
Link copied to clipboard
common
val point: Int