Class IncludedFeeDetail


  • public class IncludedFeeDetail
    extends java.lang.Object
    The type of fee, fee amount, and other details.
    • Constructor Detail

      • IncludedFeeDetail

        public IncludedFeeDetail()
    • Method Detail

      • getFeeType

        public java.lang.String getFeeType()
        The type of fee charged to a seller.
        Returns:
        feeType
      • setFeeType

        public void setFeeType​(java.lang.String feeType)
      • getFeeAmount

        public MoneyType getFeeAmount()
        Get feeAmount
        Returns:
        feeAmount
      • setFeeAmount

        public void setFeeAmount​(MoneyType feeAmount)
      • getFeePromotion

        public MoneyType getFeePromotion()
        Get feePromotion
        Returns:
        feePromotion
      • setFeePromotion

        public void setFeePromotion​(MoneyType feePromotion)
      • getTaxAmount

        public MoneyType getTaxAmount()
        Get taxAmount
        Returns:
        taxAmount
      • setTaxAmount

        public void setTaxAmount​(MoneyType taxAmount)
      • getFinalFee

        public MoneyType getFinalFee()
        Get finalFee
        Returns:
        finalFee
      • setFinalFee

        public void setFinalFee​(MoneyType finalFee)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object