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

eu.kevin.api.models.payment.paymentStatus.GetPaymentStatusResponseError.kt Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package eu.kevin.api.models.payment.paymentStatus

import eu.kevin.api.models.ErrorCode
import kotlinx.serialization.Serializable

@Serializable
data class GetPaymentStatusResponseError(
    val code: ErrorCode
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy