public class

CreditChargeInfo

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CreditChargeInfo

Class Overview

Product: QBW Description: Hold credit-card information to request a credit card payment from a merchant account service, but NOT any response or authorization information from the merchant account service provider -- see CreditChargeResponse

Java class for CreditChargeInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreditChargeInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Type" type="{http://www.intuit.com/sb/cdm/v2}CreditCardTypeEnum" minOccurs="0"/>
         <element name="NameOnAcct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CcExpirMn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CcExpirYr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="BillAddrStreet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Cvv" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CommercialCardCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CCTxnMode" type="{http://www.intuit.com/sb/cdm/v2}CCTxnModeEnum" minOccurs="0"/>
         <element name="CCTxnType" type="{http://www.intuit.com/sb/cdm/v2}CCTxnTypeEnum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String billAddrStreet
protected Integer ccExpirMn
protected Integer ccExpirYr
protected CCTxnModeEnum ccTxnMode
protected CCTxnTypeEnum ccTxnType
protected String commercialCardCode
protected String cvv
protected String nameOnAcct
protected String number
protected String token
protected CreditCardTypeEnum type
protected String zipCode
Public Constructors
CreditChargeInfo()
Public Methods
String getBillAddrStreet()
Gets the value of the billAddrStreet property.
CCTxnModeEnum getCCTxnMode()
Gets the value of the ccTxnMode property.
CCTxnTypeEnum getCCTxnType()
Gets the value of the ccTxnType property.
Integer getCcExpirMn()
Gets the value of the ccExpirMn property.
Integer getCcExpirYr()
Gets the value of the ccExpirYr property.
String getCommercialCardCode()
Gets the value of the commercialCardCode property.
String getCvv()
Gets the value of the cvv property.
String getNameOnAcct()
Gets the value of the nameOnAcct property.
String getNumber()
Gets the value of the number property.
String getToken()
Gets the value of the token property.
CreditCardTypeEnum getType()
Gets the value of the type property.
String getZipCode()
Gets the value of the zipCode property.
void setBillAddrStreet(String value)
Sets the value of the billAddrStreet property.
void setCCTxnMode(CCTxnModeEnum value)
Sets the value of the ccTxnMode property.
void setCCTxnType(CCTxnTypeEnum value)
Sets the value of the ccTxnType property.
void setCcExpirMn(Integer value)
Sets the value of the ccExpirMn property.
void setCcExpirYr(Integer value)
Sets the value of the ccExpirYr property.
void setCommercialCardCode(String value)
Sets the value of the commercialCardCode property.
void setCvv(String value)
Sets the value of the cvv property.
void setNameOnAcct(String value)
Sets the value of the nameOnAcct property.
void setNumber(String value)
Sets the value of the number property.
void setToken(String value)
Sets the value of the token property.
void setType(CreditCardTypeEnum value)
Sets the value of the type property.
void setZipCode(String value)
Sets the value of the zipCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String billAddrStreet

protected Integer ccExpirMn

protected Integer ccExpirYr

protected CCTxnModeEnum ccTxnMode

protected CCTxnTypeEnum ccTxnType

protected String commercialCardCode

protected String cvv

protected String nameOnAcct

protected String number

protected String token

protected CreditCardTypeEnum type

protected String zipCode

Public Constructors

public CreditChargeInfo ()

Public Methods

public String getBillAddrStreet ()

Gets the value of the billAddrStreet property.

Returns
  • possible object is String

public CCTxnModeEnum getCCTxnMode ()

Gets the value of the ccTxnMode property.

Returns

public CCTxnTypeEnum getCCTxnType ()

Gets the value of the ccTxnType property.

Returns

public Integer getCcExpirMn ()

Gets the value of the ccExpirMn property.

Returns
  • possible object is Integer

public Integer getCcExpirYr ()

Gets the value of the ccExpirYr property.

Returns
  • possible object is Integer

public String getCommercialCardCode ()

Gets the value of the commercialCardCode property.

Returns
  • possible object is String

public String getCvv ()

Gets the value of the cvv property.

Returns
  • possible object is String

public String getNameOnAcct ()

Gets the value of the nameOnAcct property.

Returns
  • possible object is String

public String getNumber ()

Gets the value of the number property.

Returns
  • possible object is String

public String getToken ()

Gets the value of the token property.

Returns
  • possible object is String

public CreditCardTypeEnum getType ()

Gets the value of the type property.

Returns

public String getZipCode ()

Gets the value of the zipCode property.

Returns
  • possible object is String

public void setBillAddrStreet (String value)

Sets the value of the billAddrStreet property.

Parameters
value Allowed object is String

public void setCCTxnMode (CCTxnModeEnum value)

Sets the value of the ccTxnMode property.

Parameters
value Allowed object is CCTxnModeEnum

public void setCCTxnType (CCTxnTypeEnum value)

Sets the value of the ccTxnType property.

Parameters
value Allowed object is CCTxnTypeEnum

public void setCcExpirMn (Integer value)

Sets the value of the ccExpirMn property.

Parameters
value Allowed object is Integer

public void setCcExpirYr (Integer value)

Sets the value of the ccExpirYr property.

Parameters
value Allowed object is Integer

public void setCommercialCardCode (String value)

Sets the value of the commercialCardCode property.

Parameters
value Allowed object is String

public void setCvv (String value)

Sets the value of the cvv property.

Parameters
value Allowed object is String

public void setNameOnAcct (String value)

Sets the value of the nameOnAcct property.

Parameters
value Allowed object is String

public void setNumber (String value)

Sets the value of the number property.

Parameters
value Allowed object is String

public void setToken (String value)

Sets the value of the token property.

Parameters
value Allowed object is String

public void setType (CreditCardTypeEnum value)

Sets the value of the type property.

Parameters
value Allowed object is CreditCardTypeEnum

public void setZipCode (String value)

Sets the value of the zipCode property.

Parameters
value Allowed object is String