Class CheckData


  • public class CheckData
    extends Object
    Definition: Information related to the paper check used for the transaction. -- Usage: Allows the check information to be provided by the Sale System before requesting the payment, or stored by the Sale System after processing of the payment.

    Java class for CheckData complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CheckData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="BankID" type="{}BankID" minOccurs="0"/>
             <element name="AccountNumber" type="{}AccountNumber" minOccurs="0"/>
             <element name="CheckNumber" type="{}CheckNumber" minOccurs="0"/>
             <element name="TrackData" type="{}TrackData" minOccurs="0"/>
             <element name="CheckCardNumber" type="{}CheckCardNumber" minOccurs="0"/>
           </sequence>
           <attribute name="TypeCode" type="{}CheckTypeCodeType" default="Personal" />
           <attribute name="Country" type="{}ISOCountry3A" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • bankID

        protected String bankID
        The Bank id.
      • accountNumber

        protected String accountNumber
        The Account number.
      • checkNumber

        protected String checkNumber
        The Check number.
      • trackData

        protected TrackData trackData
        The Track data.
      • checkCardNumber

        protected String checkCardNumber
        The Check card number.
      • country

        protected String country
        The Country.
    • Constructor Detail

      • CheckData

        public CheckData()
    • Method Detail

      • getBankID

        public String getBankID()
        Gets the value of the bankID property.
        Returns:
        possible object is String
      • setBankID

        public void setBankID​(String value)
        Sets the value of the bankID property.
        Parameters:
        value - allowed object is String
      • getAccountNumber

        public String getAccountNumber()
        Gets the value of the accountNumber property.
        Returns:
        possible object is String
      • setAccountNumber

        public void setAccountNumber​(String value)
        Sets the value of the accountNumber property.
        Parameters:
        value - allowed object is String
      • getCheckNumber

        public String getCheckNumber()
        Gets the value of the checkNumber property.
        Returns:
        possible object is String
      • setCheckNumber

        public void setCheckNumber​(String value)
        Sets the value of the checkNumber property.
        Parameters:
        value - allowed object is String
      • getTrackData

        public TrackData getTrackData()
        Gets the value of the trackData property.
        Returns:
        possible object is TrackData
      • setTrackData

        public void setTrackData​(TrackData value)
        Sets the value of the trackData property.
        Parameters:
        value - allowed object is TrackData
      • getCheckCardNumber

        public String getCheckCardNumber()
        Gets the value of the checkCardNumber property.
        Returns:
        possible object is String
      • setCheckCardNumber

        public void setCheckCardNumber​(String value)
        Sets the value of the checkCardNumber property.
        Parameters:
        value - allowed object is String
      • getCountry

        public String getCountry()
        Gets the value of the country property.
        Returns:
        possible object is String
      • setCountry

        public void setCountry​(String value)
        Sets the value of the country property.
        Parameters:
        value - allowed object is String