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.
|
int |
hashCode() |
PaymentsDetailsRequest |
paymentData(String paymentData) |
PaymentsDetailsRequest |
putDetailsItem(String key,
String detailsItem) |
PaymentsDetailsRequest |
set3DRequestData(String md,
String paRes,
String paymentData) |
void |
setDetails(Map<String,String> details) |
void |
setPaymentData(String paymentData) |
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)
Copyright © 2019. All rights reserved.