public class Authorization extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Authorization.StatusEnum |
| Constructor and Description |
|---|
Authorization() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Amount of the transaction.
|
String |
getAuthCode()
Authorization code for the transaction.
|
BillTo |
getBillTo() |
String |
getCommerceIndicator()
Type of transaction.
|
String |
getCurrency()
Currency used for the transaction.
|
String |
getId()
Unique identifier for the transaction.
|
String |
getIgnoreAvs()
Setting to ignore AVS.
|
String |
getIgnoreBadCvn()
Setting to ignore bad CVN.
|
List<Item> |
getItems() |
AuthorizationLinks |
getLinks() |
MerchantDefinedData |
getMerchantDefinedData() |
MerchantDescriptor |
getMerchantDescriptor() |
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() |
Authorization.StatusEnum |
getStatus()
Status of authorization.
|
String |
getVcOrderId()
Identifier for the Visa Checkout order.
|
void |
setAmount(BigDecimal amount) |
void |
setAuthCode(String authCode) |
void |
setBillTo(BillTo billTo) |
void |
setCommerceIndicator(String commerceIndicator) |
void |
setCurrency(String currency) |
void |
setId(String id) |
void |
setIgnoreAvs(String ignoreAvs) |
void |
setIgnoreBadCvn(String ignoreBadCvn) |
void |
setItems(List<Item> items) |
void |
setLinks(AuthorizationLinks links) |
void |
setMerchantDefinedData(MerchantDefinedData merchantDefinedData) |
void |
setMerchantDescriptor(MerchantDescriptor merchantDescriptor) |
void |
setPayment(Payment payment) |
void |
setPaymentSolution(String paymentSolution) |
void |
setReferenceId(String referenceId) |
void |
setShipTo(ShipTo shipTo) |
void |
setStatus(Authorization.StatusEnum status) |
void |
setVcOrderId(String vcOrderId) |
String |
toString() |
public String getId()
public void setId(String id)
public Authorization.StatusEnum getStatus()
public void setStatus(Authorization.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 getIgnoreAvs()
public void setIgnoreAvs(String ignoreAvs)
public String getIgnoreBadCvn()
public void setIgnoreBadCvn(String ignoreBadCvn)
public String getCommerceIndicator()
public void setCommerceIndicator(String commerceIndicator)
public String getVcOrderId()
public void setVcOrderId(String vcOrderId)
public String getPaymentSolution()
public void setPaymentSolution(String paymentSolution)
public MerchantDefinedData getMerchantDefinedData()
public void setMerchantDefinedData(MerchantDefinedData merchantDefinedData)
public MerchantDescriptor getMerchantDescriptor()
public void setMerchantDescriptor(MerchantDescriptor merchantDescriptor)
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 AuthorizationLinks getLinks()
public void setLinks(AuthorizationLinks links)
Copyright © 2016. All Rights Reserved.