public class AuthorizationAdjustment extends Object
Modifier and Type | Field and Description |
---|---|
private BigDecimal |
amount |
private String |
processorResponseCode |
private String |
processorResponseText |
private ProcessorResponseType |
processorResponseType |
private Boolean |
success |
private Calendar |
timestamp |
Constructor and Description |
---|
AuthorizationAdjustment(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
String |
getProcessorResponseCode() |
String |
getProcessorResponseText() |
ProcessorResponseType |
getProcessorResponseType() |
Calendar |
getTimestamp() |
Boolean |
isSuccess() |
private BigDecimal amount
private Boolean success
private Calendar timestamp
private String processorResponseCode
private String processorResponseText
private ProcessorResponseType processorResponseType
public AuthorizationAdjustment(NodeWrapper node)
public BigDecimal getAmount()
public Boolean isSuccess()
public Calendar getTimestamp()
public String getProcessorResponseCode()
public String getProcessorResponseText()
public ProcessorResponseType getProcessorResponseType()
Copyright © 2013-2020. All Rights Reserved.