CustomerChangeMyPasswordResponse
Response returned from the customerChangePassword API endpoint
interface CustomerChangeMyPasswordResponse {
user: Customer;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
user | Required | Customer |
Response returned from the customerChangePassword API endpoint
interface CustomerChangeMyPasswordResponse {
user: Customer;
}| Name | Required | Type | Description |
|---|---|---|---|
user | Required | Customer |