Package 

Class AddCardRequest

  • All Implemented Interfaces:
    ru.tinkoff.acquiring.sdk.utils.Disposable , ru.tinkoff.acquiring.sdk.utils.Request

    
    public final class AddCardRequest
    extends AcquiringRequest<AddCardResponse>
                        

    Инициирует привязку карты к покупателю

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AddCardRequest()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCustomerKey() Идентификатор покупателя в системе продавца
      final Unit setCustomerKey(String customerKey) Идентификатор покупателя в системе продавца
      final String getCheckType() Тип проверки при привязке карты
      final Unit setCheckType(String checkType) Тип проверки при привязке карты
      Map<String, Object> asMap()
      Unit execute(Function1<AddCardResponse, Unit> onSuccess, Function1<Exception, Unit> onFailure) Синхронный вызов метода API
      • Methods inherited from class ru.tinkoff.acquiring.sdk.requests.AcquiringRequest

        addContentHeader, addUserAgentHeader, dispose, getContentType, getHttpRequestMethod, getRequestBody, isDisposed, performRequestAsync, performSuspendRequest
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait