SpendingLoyaltyPointRequest

data class SpendingLoyaltyPointRequest(currencyType: String, amount: Int, type: String, memberId: String?, countryCode: String?, phoneNumber: String?)

Properties

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