Class PricingRate.Builder

  • Enclosing class:
    PricingRate

    public static class PricingRate.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • billingCurrency

        public PricingRate.Builder billingCurrency​(String billingCurrency)
        The currency supported, in the format specified by ISO-4217
        Parameters:
        billingCurrency - the value to set
        Returns:
        this builder
      • rate

        public PricingRate.Builder rate​(Float rate)
        Tha amount for the currency type.
        Parameters:
        rate - the value to set
        Returns:
        this builder