public class GetCapture extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetCapture.StatusEnum |
| Constructor and Description |
|---|
GetCapture() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Amount to capture from the authorization.
|
BillTo |
getBillTo() |
String |
getCreateDateTime()
Time in UTC when the transaction was created.
|
String |
getCurrency()
Currency used for the transaction.
|
String |
getId()
Unique identifier for the transaction.
|
GetCaptureLinks |
getLinks() |
String |
getPaymentSolution()
Type of payment solution that is being used for the transaction.
|
String |
getReferenceId()
Merchant reference ID for the transaction.
|
ShipTo |
getShipTo() |
GetCapture.StatusEnum |
getStatus()
Status of the capture.
|
void |
setAmount(BigDecimal amount) |
void |
setBillTo(BillTo billTo) |
void |
setCreateDateTime(String createDateTime) |
void |
setCurrency(String currency) |
void |
setId(String id) |
void |
setLinks(GetCaptureLinks links) |
void |
setPaymentSolution(String paymentSolution) |
void |
setReferenceId(String referenceId) |
void |
setShipTo(ShipTo shipTo) |
void |
setStatus(GetCapture.StatusEnum status) |
String |
toString() |
public String getId()
public void setId(String id)
public GetCapture.StatusEnum getStatus()
public void setStatus(GetCapture.StatusEnum status)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public String getCurrency()
public void setCurrency(String currency)
public String getReferenceId()
public void setReferenceId(String referenceId)
public String getCreateDateTime()
public void setCreateDateTime(String createDateTime)
public String getPaymentSolution()
public void setPaymentSolution(String paymentSolution)
public BillTo getBillTo()
public void setBillTo(BillTo billTo)
public ShipTo getShipTo()
public void setShipTo(ShipTo shipTo)
public GetCaptureLinks getLinks()
public void setLinks(GetCaptureLinks links)
Copyright © 2016. All Rights Reserved.