All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.revenuemonster.sdk.model.common.Order.kt Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package io.revenuemonster.sdk.model.common

import kotlinx.serialization.Serializable

@Serializable
data class Order(
    val id: String,
    val title: String,
    val detail: String,
    val amount: Int,
    val currencyType: String,
    val additionalData: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy