Interface CustomerSetAddressCustomTypeAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetAddressCustomTypeAction extends CustomerUpdateAction

Adding or updating a Custom Type on an Address of a Customer generates the CustomerAddressCustomTypeSet Message, and removing one generates the CustomerAddressCustomTypeRemoved Message.


Example to create an instance using the builder pattern

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

    • SET_ADDRESS_CUSTOM_TYPE

      static final String SET_ADDRESS_CUSTOM_TYPE
      discriminator value for CustomerSetAddressCustomTypeAction
      See Also:
  • Method Details