Interface StagedOrderUpdateItemShippingAddressAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderUpdateItemShippingAddressActionImpl

StagedOrderUpdateItemShippingAddressAction
Example to create an instance using the builder pattern

     StagedOrderUpdateItemShippingAddressAction stagedOrderUpdateItemShippingAddressAction = StagedOrderUpdateItemShippingAddressAction.builder()
             .address(addressBuilder -> addressBuilder)
             .build()