Class FeeInfo.Builder

    • Constructor Detail

      • FeeInfo.Builder

        FeeInfo.Builder()
    • Method Detail

      • build

         FeeInfo build()

        Creates a new FeeInfo instance with the specified properties.

        Returns:

        a new instance of FeeInfo with the specified properties.

      • setRatePercentage

         FeeInfo.Builder setRatePercentage(String ratePercentage)

        Sets the rate percentage.

        Parameters:
        ratePercentage - the rate percentage, must be a positive integer.
        Returns:

        a reference to this object.

      • setMonthlyRatePercentage

         FeeInfo.Builder setMonthlyRatePercentage(@Nullable() String monthlyRatePercentage)

        Sets the monthly rate percentage.

        Parameters:
        monthlyRatePercentage - the monthly rate percentage, or null if not set.
        Returns:

        a reference to this object.