public class PaymentInitiationRequestResponse extends Object
| Constructor and Description |
|---|
PaymentInitiationRequestResponse() |
| Modifier and Type | Method and Description |
|---|---|
ChallengeData |
getChallengeData() |
AuthenticationObject |
getChosenScaMethod() |
Map<String,HrefType> |
getLinks() |
String |
getPaymentId() |
String |
getPsuMessage() |
List<AuthenticationObject> |
getScaMethods() |
List<TppMessage> |
getTppMessages() |
Boolean |
getTransactionFeeIndicator() |
Amount |
getTransactionFees() |
String |
getTransactionStatus() |
void |
setChallengeData(ChallengeData challengeData) |
void |
setChosenScaMethod(AuthenticationObject chosenScaMethod) |
void |
setLinks(Map<String,HrefType> links) |
void |
setPaymentId(String paymentId) |
void |
setPsuMessage(String psuMessage) |
void |
setScaMethods(List<AuthenticationObject> scaMethods) |
void |
setTppMessages(List<TppMessage> tppMessages) |
void |
setTransactionFeeIndicator(Boolean transactionFeeIndicator) |
void |
setTransactionFees(Amount transactionFees) |
void |
setTransactionStatus(String transactionStatus) |
public String getTransactionStatus()
public void setTransactionStatus(String transactionStatus)
public String getPaymentId()
public void setPaymentId(String paymentId)
public Amount getTransactionFees()
public void setTransactionFees(Amount transactionFees)
public Boolean getTransactionFeeIndicator()
public void setTransactionFeeIndicator(Boolean transactionFeeIndicator)
public List<AuthenticationObject> getScaMethods()
public void setScaMethods(List<AuthenticationObject> scaMethods)
public AuthenticationObject getChosenScaMethod()
public void setChosenScaMethod(AuthenticationObject chosenScaMethod)
public ChallengeData getChallengeData()
public void setChallengeData(ChallengeData challengeData)
public String getPsuMessage()
public void setPsuMessage(String psuMessage)
public List<TppMessage> getTppMessages()
public void setTppMessages(List<TppMessage> tppMessages)
Copyright © 2020. All rights reserved.