java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.PaymentTrxRefType

public class PaymentTrxRefType extends Object
Additional identification and URLs used to further describe a secure payment transaction.

Java class for PaymentTrxRefType complex type.

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

 <complexType name="PaymentTrxRefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InputCurCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CurCodeType" minOccurs="0"/>
         <element name="OriginalID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type" minOccurs="0"/>
         <element name="PaymentAddressVerification" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PaymentAddressVerificationType" minOccurs="0"/>
         <element name="SettlementCurCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CurCodeType" minOccurs="0"/>
         <element name="TrxDataText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType" maxOccurs="3" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PaymentTrxRefType

      public PaymentTrxRefType()
  • Method Details

    • getInputCurCode

      public String getInputCurCode()
      Gets the value of the inputCurCode property.
      Returns:
      possible object is String
    • setInputCurCode

      public void setInputCurCode(String value)
      Sets the value of the inputCurCode property.
      Parameters:
      value - allowed object is String
    • getOriginalID

      public String getOriginalID()
      Gets the value of the originalID property.
      Returns:
      possible object is String
    • setOriginalID

      public void setOriginalID(String value)
      Sets the value of the originalID property.
      Parameters:
      value - allowed object is String
    • getPaymentAddressVerification

      public PaymentAddressVerificationType getPaymentAddressVerification()
      Gets the value of the paymentAddressVerification property.
      Returns:
      possible object is PaymentAddressVerificationType
    • setPaymentAddressVerification

      public void setPaymentAddressVerification(PaymentAddressVerificationType value)
      Sets the value of the paymentAddressVerification property.
      Parameters:
      value - allowed object is PaymentAddressVerificationType
    • getSettlementCurCode

      public String getSettlementCurCode()
      Gets the value of the settlementCurCode property.
      Returns:
      possible object is String
    • setSettlementCurCode

      public void setSettlementCurCode(String value)
      Sets the value of the settlementCurCode property.
      Parameters:
      value - allowed object is String
    • getTrxDataText

      public List<String> getTrxDataText()
      Gets the value of the trxDataText property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the trxDataText property.

      For example, to add a new item, do as follows:

          getTrxDataText().add(newItem);
       

      Objects of the following type(s) are allowed in the list String