ru.tinkoff.acquiring.sdk.responses.MirPayResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Library which allows you to use internet acquiring in your android app
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