Class AttachedCard
-
- 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
Привязанная карта
Mariya Chernyadieva
-
-
Constructor Summary
Constructors Constructor Description AttachedCard(String cardId, String cvc)AttachedCard(String rebillId)AttachedCard()
-
Method Summary
Modifier and Type Method Description final StringgetCardId()Идентификатор карты в системе Банка final UnitsetCardId(String cardId)Идентификатор карты в системе Банка final StringgetCvc()Секретный код проверки подлинности final UnitsetCvc(String cvc)Секретный код проверки подлинности final StringgetRebillId()Идентификатор рекуррентного платежа final UnitsetRebillId(String rebillId)Идентификатор рекуррентного платежа Stringencode(PublicKey publicKey)Unitvalidate()-
-
Method Detail
-
getRebillId
final String getRebillId()
Идентификатор рекуррентного платежа
-
setRebillId
final Unit setRebillId(String rebillId)
Идентификатор рекуррентного платежа
-
-
-
-