Class CartSetDeliveryAddressCustomTypeActionBuilder

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

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

     CartSetDeliveryAddressCustomTypeAction cartSetDeliveryAddressCustomTypeAction = CartSetDeliveryAddressCustomTypeAction.builder()
             .deliveryId("{deliveryId}")
             .build()