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

public class PayerType extends Object
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_OrderCreateRQ}IndividualType"/>
         <element name="PaymentCard" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PaymentCardType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PayerType

      public PayerType()
  • Method Details

    • getIndividual

      public IndividualType getIndividual()
      Gets the value of the individual property.
      Returns:
      possible object is IndividualType
    • setIndividual

      public void setIndividual(IndividualType value)
      Sets the value of the individual property.
      Parameters:
      value - allowed object is IndividualType
    • getPaymentCard

      public PaymentCardType getPaymentCard()
      Gets the value of the paymentCard property.
      Returns:
      possible object is PaymentCardType
    • setPaymentCard

      public void setPaymentCard(PaymentCardType value)
      Sets the value of the paymentCard property.
      Parameters:
      value - allowed object is PaymentCardType