Class PaymentAccountReq


  • public class PaymentAccountReq
    extends Object
    Definition: Data related to the account pointed by the payment card -- Usage: Information provided by the Sale System related to the payment account requesting a balance.

    Java class for PaymentAccountReq complex type.

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

     <complexType name="PaymentAccountReq">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CardAcquisitionReference" type="{}TransactionIdentification" minOccurs="0"/>
             <element name="PaymentInstrumentData" type="{}PaymentInstrumentData" minOccurs="0"/>
           </sequence>
           <attribute name="Account" type="{}AccountType" default="Default" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PaymentAccountReq

        public PaymentAccountReq()