java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.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="Amount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}AmountType" minOccurs="0"/>
         <element name="ContactInfoRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
         <element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}DescType" minOccurs="0"/>
         <element name="PaymentInfoID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
         <element name="PaymentMethod" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PaymentMethodType"/>
         <element name="PaymentInfoRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
         <element name="PaymentStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PaymentStatusCodeType" minOccurs="0"/>
         <element name="PriceVarianceAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}AmountType" minOccurs="0"/>
         <element name="PriceVarianceRule" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PriceVarianceRuleType" minOccurs="0"/>
         <element name="Promotion" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PromotionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SurchargeAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}AmountType" minOccurs="0"/>
         <element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PaymentMethodCodeType" minOccurs="0"/>
         <element name="VerificationInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PaymentInfoType

      public PaymentInfoType()
  • Method Details

    • getAmount

      public AmountType getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is AmountType
    • setAmount

      public void setAmount(AmountType value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is AmountType
    • getContactInfoRefID

      public String getContactInfoRefID()
      Gets the value of the contactInfoRefID property.
      Returns:
      possible object is String
    • setContactInfoRefID

      public void setContactInfoRefID(String value)
      Sets the value of the contactInfoRefID property.
      Parameters:
      value - allowed object is String
    • getDesc

      public DescType getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is DescType
    • setDesc

      public void setDesc(DescType value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is DescType
    • getPaymentInfoID

      public String getPaymentInfoID()
      Gets the value of the paymentInfoID property.
      Returns:
      possible object is String
    • setPaymentInfoID

      public void setPaymentInfoID(String value)
      Sets the value of the paymentInfoID property.
      Parameters:
      value - allowed object is String
    • getPaymentMethod

      public PaymentMethodType getPaymentMethod()
      Gets the value of the paymentMethod property.
      Returns:
      possible object is PaymentMethodType
    • setPaymentMethod

      public void setPaymentMethod(PaymentMethodType value)
      Sets the value of the paymentMethod property.
      Parameters:
      value - allowed object is PaymentMethodType
    • getPaymentInfoRefID

      public String getPaymentInfoRefID()
      Gets the value of the paymentInfoRefID property.
      Returns:
      possible object is String
    • setPaymentInfoRefID

      public void setPaymentInfoRefID(String value)
      Sets the value of the paymentInfoRefID 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
    • getPriceVarianceAmount

      public AmountType getPriceVarianceAmount()
      Gets the value of the priceVarianceAmount property.
      Returns:
      possible object is AmountType
    • setPriceVarianceAmount

      public void setPriceVarianceAmount(AmountType value)
      Sets the value of the priceVarianceAmount property.
      Parameters:
      value - allowed object is AmountType
    • getPriceVarianceRule

      public PriceVarianceRuleType getPriceVarianceRule()
      Gets the value of the priceVarianceRule property.
      Returns:
      possible object is PriceVarianceRuleType
    • setPriceVarianceRule

      public void setPriceVarianceRule(PriceVarianceRuleType value)
      Sets the value of the priceVarianceRule property.
      Parameters:
      value - allowed object is PriceVarianceRuleType
    • getPromotion

      public List<PromotionType> getPromotion()
      Gets the value of the promotion 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 promotion property.

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

          getPromotion().add(newItem);
       

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

    • getSurchargeAmount

      public AmountType getSurchargeAmount()
      Gets the value of the surchargeAmount property.
      Returns:
      possible object is AmountType
    • setSurchargeAmount

      public void setSurchargeAmount(AmountType value)
      Sets the value of the surchargeAmount property.
      Parameters:
      value - allowed object is AmountType
    • getTypeCode

      public String getTypeCode()
      Gets the value of the typeCode property.
      Returns:
      possible object is String
    • setTypeCode

      public void setTypeCode(String value)
      Sets the value of the typeCode property.
      Parameters:
      value - allowed object is String
    • isVerificationInd

      public Boolean isVerificationInd()
      Gets the value of the verificationInd property.
      Returns:
      possible object is Boolean
    • setVerificationInd

      public void setVerificationInd(Boolean value)
      Sets the value of the verificationInd property.
      Parameters:
      value - allowed object is Boolean