public final class GetPaymentResponse extends Resource
| Constructor and Description |
|---|
GetPaymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<PaymentActionSummary> |
getActions() |
java.lang.Long |
getAmount() |
java.util.List<AmountAllocations> |
getAmountAllocations() |
java.lang.Boolean |
getApproved() |
PaymentResponseBalances |
getBalances() |
BillingDescriptor |
getBilling() |
Currency |
getCurrency() |
CustomerResponse |
getCustomer() |
java.lang.String |
getDescription() |
PaymentResponseDestination |
getDestination() |
java.lang.String |
getEci() |
java.time.Instant |
getExpiresOn() |
java.lang.String |
getId() |
java.util.List<Product> |
getItems() |
MarketplaceData |
getMarketplace()
Deprecated.
This property will be removed in the future, and should be used
amountAllocations instead |
java.util.Map<java.lang.String,java.lang.Object> |
getMetadata() |
java.lang.String |
getPaymentIp() |
java.lang.String |
getProcessedOn() |
ProcessingData |
getProcessing() |
PaymentRecipient |
getRecipient() |
java.lang.String |
getReference() |
java.time.Instant |
getRequestedOn() |
RiskAssessment |
getRisk() |
java.lang.String |
getSchemeId() |
Sender |
getSender() |
ShippingDetails |
getShipping() |
ResponseSource |
getSource() |
PaymentStatus |
getStatus() |
ThreeDSData |
getThreeDSData() |
PaymentType |
getType() |
int |
hashCode() |
void |
setActions(java.util.List<PaymentActionSummary> actions) |
void |
setAmount(java.lang.Long amount) |
void |
setAmountAllocations(java.util.List<AmountAllocations> amountAllocations) |
void |
setApproved(java.lang.Boolean approved) |
void |
setBalances(PaymentResponseBalances balances) |
void |
setBilling(BillingDescriptor billing) |
void |
setCurrency(Currency currency) |
void |
setCustomer(CustomerResponse customer) |
void |
setDescription(java.lang.String description) |
void |
setDestination(PaymentResponseDestination destination) |
void |
setEci(java.lang.String eci) |
void |
setExpiresOn(java.time.Instant expiresOn) |
void |
setId(java.lang.String id) |
void |
setItems(java.util.List<Product> items) |
void |
setMarketplace(MarketplaceData marketplace)
Deprecated.
This property will be removed in the future, and should be used
amountAllocations instead |
void |
setMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata) |
void |
setPaymentIp(java.lang.String paymentIp) |
void |
setProcessedOn(java.lang.String processedOn) |
void |
setProcessing(ProcessingData processing) |
void |
setRecipient(PaymentRecipient recipient) |
void |
setReference(java.lang.String reference) |
void |
setRequestedOn(java.time.Instant requestedOn) |
void |
setRisk(RiskAssessment risk) |
void |
setSchemeId(java.lang.String schemeId) |
void |
setSender(Sender sender) |
void |
setShipping(ShippingDetails shipping) |
void |
setSource(ResponseSource source) |
void |
setStatus(PaymentStatus status) |
void |
setThreeDSData(ThreeDSData threeDSData) |
void |
setType(PaymentType type) |
java.lang.String |
toString() |
getLink, getLinks, getSelfLink, setLinksgetBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaderspublic java.lang.String getId()
public java.time.Instant getRequestedOn()
public ResponseSource getSource()
public PaymentResponseDestination getDestination()
public Sender getSender()
public java.lang.Long getAmount()
public Currency getCurrency()
public PaymentType getType()
public java.lang.String getReference()
public java.lang.String getDescription()
public java.lang.Boolean getApproved()
public java.time.Instant getExpiresOn()
public PaymentStatus getStatus()
public PaymentResponseBalances getBalances()
public ThreeDSData getThreeDSData()
public RiskAssessment getRisk()
public CustomerResponse getCustomer()
public BillingDescriptor getBilling()
public ShippingDetails getShipping()
public java.lang.String getPaymentIp()
@Deprecated public MarketplaceData getMarketplace()
amountAllocations insteadpublic java.util.List<AmountAllocations> getAmountAllocations()
public PaymentRecipient getRecipient()
public ProcessingData getProcessing()
public java.util.List<Product> getItems()
public java.util.Map<java.lang.String,java.lang.Object> getMetadata()
public java.lang.String getEci()
public java.lang.String getSchemeId()
public java.util.List<PaymentActionSummary> getActions()
public java.lang.String getProcessedOn()
public void setId(java.lang.String id)
public void setRequestedOn(java.time.Instant requestedOn)
public void setSource(ResponseSource source)
public void setDestination(PaymentResponseDestination destination)
public void setSender(Sender sender)
public void setAmount(java.lang.Long amount)
public void setCurrency(Currency currency)
public void setType(PaymentType type)
public void setReference(java.lang.String reference)
public void setDescription(java.lang.String description)
public void setApproved(java.lang.Boolean approved)
public void setExpiresOn(java.time.Instant expiresOn)
public void setStatus(PaymentStatus status)
public void setBalances(PaymentResponseBalances balances)
public void setThreeDSData(ThreeDSData threeDSData)
public void setRisk(RiskAssessment risk)
public void setCustomer(CustomerResponse customer)
public void setBilling(BillingDescriptor billing)
public void setShipping(ShippingDetails shipping)
public void setPaymentIp(java.lang.String paymentIp)
@Deprecated public void setMarketplace(MarketplaceData marketplace)
amountAllocations insteadpublic void setAmountAllocations(java.util.List<AmountAllocations> amountAllocations)
public void setRecipient(PaymentRecipient recipient)
public void setProcessing(ProcessingData processing)
public void setItems(java.util.List<Product> items)
public void setMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata)
public void setEci(java.lang.String eci)
public void setSchemeId(java.lang.String schemeId)
public void setActions(java.util.List<PaymentActionSummary> actions)
public void setProcessedOn(java.lang.String processedOn)