Class CartSetItemShippingAddressCustomTypeActionBuilder

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

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

     CartSetItemShippingAddressCustomTypeAction cartSetItemShippingAddressCustomTypeAction = CartSetItemShippingAddressCustomTypeAction.builder()
             .addressKey("{addressKey}")
             .build()