rm-kotlin-sdk
/
io.revenuemonster.sdk.model.request
/
GiveLoyaltyPointRequest
common
Give
Loyalty
Point
Request
data class
GiveLoyaltyPointRequest
(point:
Int
, type:
String
, memberId:
String
?, countryCode:
String
?, phoneNumber:
String
?)
Content copied to clipboard
Properties
Properties
countryCode
Link copied to clipboard
common
val
countryCode
:
String
? = null
Content copied to clipboard
memberId
Link copied to clipboard
common
val
memberId
:
String
? = null
Content copied to clipboard
phoneNumber
Link copied to clipboard
common
val
phoneNumber
:
String
? = null
Content copied to clipboard
point
Link copied to clipboard
common
val
point
:
Int
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
String
Content copied to clipboard