public class CreditChargeInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NameOnAcct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CcExpiryMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CcExpiryYear" 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="PostalCode" 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://schema.intuit.com/finance/v3}CCTxnModeEnum" minOccurs="0"/>
<element name="CCTxnType" type="{http://schema.intuit.com/finance/v3}CCTxnTypeEnum" minOccurs="0"/>
<element name="PrevCCTransId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ProcessPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CreditCardChargeInfoEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected String |
billAddrStreet |
protected Integer |
ccExpiryMonth |
protected Integer |
ccExpiryYear |
protected CCTxnModeEnum |
ccTxnMode |
protected CCTxnTypeEnum |
ccTxnType |
protected String |
commercialCardCode |
protected IntuitAnyType |
creditCardChargeInfoEx |
protected String |
nameOnAcct |
protected String |
number |
protected String |
postalCode |
protected String |
prevCCTransId |
protected Boolean |
processPayment |
protected String |
type |
| Constructor and Description |
|---|
CreditChargeInfo() |
| 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) |
BigDecimal |
getAmount()
Gets the value of the amount property.
|
String |
getBillAddrStreet()
Gets the value of the billAddrStreet property.
|
Integer |
getCcExpiryMonth()
Gets the value of the ccExpiryMonth property.
|
Integer |
getCcExpiryYear()
Gets the value of the ccExpiryYear property.
|
CCTxnModeEnum |
getCCTxnMode()
Gets the value of the ccTxnMode property.
|
CCTxnTypeEnum |
getCCTxnType()
Gets the value of the ccTxnType property.
|
String |
getCommercialCardCode()
Gets the value of the commercialCardCode property.
|
IntuitAnyType |
getCreditCardChargeInfoEx()
Gets the value of the creditCardChargeInfoEx property.
|
String |
getNameOnAcct()
Gets the value of the nameOnAcct property.
|
String |
getNumber()
Gets the value of the number property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getPrevCCTransId()
Gets the value of the prevCCTransId property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isProcessPayment()
Gets the value of the processPayment property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setBillAddrStreet(String value)
Sets the value of the billAddrStreet property.
|
void |
setCcExpiryMonth(Integer value)
Sets the value of the ccExpiryMonth property.
|
void |
setCcExpiryYear(Integer value)
Sets the value of the ccExpiryYear property.
|
void |
setCCTxnMode(CCTxnModeEnum value)
Sets the value of the ccTxnMode property.
|
void |
setCCTxnType(CCTxnTypeEnum value)
Sets the value of the ccTxnType property.
|
void |
setCommercialCardCode(String value)
Sets the value of the commercialCardCode property.
|
void |
setCreditCardChargeInfoEx(IntuitAnyType value)
Sets the value of the creditCardChargeInfoEx property.
|
void |
setNameOnAcct(String value)
Sets the value of the nameOnAcct property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setPrevCCTransId(String value)
Sets the value of the prevCCTransId property.
|
void |
setProcessPayment(Boolean value)
Sets the value of the processPayment property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String number
protected String type
protected String nameOnAcct
protected Integer ccExpiryMonth
protected Integer ccExpiryYear
protected String billAddrStreet
protected String postalCode
protected String commercialCardCode
protected CCTxnModeEnum ccTxnMode
protected CCTxnTypeEnum ccTxnType
protected String prevCCTransId
protected BigDecimal amount
protected Boolean processPayment
protected IntuitAnyType creditCardChargeInfoEx
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getNameOnAcct()
Stringpublic void setNameOnAcct(String value)
value - allowed object is
Stringpublic Integer getCcExpiryMonth()
Integerpublic void setCcExpiryMonth(Integer value)
value - allowed object is
Integerpublic Integer getCcExpiryYear()
Integerpublic void setCcExpiryYear(Integer value)
value - allowed object is
Integerpublic String getBillAddrStreet()
Stringpublic void setBillAddrStreet(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getCommercialCardCode()
Stringpublic void setCommercialCardCode(String value)
value - allowed object is
Stringpublic CCTxnModeEnum getCCTxnMode()
CCTxnModeEnumpublic void setCCTxnMode(CCTxnModeEnum value)
value - allowed object is
CCTxnModeEnumpublic CCTxnTypeEnum getCCTxnType()
CCTxnTypeEnumpublic void setCCTxnType(CCTxnTypeEnum value)
value - allowed object is
CCTxnTypeEnumpublic String getPrevCCTransId()
Stringpublic void setPrevCCTransId(String value)
value - allowed object is
Stringpublic BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic Boolean isProcessPayment()
Booleanpublic void setProcessPayment(Boolean value)
value - allowed object is
Booleanpublic IntuitAnyType getCreditCardChargeInfoEx()
IntuitAnyTypepublic void setCreditCardChargeInfoEx(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.