Class PaymentInfoType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.PaymentInfoType

public class PaymentInfoType extends Object
Information related to the settlement of a transaction through monetary or other compensations. For example, a payment may be applied to an entire Order or individual Order Items.

Java class for PaymentInfoType complex type.

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

 <complexType name="PaymentInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrderItemRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}ID_Type" minOccurs="0"/>
         <element name="PaymentStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}PaymentStatusCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PaymentInfoType

      public PaymentInfoType()
  • Method Details

    • getOrderItemRefID

      public String getOrderItemRefID()
      Gets the value of the orderItemRefID property.
      Returns:
      possible object is String
    • setOrderItemRefID

      public void setOrderItemRefID(String value)
      Sets the value of the orderItemRefID property.
      Parameters:
      value - allowed object is String
    • getPaymentStatusCode

      public PaymentStatusCodeContentType getPaymentStatusCode()
      Gets the value of the paymentStatusCode property.
      Returns:
      possible object is PaymentStatusCodeContentType
    • setPaymentStatusCode

      public void setPaymentStatusCode(PaymentStatusCodeContentType value)
      Sets the value of the paymentStatusCode property.
      Parameters:
      value - allowed object is PaymentStatusCodeContentType