GiveLoyaltyPointRequest

data class GiveLoyaltyPointRequest(point: Int, type: String, memberId: String?, countryCode: String?, phoneNumber: String?)

Properties

countryCode
Link copied to clipboard
common
val countryCode: String? = null
memberId
Link copied to clipboard
common
val memberId: String? = null
phoneNumber
Link copied to clipboard
common
val phoneNumber: String? = null
point
Link copied to clipboard
common
val point: Int
type
Link copied to clipboard
common
val type: String