public final class PaymentContextsRequest extends PaymentContexts
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentContextsRequest.PaymentContextsRequestBuilder |
amount, capture, currency, description, failureUrl, items, paymentType, processing, processingChannelId, reference, shipping, successUrl| Constructor and Description |
|---|
PaymentContextsRequest() |
| Modifier and Type | Method and Description |
|---|---|
static PaymentContextsRequest.PaymentContextsRequestBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
AbstractRequestSource |
getSource() |
int |
hashCode() |
void |
setSource(AbstractRequestSource source) |
java.lang.String |
toString() |
getAmount, getCurrency, getDescription, getFailureUrl, getItems, getPaymentType, getProcessing, getProcessingChannelId, getReference, getShipping, getSuccessUrl, isCapture, setAmount, setCapture, setCurrency, setDescription, setFailureUrl, setItems, setPaymentType, setProcessing, setProcessingChannelId, setReference, setShipping, setSuccessUrlpublic static PaymentContextsRequest.PaymentContextsRequestBuilder builder()
public AbstractRequestSource getSource()
public void setSource(AbstractRequestSource source)
public java.lang.String toString()
toString in class PaymentContextspublic 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 PaymentContexts