payments
Toggle table of contents
0.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
payments
payments
/
com.inttegro.payments
/
PaymentSheetExternalAction
/
Authorize
Authorize
data
class
Authorize
(
val
scheme
:
String
?
=
null
,
val
expiresAt
:
Instant
?
=
null
)
:
PaymentSheetExternalAction
Members
Constructors
Authorize
Link copied to clipboard
constructor
(
scheme
:
String
?
=
null
,
expiresAt
:
Instant
?
=
null
)
Properties
expires
At
Link copied to clipboard
val
expiresAt
:
Instant
?
scheme
Link copied to clipboard
val
scheme
:
String
?