Class FiledFeeType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.FiledFeeType
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_OrderSalesInformationNotifRQ}RateType"/>
<element name="FeeAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}AmountType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bankersSellerRate property.Gets the value of the feeAmount property.voidsetBankersSellerRate(RateType value) Sets the value of the bankersSellerRate property.voidsetFeeAmount(AmountType value) Sets the value of the feeAmount property.
-
Field Details
-
bankersSellerRate
-
feeAmount
-
-
Constructor Details
-
FiledFeeType
public FiledFeeType()
-
-
Method Details
-
getBankersSellerRate
Gets the value of the bankersSellerRate property.- Returns:
- possible object is
RateType
-
setBankersSellerRate
Sets the value of the bankersSellerRate property.- Parameters:
value- allowed object isRateType
-
getFeeAmount
Gets the value of the feeAmount property.- Returns:
- possible object is
AmountType
-
setFeeAmount
Sets the value of the feeAmount property.- Parameters:
value- allowed object isAmountType
-