public class PaymentWorkflow extends Object
| Constructor and Description |
|---|
PaymentWorkflow(@NotNull de.adorsys.psd2.consent.api.pis.CmsPaymentResponse paymentResponse,
ConsentReference consentReference) |
| Modifier and Type | Method and Description |
|---|---|
String |
authId() |
de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO |
bearerToken() |
String |
encryptedConsentId() |
String |
getAuthCodeMessage() |
PaymentAuthorizeResponse |
getAuthResponse() |
ConsentReference |
getConsentReference() |
org.springframework.http.HttpStatus |
getErrorCode() |
de.adorsys.psd2.consent.api.pis.CmsPaymentResponse |
getPaymentResponse() |
String |
getPaymentStatus() |
de.adorsys.ledgers.middleware.api.domain.sca.SCAResponseTO |
getScaResponse() |
String |
paymentId() |
de.adorsys.ledgers.middleware.api.domain.payment.PaymentTypeTO |
paymentType() |
List<de.adorsys.ledgers.middleware.api.domain.um.ScaUserDataTO> |
scaMethods() |
de.adorsys.ledgers.middleware.api.domain.sca.ScaStatusTO |
scaStatus() |
void |
setAuthCodeMessage(String authCodeMessage) |
void |
setAuthResponse(PaymentAuthorizeResponse authResponse) |
void |
setErrorCode(org.springframework.http.HttpStatus errorCode) |
void |
setPaymentStatus(String paymentStatus) |
void |
setScaResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAResponseTO scaResponse) |
boolean |
singleScaMethod() |
public PaymentWorkflow(@NotNull
@NotNull de.adorsys.psd2.consent.api.pis.CmsPaymentResponse paymentResponse,
ConsentReference consentReference)
public de.adorsys.psd2.consent.api.pis.CmsPaymentResponse getPaymentResponse()
public String getPaymentStatus()
public void setPaymentStatus(String paymentStatus)
public String getAuthCodeMessage()
public void setAuthCodeMessage(String authCodeMessage)
public org.springframework.http.HttpStatus getErrorCode()
public void setErrorCode(org.springframework.http.HttpStatus errorCode)
public PaymentAuthorizeResponse getAuthResponse()
public void setAuthResponse(PaymentAuthorizeResponse authResponse)
public ConsentReference getConsentReference()
public String paymentId()
public String authId()
public String encryptedConsentId()
public de.adorsys.ledgers.middleware.api.domain.sca.SCAResponseTO getScaResponse()
public void setScaResponse(de.adorsys.ledgers.middleware.api.domain.sca.SCAResponseTO scaResponse)
public de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO bearerToken()
public de.adorsys.ledgers.middleware.api.domain.payment.PaymentTypeTO paymentType()
public boolean singleScaMethod()
public List<de.adorsys.ledgers.middleware.api.domain.um.ScaUserDataTO> scaMethods()
public de.adorsys.ledgers.middleware.api.domain.sca.ScaStatusTO scaStatus()
Copyright © 2019. All rights reserved.