public class

CreditChargeResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CreditChargeResponse

Class Overview

Holds credit-card transaction response information from a merchant account service, but not any credit card or payment request information - see CreditChargeInfo

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="CCTransId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResultCode" type="{http://www.w3.org/2001/XMLSchema}integer" 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://www.intuit.com/sb/cdm/v2}CCSecurityCodeMatchEnum" minOccurs="0"/>
         <element name="AuthCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AvsStreet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AvsZip" type="{http://www.w3.org/2001/XMLSchema}string" 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}integer" 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}integer" minOccurs="0"/>
         <element name="ClientTransID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String authCode
protected String avsStreet
protected String avsZip
protected CCSecurityCodeMatchEnum cardSecurityCodeMatch
protected String ccTransId
protected String clientTransID
protected String merchantAcctNum
protected BigInteger paymentGroupingCode
protected String reconBatchId
protected BigInteger resultCode
protected String resultMsg
protected String securityCode
protected String status
protected BigInteger txnAuthorizationStamp
protected XMLGregorianCalendar txnAuthorizationTime
Public Constructors
CreditChargeResponse()
Public Methods
String getAuthCode()
Gets the value of the authCode property.
String getAvsStreet()
Gets the value of the avsStreet property.
String getAvsZip()
Gets the value of the avsZip property.
String getCCTransId()
Gets the value of the ccTransId property.
CCSecurityCodeMatchEnum getCardSecurityCodeMatch()
Gets the value of the cardSecurityCodeMatch property.
String getClientTransID()
Gets the value of the clientTransID property.
String getMerchantAcctNum()
Gets the value of the merchantAcctNum property.
BigInteger getPaymentGroupingCode()
Gets the value of the paymentGroupingCode property.
String getReconBatchId()
Gets the value of the reconBatchId property.
BigInteger 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.
String getStatus()
Gets the value of the status property.
BigInteger getTxnAuthorizationStamp()
Gets the value of the txnAuthorizationStamp property.
XMLGregorianCalendar getTxnAuthorizationTime()
Gets the value of the txnAuthorizationTime property.
void setAuthCode(String value)
Sets the value of the authCode property.
void setAvsStreet(String value)
Sets the value of the avsStreet property.
void setAvsZip(String value)
Sets the value of the avsZip property.
void setCCTransId(String value)
Sets the value of the ccTransId property.
void setCardSecurityCodeMatch(CCSecurityCodeMatchEnum value)
Sets the value of the cardSecurityCodeMatch property.
void setClientTransID(String value)
Sets the value of the clientTransID property.
void setMerchantAcctNum(String value)
Sets the value of the merchantAcctNum property.
void setPaymentGroupingCode(BigInteger value)
Sets the value of the paymentGroupingCode property.
void setReconBatchId(String value)
Sets the value of the reconBatchId property.
void setResultCode(BigInteger 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(String value)
Sets the value of the status property.
void setTxnAuthorizationStamp(BigInteger value)
Sets the value of the txnAuthorizationStamp property.
void setTxnAuthorizationTime(XMLGregorianCalendar value)
Sets the value of the txnAuthorizationTime property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String authCode

protected String avsStreet

protected String avsZip

protected CCSecurityCodeMatchEnum cardSecurityCodeMatch

protected String ccTransId

protected String clientTransID

protected String merchantAcctNum

protected BigInteger paymentGroupingCode

protected String reconBatchId

protected BigInteger resultCode

protected String resultMsg

protected String securityCode

protected String status

protected BigInteger txnAuthorizationStamp

protected XMLGregorianCalendar txnAuthorizationTime

Public Constructors

public CreditChargeResponse ()

Public Methods

public String getAuthCode ()

Gets the value of the authCode property.

Returns
  • possible object is String

public String getAvsStreet ()

Gets the value of the avsStreet property.

Returns
  • possible object is String

public String getAvsZip ()

Gets the value of the avsZip property.

Returns
  • possible object is String

public String getCCTransId ()

Gets the value of the ccTransId property.

Returns
  • possible object is String

public CCSecurityCodeMatchEnum getCardSecurityCodeMatch ()

Gets the value of the cardSecurityCodeMatch property.

Returns

public String getClientTransID ()

Gets the value of the clientTransID property.

Returns
  • possible object is String

public String getMerchantAcctNum ()

Gets the value of the merchantAcctNum property.

Returns
  • possible object is String

public BigInteger getPaymentGroupingCode ()

Gets the value of the paymentGroupingCode property.

Returns
  • possible object is BigInteger

public String getReconBatchId ()

Gets the value of the reconBatchId property.

Returns
  • possible object is String

public BigInteger getResultCode ()

Gets the value of the resultCode property.

Returns
  • possible object is BigInteger

public String getResultMsg ()

Gets the value of the resultMsg property.

Returns
  • possible object is String

public String getSecurityCode ()

Gets the value of the securityCode property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public BigInteger getTxnAuthorizationStamp ()

Gets the value of the txnAuthorizationStamp property.

Returns
  • possible object is BigInteger

public XMLGregorianCalendar getTxnAuthorizationTime ()

Gets the value of the txnAuthorizationTime property.

Returns
  • possible object is XMLGregorianCalendar

public void setAuthCode (String value)

Sets the value of the authCode property.

Parameters
value Allowed object is String

public void setAvsStreet (String value)

Sets the value of the avsStreet property.

Parameters
value Allowed object is String

public void setAvsZip (String value)

Sets the value of the avsZip property.

Parameters
value Allowed object is String

public void setCCTransId (String value)

Sets the value of the ccTransId property.

Parameters
value Allowed object is String

public void setCardSecurityCodeMatch (CCSecurityCodeMatchEnum value)

Sets the value of the cardSecurityCodeMatch property.

Parameters
value Allowed object is CCSecurityCodeMatchEnum

public void setClientTransID (String value)

Sets the value of the clientTransID property.

Parameters
value Allowed object is String

public void setMerchantAcctNum (String value)

Sets the value of the merchantAcctNum property.

Parameters
value Allowed object is String

public void setPaymentGroupingCode (BigInteger value)

Sets the value of the paymentGroupingCode property.

Parameters
value Allowed object is BigInteger

public void setReconBatchId (String value)

Sets the value of the reconBatchId property.

Parameters
value Allowed object is String

public void setResultCode (BigInteger value)

Sets the value of the resultCode property.

Parameters
value Allowed object is BigInteger

public void setResultMsg (String value)

Sets the value of the resultMsg property.

Parameters
value Allowed object is String

public void setSecurityCode (String value)

Sets the value of the securityCode property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setTxnAuthorizationStamp (BigInteger value)

Sets the value of the txnAuthorizationStamp property.

Parameters
value Allowed object is BigInteger

public void setTxnAuthorizationTime (XMLGregorianCalendar value)

Sets the value of the txnAuthorizationTime property.

Parameters
value Allowed object is XMLGregorianCalendar