public class Transaction extends Object
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Total amount.
|
String |
getAuthCode()
Authorization code for the transaction.
|
BillTo |
getBillTo() |
String |
getCreateDateTime()
Time in UTC when the transaction was created.
|
String |
getCurrency()
The currency used for the transaction.
|
String |
getId()
Unique identifier for the transaction.
|
SelfLink |
getLinks() |
Payment |
getPayment() |
String |
getPaymentSolution()
Type of payment solution that is being used for the transaction.
|
String |
getReferenceId()
Merchant reference ID for the transaction.
|
ShipTo |
getShipTo() |
String |
getStatus()
Status of the transaction.
|
void |
setAmount(BigDecimal amount) |
void |
setAuthCode(String authCode) |
void |
setBillTo(BillTo billTo) |
void |
setCreateDateTime(String createDateTime) |
void |
setCurrency(String currency) |
void |
setId(String id) |
void |
setLinks(SelfLink links) |
void |
setPayment(Payment payment) |
void |
setPaymentSolution(String paymentSolution) |
void |
setReferenceId(String referenceId) |
void |
setShipTo(ShipTo shipTo) |
void |
setStatus(String status) |
String |
toString() |
public String getId()
public void setId(String id)
public String getStatus()
public void setStatus(String status)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public String getCurrency()
public void setCurrency(String currency)
public String getAuthCode()
public void setAuthCode(String authCode)
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 Payment getPayment()
public void setPayment(Payment payment)
public BillTo getBillTo()
public void setBillTo(BillTo billTo)
public ShipTo getShipTo()
public void setShipTo(ShipTo shipTo)
public SelfLink getLinks()
public void setLinks(SelfLink links)
Copyright © 2016. All Rights Reserved.