CustomerCredentials

data class CustomerCredentials(val password: String)

Data class representing the credentials of a customer.

Constructors

Link copied to clipboard
constructor(password: String)

Properties

Link copied to clipboard

The password of the customer.