Class PaymentByCardFlowViewModel.Command.ReturnPaymentSuccessResult
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.redesign.payment.ui.PaymentByCardFlowViewModel.Command
public final class PaymentByCardFlowViewModel.Command.ReturnPaymentSuccessResult implements PaymentByCardFlowViewModel.Command
-
-
Constructor Summary
Constructors Constructor Description PaymentByCardFlowViewModel.Command.ReturnPaymentSuccessResult(Long paymentId, String cardId, String rebillId)
-
Method Summary
Modifier and Type Method Description final LonggetPaymentId()final UnitsetPaymentId(Long paymentId)final StringgetCardId()final UnitsetCardId(String cardId)final StringgetRebillId()final UnitsetRebillId(String rebillId)-
-
Method Detail
-
getPaymentId
final Long getPaymentId()
-
setPaymentId
final Unit setPaymentId(Long paymentId)
-
getRebillId
final String getRebillId()
-
setRebillId
final Unit setRebillId(String rebillId)
-
-
-
-