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
                        

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

    Author:

    Mariya Chernyadieva

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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 getCvc() Секретный код проверки подлинности
      final Unit setCvc(String cvc) Секретный код проверки подлинности
      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)

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

      • getCvc

         final String getCvc()

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

      • setCvc

         final Unit setCvc(String cvc)

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

      • getRebillId

         final String getRebillId()

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

      • setRebillId

         final Unit setRebillId(String rebillId)

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