Class ShippingMethodTaxAmountChangeValueImpl
java.lang.Object
com.commercetools.history.models.change_value.ShippingMethodTaxAmountChangeValueImpl
- All Implemented Interfaces:
ShippingMethodTaxAmountChangeValue,io.vrap.rmf.base.client.ModelBase
public class ShippingMethodTaxAmountChangeValueImpl
extends Object
implements ShippingMethodTaxAmountChangeValue, io.vrap.rmf.base.client.ModelBase
ShippingMethodTaxAmountChangeValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTaxed price for the Shipping Method based ontaxRate.Tax rate set externally for the Shipping Method.inthashCode()voidsetTaxedPrice(TaxedPrice taxedPrice) Taxed price for the Shipping Method based ontaxRate.voidsetTaxRate(TaxRate taxRate) Tax rate set externally for the Shipping Method.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.change_value.ShippingMethodTaxAmountChangeValue
withShippingMethodTaxAmountChangeValue
-
Constructor Details
-
ShippingMethodTaxAmountChangeValueImpl
create empty instance
-
-
Method Details
-
getTaxedPrice
Taxed price for the Shipping Method based on
taxRate.- Specified by:
getTaxedPricein interfaceShippingMethodTaxAmountChangeValue- Returns:
- taxedPrice
-
getTaxRate
Tax rate set externally for the Shipping Method.
- Specified by:
getTaxRatein interfaceShippingMethodTaxAmountChangeValue- Returns:
- taxRate
-
setTaxedPrice
Description copied from interface:ShippingMethodTaxAmountChangeValueTaxed price for the Shipping Method based on
taxRate.- Specified by:
setTaxedPricein interfaceShippingMethodTaxAmountChangeValue- Parameters:
taxedPrice- value to be set
-
setTaxRate
Description copied from interface:ShippingMethodTaxAmountChangeValueTax rate set externally for the Shipping Method.
- Specified by:
setTaxRatein interfaceShippingMethodTaxAmountChangeValue- Parameters:
taxRate- value to be set
-
equals
-
hashCode
-