Class MethodTaxedPriceBuilder

java.lang.Object
com.commercetools.api.models.cart.MethodTaxedPriceBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MethodTaxedPrice>

public class MethodTaxedPriceBuilder extends Object implements io.vrap.rmf.base.client.Builder<MethodTaxedPrice>
MethodTaxedPriceBuilder
Example to create an instance using the builder pattern

     MethodTaxedPrice methodTaxedPrice = MethodTaxedPrice.builder()
             .shippingMethodKey("{shippingMethodKey}")
             .build()