toggle menu
core
androidJvm
switch theme
search in API
core
/
com.paysafe.wallet.android.core.walletsetup.model
/
CustomerCredentials
Customer
Credentials
data
class
CustomerCredentials
(
val
password
:
String
)
Data class representing the credentials of a customer.
Members
Constructors
Customer
Credentials
Link copied to clipboard
constructor
(
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
The password of the customer.