rm-kotlin-sdk
/
io.revenuemonster.sdk.model.request
/
RegisterMemberRequest
common
Register
Member
Request
data class
RegisterMemberRequest
(name:
String
, countryCode:
String
, phoneNumber:
String
, email:
String
, nric:
String
, birthDate:
Instant
, gender:
String
, point:
Int
, address:
Address
)
Content copied to clipboard
Properties
Properties
address
Link copied to clipboard
common
val
address
:
Address
Content copied to clipboard
birthDate
Link copied to clipboard
common
val
birthDate
:
Instant
Content copied to clipboard
countryCode
Link copied to clipboard
common
val
countryCode
:
String
Content copied to clipboard
email
Link copied to clipboard
common
val
email
:
String
Content copied to clipboard
gender
Link copied to clipboard
common
val
gender
:
String
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
nric
Link copied to clipboard
common
val
nric
:
String
Content copied to clipboard
phoneNumber
Link copied to clipboard
common
val
phoneNumber
:
String
Content copied to clipboard
point
Link copied to clipboard
common
val
point
:
Int
Content copied to clipboard