| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.CreditChargeInfo |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billAddrStreet | |||||||||||
| ccExpirMn | |||||||||||
| ccExpirYr | |||||||||||
| ccTxnMode | |||||||||||
| ccTxnType | |||||||||||
| commercialCardCode | |||||||||||
| cvv | |||||||||||
| nameOnAcct | |||||||||||
| number | |||||||||||
| token | |||||||||||
| type | |||||||||||
| zipCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billAddrStreet property.
| |||||||||||
Gets the value of the ccTxnMode property.
| |||||||||||
Gets the value of the ccTxnType property.
| |||||||||||
Gets the value of the ccExpirMn property.
| |||||||||||
Gets the value of the ccExpirYr property.
| |||||||||||
Gets the value of the commercialCardCode property.
| |||||||||||
Gets the value of the cvv property.
| |||||||||||
Gets the value of the nameOnAcct property.
| |||||||||||
Gets the value of the number property.
| |||||||||||
Gets the value of the token property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the zipCode property.
| |||||||||||
Sets the value of the billAddrStreet property.
| |||||||||||
Sets the value of the ccTxnMode property.
| |||||||||||
Sets the value of the ccTxnType property.
| |||||||||||
Sets the value of the ccExpirMn property.
| |||||||||||
Sets the value of the ccExpirYr property.
| |||||||||||
Sets the value of the commercialCardCode property.
| |||||||||||
Sets the value of the cvv property.
| |||||||||||
Sets the value of the nameOnAcct property.
| |||||||||||
Sets the value of the number property.
| |||||||||||
Sets the value of the token property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the zipCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billAddrStreet property.
Gets the value of the ccTxnMode property.
CCTxnModeEnum
Gets the value of the ccTxnType property.
CCTxnTypeEnum
Gets the value of the ccExpirMn property.
Gets the value of the ccExpirYr property.
Gets the value of the commercialCardCode property.
Gets the value of the cvv property.
Gets the value of the nameOnAcct property.
Gets the value of the number property.
Gets the value of the token property.
Gets the value of the type property.
CreditCardTypeEnum
Gets the value of the zipCode property.
Sets the value of the billAddrStreet property.
| value | Allowed object is String |
|---|
Sets the value of the ccTxnMode property.
| value | Allowed object is
CCTxnModeEnum
|
|---|
Sets the value of the ccTxnType property.
| value | Allowed object is
CCTxnTypeEnum
|
|---|
Sets the value of the ccExpirMn property.
| value | Allowed object is Integer |
|---|
Sets the value of the ccExpirYr property.
| value | Allowed object is Integer |
|---|
Sets the value of the commercialCardCode property.
| value | Allowed object is String |
|---|
Sets the value of the cvv property.
| value | Allowed object is String |
|---|
Sets the value of the nameOnAcct property.
| value | Allowed object is String |
|---|
Sets the value of the number property.
| value | Allowed object is String |
|---|
Sets the value of the token property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is
CreditCardTypeEnum
|
|---|
Sets the value of the zipCode property.
| value | Allowed object is String |
|---|