Interface CustomerAddressRemovedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerAddressRemovedMessagePayloadImpl

Generated after a successful Remove Address update action.


Example to create an instance using the builder pattern

     CustomerAddressRemovedMessagePayload customerAddressRemovedMessagePayload = CustomerAddressRemovedMessagePayload.builder()
             .address(addressBuilder -> addressBuilder)
             .build()