|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.shop.checkout.WirecardCCPaymentData.ThreeDSecureData
public static class WirecardCCPaymentData.ThreeDSecureData
The ThreeDSecureData.
| Constructor Summary | |
|---|---|
WirecardCCPaymentData.ThreeDSecureData()
The no-argument constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getACSURL()
Returns the ACSURL ("Access Control Server URL"). |
java.lang.String |
getPAReq()
Returns the PAReq ("Payment Authentication Request"). |
java.lang.String |
getPARes()
Returns the PARes ("Payment Authentication Response"). |
WirecardCCPaymentData.ThreeDSecureStatus |
getStatus()
Returns the card's '3-D Secure' status. |
java.lang.String |
getTermURL()
Returns the TermURL. |
void |
setACSURL(java.lang.String acsu)
Sets the ACSURL ("Access Control Server Url"). |
void |
setPAReq(java.lang.String par)
Sets the PAReq ("Payment Authentication Request"). |
void |
setPARes(java.lang.String par)
Sets the PARes ("Payment Authentication Response"). |
void |
setStatus(WirecardCCPaymentData.ThreeDSecureStatus s)
Sets the card's '3-D Secure' status. |
void |
setTermURL(java.lang.String tu)
Sets the TermURL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WirecardCCPaymentData.ThreeDSecureData()
| Method Detail |
|---|
public final WirecardCCPaymentData.ThreeDSecureStatus getStatus()
public final void setStatus(WirecardCCPaymentData.ThreeDSecureStatus s)
s - the '3-D Secure' status to set.public final java.lang.String getACSURL()
public final void setACSURL(java.lang.String acsu)
acsu - the ACSURL to set.public final java.lang.String getPAReq()
public final void setPAReq(java.lang.String par)
par - the PAReq to set.public final java.lang.String getTermURL()
public final void setTermURL(java.lang.String tu)
tu - the TermURL to set.public final java.lang.String getPARes()
public final void setPARes(java.lang.String par)
par - the PARes to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||