public class PaymentResponse extends SofortLibResponse
| Constructor and Description |
|---|
PaymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FailureMessage> |
getNewPaymentWarnings()
Gets the new payment warnings.
|
java.lang.String |
getPaymentUrl()
Gets the payment url.
|
java.util.List<FailureMessage> |
getResponsePaymentErrors()
Gets the response payment errors.
|
java.lang.String |
getTransId()
Gets the trans id.
|
boolean |
hasNewPaymentWarnings()
Checks for the new payment warnings.
|
boolean |
hasResponsePaymentErrors()
Checks for the response payment errors.
|
void |
setNewPaymentWarnings(java.util.List<FailureMessage> warnings)
Sets the new payment warnings.
|
void |
setPaymentUrl(java.lang.String paymentUrl)
Sets the payment url.
|
void |
setResponsePaymentErrors(java.util.List<FailureMessage> responsePaymentErrors)
Sets the response payment errors.
|
void |
setTransId(java.lang.String transId)
Sets the trans id.
|
getResponseErrors, getResponseWarnings, hasResponseErrors, hasResponseWarnings, setResponseErrors, setResponseWarningspublic java.lang.String getTransId()
public void setTransId(java.lang.String transId)
transId - the new trans idpublic java.lang.String getPaymentUrl()
public void setPaymentUrl(java.lang.String paymentUrl)
paymentUrl - the new payment urlpublic java.util.List<FailureMessage> getNewPaymentWarnings()
public void setNewPaymentWarnings(java.util.List<FailureMessage> warnings)
warnings - the new payment warningspublic boolean hasNewPaymentWarnings()
public final java.util.List<FailureMessage> getResponsePaymentErrors()
public void setResponsePaymentErrors(java.util.List<FailureMessage> responsePaymentErrors)
responsePaymentErrors - the new response payment errorspublic final boolean hasResponsePaymentErrors()