public class CreditCardDetailsType
extends java.lang.Object
Java class for CreditCardDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditCardDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreditCardType" type="{urn:ebay:apis:eBLBaseComponents}CreditCardTypeType" minOccurs="0"/>
<element name="CreditCardNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExpMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ExpYear" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CardOwner" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType" minOccurs="0"/>
<element name="CVV2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="StartYear" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IssueNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ThreeDSecureRequest" type="{urn:ebay:apis:eBLBaseComponents}ThreeDSecureRequestType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PayerInfoType |
cardOwner |
protected java.lang.String |
creditCardNumber |
protected CreditCardTypeType |
creditCardType |
protected java.lang.String |
cvv2 |
protected java.lang.Integer |
expMonth |
protected java.lang.Integer |
expYear |
protected java.lang.String |
issueNumber |
protected java.lang.Integer |
startMonth |
protected java.lang.Integer |
startYear |
protected ThreeDSecureRequestType |
threeDSecureRequest |
| Constructor and Description |
|---|
CreditCardDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
PayerInfoType |
getCardOwner()
Gets the value of the cardOwner property.
|
java.lang.String |
getCreditCardNumber()
Gets the value of the creditCardNumber property.
|
CreditCardTypeType |
getCreditCardType()
Gets the value of the creditCardType property.
|
java.lang.String |
getCVV2()
Gets the value of the cvv2 property.
|
java.lang.Integer |
getExpMonth()
Gets the value of the expMonth property.
|
java.lang.Integer |
getExpYear()
Gets the value of the expYear property.
|
java.lang.String |
getIssueNumber()
Gets the value of the issueNumber property.
|
java.lang.Integer |
getStartMonth()
Gets the value of the startMonth property.
|
java.lang.Integer |
getStartYear()
Gets the value of the startYear property.
|
ThreeDSecureRequestType |
getThreeDSecureRequest()
Gets the value of the threeDSecureRequest property.
|
void |
setCardOwner(PayerInfoType value)
Sets the value of the cardOwner property.
|
void |
setCreditCardNumber(java.lang.String value)
Sets the value of the creditCardNumber property.
|
void |
setCreditCardType(CreditCardTypeType value)
Sets the value of the creditCardType property.
|
void |
setCVV2(java.lang.String value)
Sets the value of the cvv2 property.
|
void |
setExpMonth(java.lang.Integer value)
Sets the value of the expMonth property.
|
void |
setExpYear(java.lang.Integer value)
Sets the value of the expYear property.
|
void |
setIssueNumber(java.lang.String value)
Sets the value of the issueNumber property.
|
void |
setStartMonth(java.lang.Integer value)
Sets the value of the startMonth property.
|
void |
setStartYear(java.lang.Integer value)
Sets the value of the startYear property.
|
void |
setThreeDSecureRequest(ThreeDSecureRequestType value)
Sets the value of the threeDSecureRequest property.
|
protected CreditCardTypeType creditCardType
protected java.lang.String creditCardNumber
protected java.lang.Integer expMonth
protected java.lang.Integer expYear
protected PayerInfoType cardOwner
protected java.lang.String cvv2
protected java.lang.Integer startMonth
protected java.lang.Integer startYear
protected java.lang.String issueNumber
protected ThreeDSecureRequestType threeDSecureRequest
public CreditCardTypeType getCreditCardType()
CreditCardTypeTypepublic void setCreditCardType(CreditCardTypeType value)
value - the value
allowed object is
CreditCardTypeTypepublic java.lang.String getCreditCardNumber()
Stringpublic void setCreditCardNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Integer getExpMonth()
Integerpublic void setExpMonth(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.Integer getExpYear()
Integerpublic void setExpYear(java.lang.Integer value)
value - the value
allowed object is
Integerpublic PayerInfoType getCardOwner()
PayerInfoTypepublic void setCardOwner(PayerInfoType value)
value - the value
allowed object is
PayerInfoTypepublic java.lang.String getCVV2()
Stringpublic void setCVV2(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Integer getStartMonth()
Integerpublic void setStartMonth(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.Integer getStartYear()
Integerpublic void setStartYear(java.lang.Integer value)
value - the value
allowed object is
Integerpublic java.lang.String getIssueNumber()
Stringpublic void setIssueNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic ThreeDSecureRequestType getThreeDSecureRequest()
ThreeDSecureRequestTypepublic void setThreeDSecureRequest(ThreeDSecureRequestType value)
value - the value
allowed object is
ThreeDSecureRequestTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.