Class MainPaymentFormFlowViewModel.Result.FinishSuccess
-
- All Implemented Interfaces:
-
android.os.Parcelable,ru.tinkoff.acquiring.sdk.redesign.mainform.presentation.vm.MainPaymentFormFlowViewModel.Result
public final class MainPaymentFormFlowViewModel.Result.FinishSuccess implements MainPaymentFormFlowViewModel.Result
-
-
Constructor Summary
Constructors Constructor Description MainPaymentFormFlowViewModel.Result.FinishSuccess(Long paymentId, String cardId, String rebillId)
-
Method Summary
Modifier and Type Method Description final LonggetPaymentId()final StringgetCardId()final StringgetRebillId()-
-
Method Detail
-
getPaymentId
final Long getPaymentId()
-
getRebillId
final String getRebillId()
-
-
-
-