Class MethodTaxRate

java.lang.Object
com.commercetools.graphql.api.types.MethodTaxRate

public class MethodTaxRate extends Object
  • Constructor Details

    • MethodTaxRate

      public MethodTaxRate()
    • MethodTaxRate

      public MethodTaxRate(String shippingMethodKey, TaxRate taxRate)
  • Method Details

    • getShippingMethodKey

      public String getShippingMethodKey()
    • setShippingMethodKey

      public void setShippingMethodKey(String shippingMethodKey)
    • getTaxRate

      public TaxRate getTaxRate()
    • setTaxRate

      public void setTaxRate(TaxRate taxRate)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • newBuilder

      public static MethodTaxRate.Builder newBuilder()