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