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

ru.tinkoff.acquiring.sdk.responses.MirPayResponse.kt Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
package ru.tinkoff.acquiring.sdk.responses

import com.google.gson.annotations.SerializedName

/**
 * Ответ на запрос /api/v2/MirPay/GetDeepLink
 * @param deeplink Диплинк для перехода в приложение MirPay
 *                  для совершения оплаты
 *
 * @author k.shpakovskiy
 */
class MirPayResponse(
    @SerializedName("Deeplink")
    val deeplink: String? = null
) : AcquiringResponse()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy