Class PaymentReceipt


  • public class PaymentReceipt
    extends Object
    Definition: Customer or Merchant payment receipt. -- Usage: If the payment receipts are printed by the Sale system and the POI or the Sale does not implement the Print exchange (Basic profile).

    Java class for PaymentReceipt complex type.

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

     <complexType name="PaymentReceipt">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="OutputContent" type="{}OutputContent"/>
           </sequence>
           <attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierType" />
           <attribute name="IntegratedPrintFlag" type="{}IntegratedPrintFlag" default="false" />
           <attribute name="RequiredSignatureFlag" type="{}RequiredSignatureFlag" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • outputContent

        protected OutputContent outputContent
        The Output content.
      • integratedPrintFlag

        protected Boolean integratedPrintFlag
        The Integrated print flag.
      • requiredSignatureFlag

        protected Boolean requiredSignatureFlag
        The Required signature flag.
    • Constructor Detail

      • PaymentReceipt

        public PaymentReceipt()
    • Method Detail

      • getOutputContent

        public OutputContent getOutputContent()
        Gets the value of the outputContent property.
        Returns:
        possible object is OutputContent
      • setOutputContent

        public void setOutputContent​(OutputContent value)
        Sets the value of the outputContent property.
        Parameters:
        value - allowed object is OutputContent
      • isIntegratedPrintFlag

        public boolean isIntegratedPrintFlag()
        Gets the value of the integratedPrintFlag property.
        Returns:
        possible object is Boolean
      • setIntegratedPrintFlag

        public void setIntegratedPrintFlag​(Boolean value)
        Sets the value of the integratedPrintFlag property.
        Parameters:
        value - allowed object is Boolean
      • isRequiredSignatureFlag

        public boolean isRequiredSignatureFlag()
        Gets the value of the requiredSignatureFlag property.
        Returns:
        possible object is Boolean
      • setRequiredSignatureFlag

        public void setRequiredSignatureFlag​(Boolean value)
        Sets the value of the requiredSignatureFlag property.
        Parameters:
        value - allowed object is Boolean