-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.utils.Disposable,ru.tinkoff.acquiring.sdk.utils.Request
public abstract class AcquiringRequest<R extends AcquiringResponse> implements Request<R>
Базовый класс создания запроса Acquiring API
-
-
Field Summary
Fields Modifier and Type Field Description private final StringhttpRequestMethodprivate final StringcontentTypeprivate Stringpassword
-
Constructor Summary
Constructors Constructor Description AcquiringRequest(String apiMethod)
-
Method Summary
Modifier and Type Method Description StringgetHttpRequestMethod()StringgetContentType()final StringgetPassword()final UnitsetPassword(String password)BooleanisDisposed()Unitdispose()Map<String, Object>asMap()StringgetRequestBody()-
-
Constructor Detail
-
AcquiringRequest
AcquiringRequest(String apiMethod)
-
-
Method Detail
-
getHttpRequestMethod
String getHttpRequestMethod()
-
getContentType
String getContentType()
-
getPassword
final String getPassword()
-
setPassword
final Unit setPassword(String password)
-
isDisposed
Boolean isDisposed()
-
getRequestBody
String getRequestBody()
-
-
-
-