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()
String
public void setCCProcessor(String value)
value
- allowed object is
String
public String getCCTransId()
String
public void setCCTransId(String value)
value
- allowed object is
String
public CCPaymentStatusEnum getStatus()
CCPaymentStatusEnum
public void setStatus(CCPaymentStatusEnum value)
value
- allowed object is
CCPaymentStatusEnum
public Integer getResultCode()
Integer
public void setResultCode(Integer value)
value
- allowed object is
Integer
public String getResultMsg()
String
public void setResultMsg(String value)
value
- allowed object is
String
public String getMerchantAcctNum()
String
public void setMerchantAcctNum(String value)
value
- allowed object is
String
public CCSecurityCodeMatchEnum getCardSecurityCodeMatch()
CCSecurityCodeMatchEnum
public void setCardSecurityCodeMatch(CCSecurityCodeMatchEnum value)
value
- allowed object is
CCSecurityCodeMatchEnum
public String getAuthCode()
String
public void setAuthCode(String value)
value
- allowed object is
String
public CCAVSMatchEnum getAvsStreet()
CCAVSMatchEnum
public void setAvsStreet(CCAVSMatchEnum value)
value
- allowed object is
CCAVSMatchEnum
public CCAVSMatchEnum getAvsZip()
CCAVSMatchEnum
public void setAvsZip(CCAVSMatchEnum value)
value
- allowed object is
CCAVSMatchEnum
public String getSecurityCode()
String
public void setSecurityCode(String value)
value
- allowed object is
String
public String getReconBatchId()
String
public void setReconBatchId(String value)
value
- allowed object is
String
public Integer getPaymentGroupingCode()
Integer
public void setPaymentGroupingCode(Integer value)
value
- allowed object is
Integer
public Date getTxnAuthorizationTime()
String
public void setTxnAuthorizationTime(Date value)
value
- allowed object is
String
public Integer getTxnAuthorizationStamp()
Integer
public void setTxnAuthorizationStamp(Integer value)
value
- allowed object is
Integer
public String getClientTransID()
String
public void setClientTransID(String value)
value
- allowed object is
String
public IntuitAnyType getCreditChargeResponseEx()
IntuitAnyType
public void setCreditChargeResponseEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public 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.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.