@Generated(value="xs2a-adapter-codegen") public class PaymentInitationRequestResponse201 extends Object
| Constructor and Description |
|---|
PaymentInitationRequestResponse201() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ChallengeData |
getChallengeData() |
AuthenticationObject |
getChosenScaMethod() |
Map<String,HrefType> |
getLinks() |
String |
getPaymentId() |
String |
getPsuMessage() |
List<AuthenticationObject> |
getScaMethods() |
List<TppMessage2XX> |
getTppMessages() |
Boolean |
getTransactionFeeIndicator() |
Amount |
getTransactionFees() |
TransactionStatus |
getTransactionStatus() |
int |
hashCode() |
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<TppMessage2XX> tppMessages) |
void |
setTransactionFeeIndicator(Boolean transactionFeeIndicator) |
void |
setTransactionFees(Amount transactionFees) |
void |
setTransactionStatus(TransactionStatus transactionStatus) |
public TransactionStatus getTransactionStatus()
public void setTransactionStatus(TransactionStatus 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<TppMessage2XX> getTppMessages()
public void setTppMessages(List<TppMessage2XX> tppMessages)
Copyright © 2020. All rights reserved.