Interface OrderSetItemShippingAddressCustomTypeAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>
All Known Implementing Classes:
OrderSetItemShippingAddressCustomTypeActionImpl

OrderSetItemShippingAddressCustomTypeAction
Example to create an instance using the builder pattern

     OrderSetItemShippingAddressCustomTypeAction orderSetItemShippingAddressCustomTypeAction = OrderSetItemShippingAddressCustomTypeAction.builder()
             .addressKey("{addressKey}")
             .build()