public class CreditChargeResponse extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CreditChargeResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditChargeResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CCProcessor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CCTransId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://schema.intuit.com/finance/v3}CCPaymentStatusEnum" minOccurs="0"/>
<element name="ResultCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ResultMsg" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MerchantAcctNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CardSecurityCodeMatch" type="{http://schema.intuit.com/finance/v3}CCSecurityCodeMatchEnum" minOccurs="0"/>
<element name="AuthCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AvsStreet" type="{http://schema.intuit.com/finance/v3}CCAVSMatchEnum" minOccurs="0"/>
<element name="AvsZip" type="{http://schema.intuit.com/finance/v3}CCAVSMatchEnum" minOccurs="0"/>
<element name="SecurityCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReconBatchId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentGroupingCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TxnAuthorizationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TxnAuthorizationStamp" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ClientTransID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreditChargeResponseEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authCode |
protected CCAVSMatchEnum |
avsStreet |
protected CCAVSMatchEnum |
avsZip |
protected CCSecurityCodeMatchEnum |
cardSecurityCodeMatch |
protected String |
ccProcessor |
protected String |
ccTransId |
protected String |
clientTransID |
protected IntuitAnyType |
creditChargeResponseEx |
protected String |
merchantAcctNum |
protected Integer |
paymentGroupingCode |
protected String |
reconBatchId |
protected Integer |
resultCode |
protected String |
resultMsg |
protected String |
securityCode |
protected CCPaymentStatusEnum |
status |
protected Integer |
txnAuthorizationStamp |
protected Date |
txnAuthorizationTime |
| Constructor and Description |
|---|
CreditChargeResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getAuthCode()
Gets the value of the authCode property.
|
CCAVSMatchEnum |
getAvsStreet()
Gets the value of the avsStreet property.
|
CCAVSMatchEnum |
getAvsZip()
Gets the value of the avsZip property.
|
CCSecurityCodeMatchEnum |
getCardSecurityCodeMatch()
Gets the value of the cardSecurityCodeMatch property.
|
String |
getCCProcessor()
Gets the value of the ccProcessor property.
|
String |
getCCTransId()
Gets the value of the ccTransId property.
|
String |
getClientTransID()
Gets the value of the clientTransID property.
|
IntuitAnyType |
getCreditChargeResponseEx()
Gets the value of the creditChargeResponseEx property.
|
String |
getMerchantAcctNum()
Gets the value of the merchantAcctNum property.
|
Integer |
getPaymentGroupingCode()
Gets the value of the paymentGroupingCode property.
|
String |
getReconBatchId()
Gets the value of the reconBatchId property.
|
Integer |
getResultCode()
Gets the value of the resultCode property.
|
String |
getResultMsg()
Gets the value of the resultMsg property.
|
String |
getSecurityCode()
Gets the value of the securityCode property.
|
CCPaymentStatusEnum |
getStatus()
Gets the value of the status property.
|
Integer |
getTxnAuthorizationStamp()
Gets the value of the txnAuthorizationStamp property.
|
Date |
getTxnAuthorizationTime()
Gets the value of the txnAuthorizationTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAuthCode(String value)
Sets the value of the authCode property.
|
void |
setAvsStreet(CCAVSMatchEnum value)
Sets the value of the avsStreet property.
|
void |
setAvsZip(CCAVSMatchEnum value)
Sets the value of the avsZip property.
|
void |
setCardSecurityCodeMatch(CCSecurityCodeMatchEnum value)
Sets the value of the cardSecurityCodeMatch property.
|
void |
setCCProcessor(String value)
Sets the value of the ccProcessor property.
|
void |
setCCTransId(String value)
Sets the value of the ccTransId property.
|
void |
setClientTransID(String value)
Sets the value of the clientTransID property.
|
void |
setCreditChargeResponseEx(IntuitAnyType value)
Sets the value of the creditChargeResponseEx property.
|
void |
setMerchantAcctNum(String value)
Sets the value of the merchantAcctNum property.
|
void |
setPaymentGroupingCode(Integer value)
Sets the value of the paymentGroupingCode property.
|
void |
setReconBatchId(String value)
Sets the value of the reconBatchId property.
|
void |
setResultCode(Integer value)
Sets the value of the resultCode property.
|
void |
setResultMsg(String value)
Sets the value of the resultMsg property.
|
void |
setSecurityCode(String value)
Sets the value of the securityCode property.
|
void |
setStatus(CCPaymentStatusEnum value)
Sets the value of the status property.
|
void |
setTxnAuthorizationStamp(Integer value)
Sets the value of the txnAuthorizationStamp property.
|
void |
setTxnAuthorizationTime(Date value)
Sets the value of the txnAuthorizationTime property.
|
protected String ccProcessor
protected String ccTransId
protected CCPaymentStatusEnum status
protected Integer resultCode
protected String resultMsg
protected String merchantAcctNum
protected CCSecurityCodeMatchEnum cardSecurityCodeMatch
protected String authCode
protected CCAVSMatchEnum avsStreet
protected CCAVSMatchEnum avsZip
protected String securityCode
protected String reconBatchId
protected Integer paymentGroupingCode
protected Date txnAuthorizationTime
protected Integer txnAuthorizationStamp
protected String clientTransID
protected IntuitAnyType creditChargeResponseEx
public String getCCProcessor()
Stringpublic void setCCProcessor(String value)
value - allowed object is
Stringpublic String getCCTransId()
Stringpublic void setCCTransId(String value)
value - allowed object is
Stringpublic CCPaymentStatusEnum getStatus()
CCPaymentStatusEnumpublic void setStatus(CCPaymentStatusEnum value)
value - allowed object is
CCPaymentStatusEnumpublic Integer getResultCode()
Integerpublic void setResultCode(Integer value)
value - allowed object is
Integerpublic String getResultMsg()
Stringpublic void setResultMsg(String value)
value - allowed object is
Stringpublic String getMerchantAcctNum()
Stringpublic void setMerchantAcctNum(String value)
value - allowed object is
Stringpublic CCSecurityCodeMatchEnum getCardSecurityCodeMatch()
CCSecurityCodeMatchEnumpublic void setCardSecurityCodeMatch(CCSecurityCodeMatchEnum value)
value - allowed object is
CCSecurityCodeMatchEnumpublic String getAuthCode()
Stringpublic void setAuthCode(String value)
value - allowed object is
Stringpublic CCAVSMatchEnum getAvsStreet()
CCAVSMatchEnumpublic void setAvsStreet(CCAVSMatchEnum value)
value - allowed object is
CCAVSMatchEnumpublic CCAVSMatchEnum getAvsZip()
CCAVSMatchEnumpublic void setAvsZip(CCAVSMatchEnum value)
value - allowed object is
CCAVSMatchEnumpublic String getSecurityCode()
Stringpublic void setSecurityCode(String value)
value - allowed object is
Stringpublic String getReconBatchId()
Stringpublic void setReconBatchId(String value)
value - allowed object is
Stringpublic Integer getPaymentGroupingCode()
Integerpublic void setPaymentGroupingCode(Integer value)
value - allowed object is
Integerpublic Date getTxnAuthorizationTime()
Stringpublic void setTxnAuthorizationTime(Date value)
value - allowed object is
Stringpublic Integer getTxnAuthorizationStamp()
Integerpublic void setTxnAuthorizationStamp(Integer value)
value - allowed object is
Integerpublic String getClientTransID()
Stringpublic void setClientTransID(String value)
value - allowed object is
Stringpublic IntuitAnyType getCreditChargeResponseEx()
IntuitAnyTypepublic void setCreditChargeResponseEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.