java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistresponse.InterlineSettlementInfoType

public class InterlineSettlementInfoType extends Object
Information related to the value of a product or service as it pertains to interline transactions.

Java class for InterlineSettlementInfoType complex type.

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

 <complexType name="InterlineSettlementInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MethodCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}SettlementMethodCodeType"/>
         <element name="SettlementAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}AmountType"/>
         <element name="TaxableInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}IndType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • methodCode

      protected String methodCode
    • settlementAmount

      protected AmountType settlementAmount
    • taxableInd

      protected Boolean taxableInd
  • Constructor Details

    • InterlineSettlementInfoType

      public InterlineSettlementInfoType()
  • Method Details

    • getMethodCode

      public String getMethodCode()
      Gets the value of the methodCode property.
      Returns:
      possible object is String
    • setMethodCode

      public void setMethodCode(String value)
      Sets the value of the methodCode property.
      Parameters:
      value - allowed object is String
    • getSettlementAmount

      public AmountType getSettlementAmount()
      Gets the value of the settlementAmount property.
      Returns:
      possible object is AmountType
    • setSettlementAmount

      public void setSettlementAmount(AmountType value)
      Sets the value of the settlementAmount property.
      Parameters:
      value - allowed object is AmountType
    • isTaxableInd

      public Boolean isTaxableInd()
      Gets the value of the taxableInd property.
      Returns:
      possible object is Boolean
    • setTaxableInd

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