Class PayerType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.PayerType
Provides Payment Card details and commits the payment for the Offer(s) they wish to purchase. The Payment can take place either before or after the Order has been created.
Java class for PayerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PayerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Individual" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndividualType"/>
<element name="PaymentCard" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}PaymentCardType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the individual property.Gets the value of the paymentCard property.voidsetIndividual(IndividualType value) Sets the value of the individual property.voidsetPaymentCard(PaymentCardType value) Sets the value of the paymentCard property.
-
Field Details
-
individual
-
paymentCard
-
-
Constructor Details
-
PayerType
public PayerType()
-
-
Method Details
-
getIndividual
Gets the value of the individual property.- Returns:
- possible object is
IndividualType
-
setIndividual
Sets the value of the individual property.- Parameters:
value- allowed object isIndividualType
-
getPaymentCard
Gets the value of the paymentCard property.- Returns:
- possible object is
PaymentCardType
-
setPaymentCard
Sets the value of the paymentCard property.- Parameters:
value- allowed object isPaymentCardType
-