Class PaymentInfoType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.PaymentInfoType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orderItemRefID property.Gets the value of the paymentStatusCode property.voidsetOrderItemRefID(String value) Sets the value of the orderItemRefID property.voidSets the value of the paymentStatusCode property.
-
Field Details
-
orderItemRefID
-
paymentStatusCode
-
-
Constructor Details
-
PaymentInfoType
public PaymentInfoType()
-
-
Method Details
-
getOrderItemRefID
Gets the value of the orderItemRefID property.- Returns:
- possible object is
String
-
setOrderItemRefID
Sets the value of the orderItemRefID property.- Parameters:
value- allowed object isString
-
getPaymentStatusCode
Gets the value of the paymentStatusCode property.- Returns:
- possible object is
PaymentStatusCodeContentType
-
setPaymentStatusCode
Sets the value of the paymentStatusCode property.- Parameters:
value- allowed object isPaymentStatusCodeContentType
-