public final class HostedPaymentDetailsResponse extends Resource
| Constructor and Description |
|---|
HostedPaymentDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAmount() |
java.util.List<AmountAllocations> |
getAmountAllocations() |
BillingInformation |
getBilling() |
java.lang.String |
getCancelUrl() |
Currency |
getCurrency() |
CustomerResponse |
getCustomer() |
java.lang.String |
getDescription() |
java.lang.String |
getFailureUrl() |
java.lang.String |
getId() |
java.util.Map<java.lang.String,java.lang.Object> |
getMetadata() |
java.lang.String |
getPaymentId() |
java.util.List<Product> |
getProducts() |
java.lang.String |
getReference() |
HostedPaymentStatus |
getStatus() |
java.lang.String |
getSuccessUrl() |
int |
hashCode() |
void |
setAmount(java.lang.Long amount) |
void |
setAmountAllocations(java.util.List<AmountAllocations> amountAllocations) |
void |
setBilling(BillingInformation billing) |
void |
setCancelUrl(java.lang.String cancelUrl) |
void |
setCurrency(Currency currency) |
void |
setCustomer(CustomerResponse customer) |
void |
setDescription(java.lang.String description) |
void |
setFailureUrl(java.lang.String failureUrl) |
void |
setId(java.lang.String id) |
void |
setMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata) |
void |
setPaymentId(java.lang.String paymentId) |
void |
setProducts(java.util.List<Product> products) |
void |
setReference(java.lang.String reference) |
void |
setStatus(HostedPaymentStatus status) |
void |
setSuccessUrl(java.lang.String successUrl) |
java.lang.String |
toString() |
getLink, getLinks, getSelfLink, setLinksgetBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaderspublic java.lang.String getId()
public HostedPaymentStatus getStatus()
public java.lang.String getPaymentId()
public java.lang.Long getAmount()
public Currency getCurrency()
public java.lang.String getReference()
public java.lang.String getDescription()
public CustomerResponse getCustomer()
public BillingInformation getBilling()
public java.util.List<Product> getProducts()
public java.util.Map<java.lang.String,java.lang.Object> getMetadata()
public java.lang.String getSuccessUrl()
public java.lang.String getCancelUrl()
public java.lang.String getFailureUrl()
public java.util.List<AmountAllocations> getAmountAllocations()
public void setId(java.lang.String id)
public void setStatus(HostedPaymentStatus status)
public void setPaymentId(java.lang.String paymentId)
public void setAmount(java.lang.Long amount)
public void setCurrency(Currency currency)
public void setReference(java.lang.String reference)
public void setDescription(java.lang.String description)
public void setCustomer(CustomerResponse customer)
public void setBilling(BillingInformation billing)
public void setProducts(java.util.List<Product> products)
public void setMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata)
public void setSuccessUrl(java.lang.String successUrl)
public void setCancelUrl(java.lang.String cancelUrl)
public void setFailureUrl(java.lang.String failureUrl)
public void setAmountAllocations(java.util.List<AmountAllocations> amountAllocations)