Class CreditCardType.Details
java.lang.Object
com.oracle.communications.brm.cc.model.CreditCardType.Details
- All Implemented Interfaces:
Serializable
- Enclosing class:
CreditCardType
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="zip" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="debitExp" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="debitNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="securityCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe street address associated with the credit card.protected StringThe city associated with the credit card.protected StringThe country associated with the credit card.protected StringThe credit card expiry date in mmyy format.protected StringThe credit card number.protected StringThe name as it appears on the credit card.protected StringThe credit card's 3-digit CVV2 or 4-digit CID.protected StringThe state associated with the credit card.protected StringThe ZIP code associated with the credit card. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe street address associated with the credit card.getCity()The city associated with the credit card.The country associated with the credit card.The credit card expiry date in mmyy format.The credit card number.getName()The name as it appears on the credit card.The credit card's 3-digit CVV2 or 4-digit CID.getState()The state associated with the credit card.getZip()The ZIP code associated with the credit card.voidsetAddress(String value) Sets the value of the address property.voidSets the value of the city property.voidsetCountry(String value) Sets the value of the country property.voidsetDebitExp(String value) Sets the value of the debitExp property.voidsetDebitNumber(String value) Sets the value of the debitNumber property.voidSets the value of the name property.voidsetSecurityCode(String value) Sets the value of the securityCode property.voidSets the value of the state property.voidSets the value of the zip property.
-
Field Details
-
name
The name as it appears on the credit card. -
address
The street address associated with the credit card. -
city
The city associated with the credit card. -
state
The state associated with the credit card. -
zip
The ZIP code associated with the credit card. -
country
The country associated with the credit card. -
debitExp
The credit card expiry date in mmyy format. -
debitNumber
The credit card number. -
securityCode
The credit card's 3-digit CVV2 or 4-digit CID.
-
-
Constructor Details
-
Details
public Details()
-
-
Method Details
-
getName
The name as it appears on the credit card.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString- See Also:
-
getAddress
The street address associated with the credit card.- Returns:
- possible object is
String
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isString- See Also:
-
getCity
The city associated with the credit card.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString- See Also:
-
getState
The state associated with the credit card.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value- allowed object isString- See Also:
-
getZip
The ZIP code associated with the credit card.- Returns:
- possible object is
String
-
setZip
Sets the value of the zip property.- Parameters:
value- allowed object isString- See Also:
-
getCountry
The country associated with the credit card.- Returns:
- possible object is
String
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isString- See Also:
-
getDebitExp
The credit card expiry date in mmyy format.- Returns:
- possible object is
String
-
setDebitExp
Sets the value of the debitExp property.- Parameters:
value- allowed object isString- See Also:
-
getDebitNumber
The credit card number.- Returns:
- possible object is
String
-
setDebitNumber
Sets the value of the debitNumber property.- Parameters:
value- allowed object isString- See Also:
-
getSecurityCode
The credit card's 3-digit CVV2 or 4-digit CID.- Returns:
- possible object is
String
-
setSecurityCode
Sets the value of the securityCode property.- Parameters:
value- allowed object isString- See Also:
-