toggle menu
terminalsdk
switch theme
search in API
terminal-external-models
/
com.stripe.stripeterminal.external.models
/
NextAction
Next
Action
@
JsonClass
(
generateAdapter
=
true
)
data
class
NextAction
(
val
type
:
String
,
val
wechatPayDisplayQrCode
:
WechatPayDisplayQrCode
?
=
null
)
:
Serializable
Members
Constructors
Next
Action
Link copied to clipboard
constructor
(
type
:
String
,
wechatPayDisplayQrCode
:
WechatPayDisplayQrCode
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
String
wechat
Pay
Display
Qr
Code
Link copied to clipboard
val
wechatPayDisplayQrCode
:
WechatPayDisplayQrCode
?
=
null
Functions
get
Non
Card
Payment
Method
Type
And
Image
Url
Link copied to clipboard
fun
getNonCardPaymentMethodTypeAndImageUrl
(
)
:
Pair
<
PaymentMethodType
,
String
>
?