Interface CustomerSetAddressCustomTypeAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerSetAddressCustomTypeActionImpl

CustomerSetAddressCustomTypeAction
Example to create an instance using the builder pattern

     CustomerSetAddressCustomTypeAction customerSetAddressCustomTypeAction = CustomerSetAddressCustomTypeAction.builder()
             .addressId("{addressId}")
             .build()