public class CreditCard extends ManagedCustomer
Java class for CreditCard complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditCard">
<complexContent>
<extension base="{https://www.eway.com.au/gateway/managedpayment}ManagedCustomer">
<sequence>
<element name="CCName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CCNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CCExpiryMonth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CCExpiryYear" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
ccExpiryMonth |
protected java.lang.String |
ccExpiryYear |
protected java.lang.String |
ccName |
protected java.lang.String |
ccNumber |
customerAddress, customerComments, customerCompany, customerCountry, customerEmail, customerFax, customerFirstName, customerJobDesc, customerLastName, customerPhone1, customerPhone2, customerPostCode, customerRef, customerState, customerSuburb, customerTitle, customerURL, managedCustomerID| Constructor and Description |
|---|
CreditCard() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCCExpiryMonth()
Gets the value of the ccExpiryMonth property.
|
java.lang.String |
getCCExpiryYear()
Gets the value of the ccExpiryYear property.
|
java.lang.String |
getCCName()
Gets the value of the ccName property.
|
java.lang.String |
getCCNumber()
Gets the value of the ccNumber property.
|
void |
setCCExpiryMonth(java.lang.String value)
Sets the value of the ccExpiryMonth property.
|
void |
setCCExpiryYear(java.lang.String value)
Sets the value of the ccExpiryYear property.
|
void |
setCCName(java.lang.String value)
Sets the value of the ccName property.
|
void |
setCCNumber(java.lang.String value)
Sets the value of the ccNumber property.
|
getCustomerAddress, getCustomerComments, getCustomerCompany, getCustomerCountry, getCustomerEmail, getCustomerFax, getCustomerFirstName, getCustomerJobDesc, getCustomerLastName, getCustomerPhone1, getCustomerPhone2, getCustomerPostCode, getCustomerRef, getCustomerState, getCustomerSuburb, getCustomerTitle, getCustomerURL, getManagedCustomerID, setCustomerAddress, setCustomerComments, setCustomerCompany, setCustomerCountry, setCustomerEmail, setCustomerFax, setCustomerFirstName, setCustomerJobDesc, setCustomerLastName, setCustomerPhone1, setCustomerPhone2, setCustomerPostCode, setCustomerRef, setCustomerState, setCustomerSuburb, setCustomerTitle, setCustomerURL, setManagedCustomerIDprotected java.lang.String ccName
protected java.lang.String ccNumber
protected java.lang.String ccExpiryMonth
protected java.lang.String ccExpiryYear
public java.lang.String getCCName()
Stringpublic void setCCName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCCNumber()
Stringpublic void setCCNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCCExpiryMonth()
Stringpublic void setCCExpiryMonth(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCCExpiryYear()
Stringpublic void setCCExpiryYear(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.