-
- All Implemented Interfaces:
-
java.io.Serializable,ru.tinkoff.acquiring.sdk.models.result.AsdkResult
public final class PaymentResult implements AsdkResult
-
-
Constructor Summary
Constructors Constructor Description PaymentResult(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)
-
-
-
-