ChangeCustomerCredentialsRequest

data class ChangeCustomerCredentialsRequest(val customerIdentifiers: CustomerIdentifiers, val customerCredentials: CustomerCredentials)

Data class representing the parameters for change customer credentials request.

Constructors

Link copied to clipboard
constructor(customerIdentifiers: CustomerIdentifiers, customerCredentials: CustomerCredentials)

Properties

Link copied to clipboard

The client's credentials used for recovery.

Link copied to clipboard

The client's email, password or both.