toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.checkout
/
PaymentMethodInfo
Payment
Method
Info
data
class
PaymentMethodInfo
(
val
id
:
String
?
=
null
,
val
isTesting
:
Boolean
=
false
,
val
acceptedOriginTypes
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Payment
Method
Info
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
isTesting
:
Boolean
=
false
,
acceptedOriginTypes
:
List
<
String
>
=
emptyList()
)
Properties
accepted
Origin
Types
Link copied to clipboard
val
acceptedOriginTypes
:
List
<
String
>
id
Link copied to clipboard
val
id
:
String
?
=
null
is
Testing
Link copied to clipboard
val
isTesting
:
Boolean
=
false