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