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()
CreditCardTypeType
public void setCreditCardType(CreditCardTypeType value)
value
- the value
allowed object is
CreditCardTypeType
public java.lang.String getCreditCardNumber()
String
public void setCreditCardNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Integer getExpMonth()
Integer
public void setExpMonth(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getExpYear()
Integer
public void setExpYear(java.lang.Integer value)
value
- the value
allowed object is
Integer
public PayerInfoType getCardOwner()
PayerInfoType
public void setCardOwner(PayerInfoType value)
value
- the value
allowed object is
PayerInfoType
public java.lang.String getCVV2()
String
public void setCVV2(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Integer getStartMonth()
Integer
public void setStartMonth(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getStartYear()
Integer
public void setStartYear(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.String getIssueNumber()
String
public void setIssueNumber(java.lang.String value)
value
- the value
allowed object is
String
public ThreeDSecureRequestType getThreeDSecureRequest()
ThreeDSecureRequestType
public void setThreeDSecureRequest(ThreeDSecureRequestType value)
value
- the value
allowed object is
ThreeDSecureRequestType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.