public class PaymentsDetailsRequest extends Object
| Constructor and Description |
|---|
PaymentsDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
PaymentsDetailsRequest |
details(Map<String,String> details) |
boolean |
equals(Object o) |
Map<String,String> |
getDetails()
Use this collection to submit the details that were returned as a result of the `/payments` call.
|
String |
getPaymentData()
The `paymentData` value that you received in the response to the `/payments` call.
|
Boolean |
getThreeDSAuthenticationOnly()
Change the authenticationOnly indicator originally set in the `/payments` request.
|
int |
hashCode() |
PaymentsDetailsRequest |
paymentData(String paymentData) |
PaymentsDetailsRequest |
putDetailsItem(String key,
String detailsItem) |
PaymentsDetailsRequest |
set3DRequestData(String md,
String paRes,
String paymentData) |
PaymentsDetailsRequest |
setChallengeResult(String challengeResult,
String paymentData) |
void |
setDetails(Map<String,String> details) |
PaymentsDetailsRequest |
setFingerPrint(String fingerPrint,
String paymentData) |
void |
setPaymentData(String paymentData) |
void |
setThreeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly) |
PaymentsDetailsRequest |
threeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly) |
String |
toString() |
public PaymentsDetailsRequest details(Map<String,String> details)
public PaymentsDetailsRequest putDetailsItem(String key, String detailsItem)
public Map<String,String> getDetails()
public PaymentsDetailsRequest paymentData(String paymentData)
public String getPaymentData()
public void setPaymentData(String paymentData)
public PaymentsDetailsRequest set3DRequestData(String md, String paRes, String paymentData)
public PaymentsDetailsRequest setFingerPrint(String fingerPrint, String paymentData)
public PaymentsDetailsRequest setChallengeResult(String challengeResult, String paymentData)
public Boolean getThreeDSAuthenticationOnly()
public void setThreeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly)
public PaymentsDetailsRequest threeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly)
Copyright © 2022. All rights reserved.