toggle menu
adyen-android
androidJvm
switch theme
search in API
twint-action
/
com.adyen.checkout.twint.action.internal.ui
/
TwintFlowType
Twint
Flow
Type
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
sealed
class
TwintFlowType
Inheritors
OneTime
Recurring
Members
Types
One
Time
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
OneTime
(
val
token
:
String
)
:
TwintFlowType
Recurring
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Recurring
(
val
token
:
String
)
:
TwintFlowType