Class CreditCardType.Details

java.lang.Object
com.oracle.communications.brm.cc.model.CreditCardType.Details
All Implemented Interfaces:
Serializable
Enclosing class:
CreditCardType

public static class CreditCardType.Details extends Object implements Serializable

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 Details

    • name

      protected String name
      The name as it appears on the credit card.
    • address

      protected String address
      The street address associated with the credit card.
    • city

      protected String city
      The city associated with the credit card.
    • state

      protected String state
      The state associated with the credit card.
    • zip

      protected String zip
      The ZIP code associated with the credit card.
    • country

      protected String country
      The country associated with the credit card.
    • debitExp

      protected String debitExp
      The credit card expiry date in mmyy format.
    • debitNumber

      protected String debitNumber
      The credit card number.
    • securityCode

      protected String securityCode
      The credit card's 3-digit CVV2 or 4-digit CID.
  • Constructor Details

    • Details

      public Details()
  • Method Details

    • getName

      public String getName()
      The name as it appears on the credit card.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      See Also:
    • getAddress

      public String getAddress()
      The street address associated with the credit card.
      Returns:
      possible object is String
    • setAddress

      public void setAddress(String value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCity

      public String getCity()
      The city associated with the credit card.
      Returns:
      possible object is String
    • setCity

      public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
      See Also:
    • getState

      public String getState()
      The state associated with the credit card.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
      See Also:
    • getZip

      public String getZip()
      The ZIP code associated with the credit card.
      Returns:
      possible object is String
    • setZip

      public void setZip(String value)
      Sets the value of the zip property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCountry

      public String getCountry()
      The country associated with the credit card.
      Returns:
      possible object is String
    • setCountry

      public void setCountry(String value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is String
      See Also:
    • getDebitExp

      public String getDebitExp()
      The credit card expiry date in mmyy format.
      Returns:
      possible object is String
    • setDebitExp

      public void setDebitExp(String value)
      Sets the value of the debitExp property.
      Parameters:
      value - allowed object is String
      See Also:
    • getDebitNumber

      public String getDebitNumber()
      The credit card number.
      Returns:
      possible object is String
    • setDebitNumber

      public void setDebitNumber(String value)
      Sets the value of the debitNumber property.
      Parameters:
      value - allowed object is String
      See Also:
    • getSecurityCode

      public String getSecurityCode()
      The credit card's 3-digit CVV2 or 4-digit CID.
      Returns:
      possible object is String
    • setSecurityCode

      public void setSecurityCode(String value)
      Sets the value of the securityCode property.
      Parameters:
      value - allowed object is String
      See Also: