Class SetCartCustomShippingMethod
java.lang.Object
com.commercetools.graphql.api.types.SetCartCustomShippingMethod
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetCartCustomShippingMethod(String shippingMethodName, ShippingRateDraft shippingRate, ResourceIdentifierInput taxCategory, ExternalTaxRateDraft externalTaxRate) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetExternalTaxRate(ExternalTaxRateDraft externalTaxRate) voidsetShippingMethodName(String shippingMethodName) voidsetShippingRate(ShippingRateDraft shippingRate) voidsetTaxCategory(ResourceIdentifierInput taxCategory) toString()
-
Constructor Details
-
SetCartCustomShippingMethod
public SetCartCustomShippingMethod() -
SetCartCustomShippingMethod
public SetCartCustomShippingMethod(String shippingMethodName, ShippingRateDraft shippingRate, ResourceIdentifierInput taxCategory, ExternalTaxRateDraft externalTaxRate)
-
-
Method Details
-
getShippingMethodName
-
setShippingMethodName
-
getShippingRate
-
setShippingRate
-
getTaxCategory
-
setTaxCategory
-
getExternalTaxRate
-
setExternalTaxRate
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-