Class AttachCardFlowEvent.ChallengeResult
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.viewmodel.AttachCardFlowEvent
public final class AttachCardFlowEvent.ChallengeResult implements AttachCardFlowEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final AppBaseChallengeResultdataprivate final CardResultcard
-
Constructor Summary
Constructors Constructor Description AttachCardFlowEvent.ChallengeResult(AppBaseChallengeResult data, CardResult card)
-
Method Summary
Modifier and Type Method Description final AppBaseChallengeResultgetData()final CardResultgetCard()-
-
Constructor Detail
-
AttachCardFlowEvent.ChallengeResult
AttachCardFlowEvent.ChallengeResult(AppBaseChallengeResult data, CardResult card)
-
-
Method Detail
-
getData
final AppBaseChallengeResult getData()
-
getCard
final CardResult getCard()
-
-
-
-