Class CardAcquisitionRequest


  • public class CardAcquisitionRequest
    extends Object
    Definition: Content of the Card Acquisition Request messageType. -- Usage: It conveys Information related to the payment and loyalty cards to read and analyse. This messageType pair is usually followed by a messageType pair (e.g. payment or loyalty) which refers to this Card Acquisition messageType pair. The Card Acquisition

    Java class for CardAcquisitionRequest complex type.

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

     <complexType name="CardAcquisitionRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SaleData" type="{}SaleData"/>
             <element name="CardAcquisitionTransaction" type="{}CardAcquisitionTransaction"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • saleData

        protected SaleData saleData
        The Sale data.
    • Constructor Detail

      • CardAcquisitionRequest

        public CardAcquisitionRequest()
    • Method Detail

      • getSaleData

        public SaleData getSaleData()
        Gets the value of the saleData property.
        Returns:
        possible object is SaleData
      • setSaleData

        public void setSaleData​(SaleData value)
        Sets the value of the saleData property.
        Parameters:
        value - allowed object is SaleData