Class RecurrentPaymentFlowViewModel.Result.Success
-
- All Implemented Interfaces:
-
android.os.Parcelable,ru.tinkoff.acquiring.sdk.redesign.recurrent.ui.RecurrentPaymentFlowViewModel.Result
public final class RecurrentPaymentFlowViewModel.Result.Success implements RecurrentPaymentFlowViewModel.Result
-
-
Constructor Summary
Constructors Constructor Description RecurrentPaymentFlowViewModel.Result.Success(Long paymentId, String rebillId)
-
Method Summary
Modifier and Type Method Description final LonggetPaymentId()final StringgetRebillId()-
-
Method Detail
-
getPaymentId
final Long getPaymentId()
-
getRebillId
final String getRebillId()
-
-
-
-