public final class PaymentContextsResponse extends PaymentContexts
| Constructor and Description |
|---|
PaymentContextsResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
ResponseSource |
getSource() |
int |
hashCode() |
void |
setSource(ResponseSource source) |
java.lang.String |
toString() |
getAmount, getAuthorizationType, getCapture, getCurrency, getCustomer, getDescription, getFailureUrl, getItems, getPaymentType, getProcessing, getProcessingChannelId, getReference, getShipping, getSuccessUrl, setAmount, setAuthorizationType, setCapture, setCurrency, setCustomer, setDescription, setFailureUrl, setItems, setPaymentType, setProcessing, setProcessingChannelId, setReference, setShipping, setSuccessUrlpublic ResponseSource getSource()
public void setSource(ResponseSource source)
public boolean equals(java.lang.Object o)
equals in class PaymentContextsprotected boolean canEqual(java.lang.Object other)
canEqual in class PaymentContextspublic int hashCode()
hashCode in class PaymentContextspublic java.lang.String toString()
toString in class PaymentContexts