-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.payment.methods.ChargeMethods.Result
public final class ChargeMethods.Result.Failure implements ChargeMethods.Result
-
-
Constructor Summary
Constructors Constructor Description ChargeMethods.Result.Failure(Long paymentId, String cardId, Throwable failure)
-
Method Summary
Modifier and Type Method Description final LonggetPaymentId()final StringgetCardId()final ThrowablegetFailure()-
-
Method Detail
-
getPaymentId
final Long getPaymentId()
-
getFailure
final Throwable getFailure()
-
-
-
-