commonMain.io.revenuemonster.sdk.model.request.SpendingLoyaltyPointRequest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rm-kotlin-sdk Show documentation
Show all versions of rm-kotlin-sdk Show documentation
Revenue Monster Kotlin Multiplatform SDK
package io.revenuemonster.sdk.model.request
import kotlinx.serialization.Serializable
@Serializable
data class SpendingLoyaltyPointRequest(
val currencyType: String,
val amount: Int,
val type: String,
val memberId: String? = null,
val countryCode: String? = null,
val phoneNumber: String? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy