Interface CustomerPasswordUpdatedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerPasswordUpdatedMessagePayloadImpl

Generated after a successful Reset Customer's Password, Reset Customer's Password in a Store, Change Customer's Password, or Change Customer's Password in a Store request. This Message is also produced during equivalent requests to the My Customer Profile endpoint.


Example to create an instance using the builder pattern

     CustomerPasswordUpdatedMessagePayload customerPasswordUpdatedMessagePayload = CustomerPasswordUpdatedMessagePayload.builder()
             .reset(true)
             .build()