Package de.adorsys.psd2.model
Class ConsentsConfirmationOfFundsResponse
- java.lang.Object
-
- de.adorsys.psd2.model.ConsentsConfirmationOfFundsResponse
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-07-01T15:25:06.394043+03:00[Europe/Kiev]") public class ConsentsConfirmationOfFundsResponse extends ObjectBody of the JSON response for a Start single SCA authorisation request.
-
-
Constructor Summary
Constructors Constructor Description ConsentsConfirmationOfFundsResponse()
-
Method Summary
-
-
-
Method Detail
-
consentStatus
public ConsentsConfirmationOfFundsResponse consentStatus(ConsentStatus consentStatus)
-
getConsentStatus
@NotNull @Valid public @NotNull @Valid ConsentStatus getConsentStatus()
Get consentStatus- Returns:
- consentStatus
-
setConsentStatus
public void setConsentStatus(ConsentStatus consentStatus)
-
consentId
public ConsentsConfirmationOfFundsResponse consentId(String consentId)
-
getConsentId
@NotNull public @NotNull String getConsentId()
Get consentId- Returns:
- consentId
-
setConsentId
public void setConsentId(String consentId)
-
scaMethods
public ConsentsConfirmationOfFundsResponse scaMethods(ScaMethods scaMethods)
-
getScaMethods
@Valid public @Valid ScaMethods getScaMethods()
Get scaMethods- Returns:
- scaMethods
-
setScaMethods
public void setScaMethods(ScaMethods scaMethods)
-
chosenScaMethod
public ConsentsConfirmationOfFundsResponse chosenScaMethod(ChosenScaMethod chosenScaMethod)
-
getChosenScaMethod
@Valid public @Valid ChosenScaMethod getChosenScaMethod()
Get chosenScaMethod- Returns:
- chosenScaMethod
-
setChosenScaMethod
public void setChosenScaMethod(ChosenScaMethod chosenScaMethod)
-
challengeData
public ConsentsConfirmationOfFundsResponse challengeData(ChallengeData challengeData)
-
getChallengeData
@Valid public @Valid ChallengeData getChallengeData()
Get challengeData- Returns:
- challengeData
-
setChallengeData
public void setChallengeData(ChallengeData challengeData)
-
_links
public ConsentsConfirmationOfFundsResponse _links(Map _links)
-
getLinks
@NotNull @Valid public @NotNull @Valid Map getLinks()
Get _links- Returns:
- _links
-
setLinks
public void setLinks(Map _links)
-
psuMessage
public ConsentsConfirmationOfFundsResponse psuMessage(String psuMessage)
-
getPsuMessage
@Size(max=512) public @Size(max=512) String getPsuMessage()
Get psuMessage- Returns:
- psuMessage
-
setPsuMessage
public void setPsuMessage(String psuMessage)
-
-