-
- All Implemented Interfaces:
-
java.io.Serializable,ru.tinkoff.acquiring.sdk.models.PaymentSource,ru.tinkoff.acquiring.sdk.models.paysources.CardSource
public final class AttachedCard implements CardSource
Привязанная карта
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAttachedCard.Companion
-
Constructor Summary
Constructors Constructor Description AttachedCard(String cardId, String cvv)AttachedCard(String rebillId)AttachedCard()
-
Method Summary
Modifier and Type Method Description final StringgetCardId()Идентификатор карты в системе Банка final UnitsetCardId(String cardId)Идентификатор карты в системе Банка final StringgetCvv()Секретный код проверки подлинности final UnitsetCvv(String cvv)Секретный код проверки подлинности final StringgetRebillId()Идентификатор рекуррентного платежа final UnitsetRebillId(String rebillId)Идентификатор рекуррентного платежа Stringencode(PublicKey publicKey)Unitvalidate()-
-
Method Detail
-
getRebillId
final String getRebillId()
Идентификатор рекуррентного платежа
-
setRebillId
final Unit setRebillId(String rebillId)
Идентификатор рекуррентного платежа
-
-
-
-