| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ReferenceCreditCardDetailsType |
CreditCardDetailsType for DCC Reference Transaction Information about a Credit Card.
Java class for ReferenceCreditCardDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceCreditCardDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreditCardNumberType" type="{urn:ebay:apis:eBLBaseComponents}CreditCardNumberTypeType" 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="CardOwnerName" type="{urn:ebay:apis:eBLBaseComponents}PersonNameType" minOccurs="0"/>
<element name="BillingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingAddress | |||||||||||
| cardOwnerName | |||||||||||
| creditCardNumberType | |||||||||||
| cvv2 | |||||||||||
| expMonth | |||||||||||
| expYear | |||||||||||
| issueNumber | |||||||||||
| startMonth | |||||||||||
| startYear | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingAddress property.
| |||||||||||
Gets the value of the cvv2 property.
| |||||||||||
Gets the value of the cardOwnerName property.
| |||||||||||
Gets the value of the creditCardNumberType 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.
| |||||||||||
Sets the value of the billingAddress property.
| |||||||||||
Sets the value of the cvv2 property.
| |||||||||||
Sets the value of the cardOwnerName property.
| |||||||||||
Sets the value of the creditCardNumberType 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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billingAddress property.
AddressType
Gets the value of the cvv2 property.
Gets the value of the cardOwnerName property.
PersonNameType
Gets the value of the creditCardNumberType property.
CreditCardNumberTypeType
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.
Sets the value of the billingAddress property.
| value | Allowed object is
AddressType
|
|---|
Sets the value of the cvv2 property.
| value | Allowed object is String |
|---|
Sets the value of the cardOwnerName property.
| value | Allowed object is
PersonNameType
|
|---|
Sets the value of the creditCardNumberType property.
| value | Allowed object is
CreditCardNumberTypeType
|
|---|
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 |
|---|