Class BoxContentsFeeDetails


  • public class BoxContentsFeeDetails
    extends java.lang.Object
    The manual processing fee per unit and total fee for a shipment.
    • Constructor Detail

      • BoxContentsFeeDetails

        public BoxContentsFeeDetails()
    • Method Detail

      • getTotalUnits

        public java.lang.Integer getTotalUnits()
        Get totalUnits
        Returns:
        totalUnits
      • setTotalUnits

        public void setTotalUnits​(java.lang.Integer totalUnits)
      • getFeePerUnit

        public Amount getFeePerUnit()
        Get feePerUnit
        Returns:
        feePerUnit
      • setFeePerUnit

        public void setFeePerUnit​(Amount feePerUnit)
      • getTotalFee

        public Amount getTotalFee()
        Get totalFee
        Returns:
        totalFee
      • setTotalFee

        public void setTotalFee​(Amount totalFee)
      • 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