public class PaymentContexts
extends java.lang.Object
| Constructor and Description |
|---|
PaymentContexts() |
PaymentContexts(java.lang.Long amount,
Currency currency,
PaymentType paymentType,
java.lang.String authorizationType,
java.lang.Boolean capture,
CustomerRequest customer,
ShippingDetails shipping,
PaymentContextsProcessing processing,
java.lang.String processingChannelId,
java.lang.String reference,
java.lang.String description,
java.lang.String successUrl,
java.lang.String failureUrl,
java.util.List<PaymentContextsItems> items) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAmount() |
java.lang.String |
getAuthorizationType() |
java.lang.Boolean |
getCapture() |
Currency |
getCurrency() |
CustomerRequest |
getCustomer() |
java.lang.String |
getDescription() |
java.lang.String |
getFailureUrl() |
java.util.List<PaymentContextsItems> |
getItems() |
PaymentType |
getPaymentType() |
PaymentContextsProcessing |
getProcessing() |
java.lang.String |
getProcessingChannelId() |
java.lang.String |
getReference() |
ShippingDetails |
getShipping() |
java.lang.String |
getSuccessUrl() |
int |
hashCode() |
void |
setAmount(java.lang.Long amount) |
void |
setAuthorizationType(java.lang.String authorizationType) |
void |
setCapture(java.lang.Boolean capture) |
void |
setCurrency(Currency currency) |
void |
setCustomer(CustomerRequest customer) |
void |
setDescription(java.lang.String description) |
void |
setFailureUrl(java.lang.String failureUrl) |
void |
setItems(java.util.List<PaymentContextsItems> items) |
void |
setPaymentType(PaymentType paymentType) |
void |
setProcessing(PaymentContextsProcessing processing) |
void |
setProcessingChannelId(java.lang.String processingChannelId) |
void |
setReference(java.lang.String reference) |
void |
setShipping(ShippingDetails shipping) |
void |
setSuccessUrl(java.lang.String successUrl) |
java.lang.String |
toString() |
public PaymentContexts(java.lang.Long amount,
Currency currency,
PaymentType paymentType,
java.lang.String authorizationType,
java.lang.Boolean capture,
CustomerRequest customer,
ShippingDetails shipping,
PaymentContextsProcessing processing,
java.lang.String processingChannelId,
java.lang.String reference,
java.lang.String description,
java.lang.String successUrl,
java.lang.String failureUrl,
java.util.List<PaymentContextsItems> items)
public PaymentContexts()
public java.lang.Long getAmount()
public Currency getCurrency()
public PaymentType getPaymentType()
public java.lang.String getAuthorizationType()
public java.lang.Boolean getCapture()
public CustomerRequest getCustomer()
public ShippingDetails getShipping()
public PaymentContextsProcessing getProcessing()
public java.lang.String getProcessingChannelId()
public java.lang.String getReference()
public java.lang.String getDescription()
public java.lang.String getSuccessUrl()
public java.lang.String getFailureUrl()
public java.util.List<PaymentContextsItems> getItems()
public void setAmount(java.lang.Long amount)
public void setCurrency(Currency currency)
public void setPaymentType(PaymentType paymentType)
public void setAuthorizationType(java.lang.String authorizationType)
public void setCapture(java.lang.Boolean capture)
public void setCustomer(CustomerRequest customer)
public void setShipping(ShippingDetails shipping)
public void setProcessing(PaymentContextsProcessing processing)
public void setProcessingChannelId(java.lang.String processingChannelId)
public void setReference(java.lang.String reference)
public void setDescription(java.lang.String description)
public void setSuccessUrl(java.lang.String successUrl)
public void setFailureUrl(java.lang.String failureUrl)
public void setItems(java.util.List<PaymentContextsItems> items)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object