Package ru.tinkoff.acquiring.sdk.threeds
Class AppBaseProcessResult.Success
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.threeds.AppBaseProcessResult
public final class AppBaseProcessResult.Success implements AppBaseProcessResult
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, String>threedsDataprivate final ThreeDsAppBasedTransactiontransaction
-
Constructor Summary
Constructors Constructor Description AppBaseProcessResult.Success(Map<String, String> threedsData, ThreeDsAppBasedTransaction transaction)
-
Method Summary
Modifier and Type Method Description final Map<String, String>getThreedsData()final ThreeDsAppBasedTransactiongetTransaction()-
-
Constructor Detail
-
AppBaseProcessResult.Success
AppBaseProcessResult.Success(Map<String, String> threedsData, ThreeDsAppBasedTransaction transaction)
-
-
Method Detail
-
getThreedsData
final Map<String, String> getThreedsData()
-
getTransaction
final ThreeDsAppBasedTransaction getTransaction()
-
-
-
-