Class SaleToIssuerData


  • public class SaleToIssuerData
    extends Object
    Definition: Sale information intended for the Issuer. -- Usage: The POI System receives this information and sends it to the Acquirer for the Issuer without any change.

    Java class for SaleToIssuerData complex type.

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

     <complexType name="SaleToIssuerData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="StatementReference" type="{}StatementReference" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • statementReference

        protected String statementReference
        The Statement reference.
    • Constructor Detail

      • SaleToIssuerData

        public SaleToIssuerData()
    • Method Detail

      • getStatementReference

        public String getStatementReference()
        Gets the value of the statementReference property.
        Returns:
        possible object is String
      • setStatementReference

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