java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.FiledFeeType

public class FiledFeeType extends Object
Filed fee information relating to a coupon, including the Bankers Seller Rate used to convert the filed amount into the currency of payment.

Java class for FiledFeeType complex type.

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

 <complexType name="FiledFeeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BankersSellerRate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}RateType"/>
         <element name="FeeAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AmountType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bankersSellerRate

      protected RateType bankersSellerRate
    • feeAmount

      protected AmountType feeAmount
  • Constructor Details

    • FiledFeeType

      public FiledFeeType()
  • Method Details

    • getBankersSellerRate

      public RateType getBankersSellerRate()
      Gets the value of the bankersSellerRate property.
      Returns:
      possible object is RateType
    • setBankersSellerRate

      public void setBankersSellerRate(RateType value)
      Sets the value of the bankersSellerRate property.
      Parameters:
      value - allowed object is RateType
    • getFeeAmount

      public AmountType getFeeAmount()
      Gets the value of the feeAmount property.
      Returns:
      possible object is AmountType
    • setFeeAmount

      public void setFeeAmount(AmountType value)
      Sets the value of the feeAmount property.
      Parameters:
      value - allowed object is AmountType