Class CartSetItemShippingAddressCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartSetItemShippingAddressCustomTypeActionBuilder
All Implemented Interfaces:
Builder<CartSetItemShippingAddressCustomTypeAction>

public class CartSetItemShippingAddressCustomTypeActionBuilder extends Object implements Builder<CartSetItemShippingAddressCustomTypeAction>
CartSetItemShippingAddressCustomTypeActionBuilder
Example to create an instance using the builder pattern

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