| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CreditCardDetailsType |
CreditCardDetailsType Information about a Credit Card.
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cardOwner | |||||||||||
| creditCardNumber | |||||||||||
| creditCardType | |||||||||||
| cvv2 | |||||||||||
| expMonth | |||||||||||
| expYear | |||||||||||
| issueNumber | |||||||||||
| startMonth | |||||||||||
| startYear | |||||||||||
| threeDSecureRequest | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cvv2 property.
| |||||||||||
Gets the value of the cardOwner property.
| |||||||||||
Gets the value of the creditCardNumber property.
| |||||||||||
Gets the value of the creditCardType property.
| |||||||||||
Gets the value of the expMonth property.
| |||||||||||
Gets the value of the expYear property.
| |||||||||||
Gets the value of the issueNumber property.
| |||||||||||
Gets the value of the startMonth property.
| |||||||||||
Gets the value of the startYear property.
| |||||||||||
Gets the value of the threeDSecureRequest property.
| |||||||||||
Sets the value of the cvv2 property.
| |||||||||||
Sets the value of the cardOwner property.
| |||||||||||
Sets the value of the creditCardNumber property.
| |||||||||||
Sets the value of the creditCardType property.
| |||||||||||
Sets the value of the expMonth property.
| |||||||||||
Sets the value of the expYear property.
| |||||||||||
Sets the value of the issueNumber property.
| |||||||||||
Sets the value of the startMonth property.
| |||||||||||
Sets the value of the startYear property.
| |||||||||||
Sets the value of the threeDSecureRequest property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cvv2 property.
Gets the value of the cardOwner property.
PayerInfoType
Gets the value of the creditCardNumber property.
Gets the value of the creditCardType property.
CreditCardTypeType
Gets the value of the expMonth property.
Gets the value of the expYear property.
Gets the value of the issueNumber property.
Gets the value of the startMonth property.
Gets the value of the startYear property.
Gets the value of the threeDSecureRequest property.
ThreeDSecureRequestType
Sets the value of the cvv2 property.
| value | Allowed object is String |
|---|
Sets the value of the cardOwner property.
| value | Allowed object is
PayerInfoType
|
|---|
Sets the value of the creditCardNumber property.
| value | Allowed object is String |
|---|
Sets the value of the creditCardType property.
| value | Allowed object is
CreditCardTypeType
|
|---|
Sets the value of the expMonth property.
| value | Allowed object is Integer |
|---|
Sets the value of the expYear property.
| value | Allowed object is Integer |
|---|
Sets the value of the issueNumber property.
| value | Allowed object is String |
|---|
Sets the value of the startMonth property.
| value | Allowed object is Integer |
|---|
Sets the value of the startYear property.
| value | Allowed object is Integer |
|---|
Sets the value of the threeDSecureRequest property.
| value | Allowed object is
ThreeDSecureRequestType
|
|---|