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

co.saltpay.epos.models.response.EposDisabledResponse.kt Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package co.saltpay.epos.models.response

import kotlinx.serialization.Serializable

/**
 * General response which might be returned from any request if the handler payment application
 * has the ePOS feature disabled.
 *
 * @property requestId see [ResponseModel.requestId]
 */
@Serializable
data class EposDisabledResponse(
    override val requestId: String
): ResponseModel




© 2015 - 2024 Weber Informatics LLC | Privacy Policy