toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.payment.externalbilling.data
/
ExternalBillingLoginCredentials
External
Billing
Login
Credentials
data
class
ExternalBillingLoginCredentials
(
val
username
:
String
,
val
password
:
String
)
Members
Constructors
External
Billing
Login
Credentials
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
@
SerializedName
(
value
=
"password"
)
val
password
:
String
username
Link copied to clipboard
@
SerializedName
(
value
=
"username"
)
val
username
:
String