Interface BusinessUnitShippingAddressRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitShippingAddressRemovedMessagePayload extends MessagePayload

Generated after a successful Remove Shipping Address Identifier update action.


Example to create an instance using the builder pattern

     BusinessUnitShippingAddressRemovedMessagePayload businessUnitShippingAddressRemovedMessagePayload = BusinessUnitShippingAddressRemovedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()