Interface StagedOrderAddItemShippingAddressAction

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

StagedOrderAddItemShippingAddressAction
Example to create an instance using the builder pattern

     StagedOrderAddItemShippingAddressAction stagedOrderAddItemShippingAddressAction = StagedOrderAddItemShippingAddressAction.builder()
             .address(addressBuilder -> addressBuilder)
             .build()