Package 

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
                        

    Привязанная карта

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCardId() Идентификатор карты в системе Банка
      final Unit setCardId(String cardId) Идентификатор карты в системе Банка
      final String getCvv() Секретный код проверки подлинности
      final Unit setCvv(String cvv) Секретный код проверки подлинности
      final String getRebillId() Идентификатор рекуррентного платежа
      final Unit setRebillId(String rebillId) Идентификатор рекуррентного платежа
      String encode(PublicKey publicKey)
      Unit validate()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttachedCard

        AttachedCard(String rebillId)
      • AttachedCard

        AttachedCard()
    • Method Detail

      • getCardId

         final String getCardId()

        Идентификатор карты в системе Банка

      • setCardId

         final Unit setCardId(String cardId)

        Идентификатор карты в системе Банка

      • getCvv

         final String getCvv()

        Секретный код проверки подлинности

      • setCvv

         final Unit setCvv(String cvv)

        Секретный код проверки подлинности

      • getRebillId

         final String getRebillId()

        Идентификатор рекуррентного платежа

      • setRebillId

         final Unit setRebillId(String rebillId)

        Идентификатор рекуррентного платежа