Interface CustomerShippingAddressRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerShippingAddressRemovedMessagePayload extends MessagePayload

Generated after a successful Remove Shipping Address ID update action.


Example to create an instance using the builder pattern

     CustomerShippingAddressRemovedMessagePayload customerShippingAddressRemovedMessagePayload = CustomerShippingAddressRemovedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()