Class MirPayLinkRequest
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.utils.Disposable,ru.tinkoff.acquiring.sdk.utils.Request
public final class MirPayLinkRequest extends AcquiringRequest<MirPayResponse>
k.shpakovskiy
-
-
Field Summary
Fields Modifier and Type Field Description private final StringhttpRequestMethodprivate StringpaymentIdprivate final StringcontentType
-
Constructor Summary
Constructors Constructor Description MirPayLinkRequest(String paymentId)
-
Method Summary
Modifier and Type Method Description StringgetHttpRequestMethod()final StringgetPaymentId()final UnitsetPaymentId(String paymentId)Map<String, Object>asMap()Unitexecute(Function1<MirPayResponse, Unit> onSuccess, Function1<Exception, Unit> onFailure)-
Methods inherited from class ru.tinkoff.acquiring.sdk.requests.AcquiringRequest
addContentHeader, addUserAgentHeader, dispose, getContentType, getRequestBody, isDisposed -
Methods inherited from class ru.tinkoff.acquiring.sdk.utils.Request
execute -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MirPayLinkRequest
MirPayLinkRequest(String paymentId)
-
-
Method Detail
-
getHttpRequestMethod
String getHttpRequestMethod()
-
getPaymentId
final String getPaymentId()
-
setPaymentId
final Unit setPaymentId(String paymentId)
-
-
-
-