Interface OrderSetDeliveryAddressCustomTypeAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>

public interface OrderSetDeliveryAddressCustomTypeAction extends OrderUpdateAction
OrderSetDeliveryAddressCustomTypeAction
Example to create an instance using the builder pattern

     OrderSetDeliveryAddressCustomTypeAction orderSetDeliveryAddressCustomTypeAction = OrderSetDeliveryAddressCustomTypeAction.builder()
             .build()