public class GetCredit extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetCredit.StatusEnum |
| Constructor and Description |
|---|
GetCredit() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Total amount of the transaction.
|
BillTo |
getBillTo() |
String |
getCreateDateTime()
Time in UTC when the transaction was created.
|
String |
getCurrency()
Currency used for the transaction.
|
String |
getId()
Unique identifier for 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() |
GetCredit.StatusEnum |
getStatus()
Status of the credit.
|
void |
setAmount(BigDecimal amount) |
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(GetCredit.StatusEnum status) |
String |
toString() |
public String getId()
public void setId(String id)
public GetCredit.StatusEnum getStatus()
public void setStatus(GetCredit.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 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.