ru.tinkoff.acquiring.sdk.exceptions.AcquiringExceptionWithPaymentId.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.exceptions
/**
* @author s.y.biryukov
*/
interface AcquiringExceptionWithPaymentId: AcquiringException {
var paymentId: Long?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy