commonMain.io.revenuemonster.sdk.model.response.MerchantSubscriptions.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.response
import kotlinx.datetime.Instant
import kotlinx.serialization.Serializable
@Serializable
data class MerchantSubscriptions(
val id: Int,
val gracePeriod: Int,
val expiryAt: Instant,
val terminateAt: Instant,
val status: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy