Interface StagedOrderSetItemShippingAddressCustomTypeAction

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

StagedOrderSetItemShippingAddressCustomTypeAction
Example to create an instance using the builder pattern

     StagedOrderSetItemShippingAddressCustomTypeAction stagedOrderSetItemShippingAddressCustomTypeAction = StagedOrderSetItemShippingAddressCustomTypeAction.builder()
             .addressKey("{addressKey}")
             .build()