Class MonthlyPlatformFee


  • public class MonthlyPlatformFee
    extends java.lang.Object
    MonthlyPlatformFee

    Fixed recurring amount paid in the billing period regardless of usage.

    • Constructor Detail

      • MonthlyPlatformFee

        public MonthlyPlatformFee​(java.lang.String currency,
                                  java.lang.String valueDecimal)
    • Method Detail

      • currency

        public java.lang.String currency()
        A 3-letter ISO 4217 currency code.
      • valueDecimal

        public java.lang.String valueDecimal()
        A decimal-formatted numerical string that represents up to 9 decimal place precision.

        For example, $12.987654321 is '12.987654321'.

      • withCurrency

        public MonthlyPlatformFee withCurrency​(java.lang.String currency)
        A 3-letter ISO 4217 currency code.
      • withValueDecimal

        public MonthlyPlatformFee withValueDecimal​(java.lang.String valueDecimal)
        A decimal-formatted numerical string that represents up to 9 decimal place precision.

        For example, $12.987654321 is '12.987654321'.

      • 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