public class GetAuthorization extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAuthorization.StatusEnum |
| Constructor and Description |
|---|
GetAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Amount of the transaction.
|
String |
getAuthCode()
Authorization code for 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 the transaction.
|
GetAuthorizationLinks |
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() |
GetAuthorization.StatusEnum |
getStatus()
Status of authorization.
|
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(GetAuthorizationLinks links) |
void |
setPayment(Payment payment) |
void |
setPaymentSolution(String paymentSolution) |
void |
setReferenceId(String referenceId) |
void |
setShipTo(ShipTo shipTo) |
void |
setStatus(GetAuthorization.StatusEnum status) |
String |
toString() |
public String getId()
public void setId(String id)
public GetAuthorization.StatusEnum getStatus()
public void setStatus(GetAuthorization.StatusEnum 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 GetAuthorizationLinks getLinks()
public void setLinks(GetAuthorizationLinks links)
Copyright © 2016. All Rights Reserved.