Interface StagedOrderSetItemShippingAddressCustomFieldAction

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

StagedOrderSetItemShippingAddressCustomFieldAction
Example to create an instance using the builder pattern

     StagedOrderSetItemShippingAddressCustomFieldAction stagedOrderSetItemShippingAddressCustomFieldAction = StagedOrderSetItemShippingAddressCustomFieldAction.builder()
             .addressKey("{addressKey}")
             .name("{name}")
             .build()