Class TaxRateInput
java.lang.Object
com.commercetools.graphql.api.types.TaxRateInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTaxRateInput(String name, Double amount, Boolean includedInPrice, String country, String state, String id, String key, List<SubRateDraft> subRates) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getKey()getName()getState()inthashCode()static TaxRateInput.BuildervoidvoidsetCountry(String country) voidvoidsetIncludedInPrice(Boolean includedInPrice) voidvoidvoidvoidsetSubRates(List<SubRateDraft> subRates) toString()
-
Constructor Details
-
TaxRateInput
public TaxRateInput() -
TaxRateInput
-
-
Method Details
-
getName
-
setName
-
getAmount
-
setAmount
-
getIncludedInPrice
-
setIncludedInPrice
-
getCountry
-
setCountry
-
getState
-
setState
-
getId
-
setId
-
getKey
-
setKey
-
getSubRates
-
setSubRates
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-