kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
payments-api
/
com.siddharth.kmp.paymentsapi
/
VerificationRequest
Verification
Request
data
class
VerificationRequest
(
val
gatewayId
:
GatewayId
,
val
orderId
:
String
,
val
paymentId
:
String
?
=
null
,
val
signature
:
String
?
=
null
,
val
extra
:
Map
<
String
,
String
>
=
emptyMap()
)
Members
Constructors
Verification
Request
Link copied to clipboard
constructor
(
gatewayId
:
GatewayId
,
orderId
:
String
,
paymentId
:
String
?
=
null
,
signature
:
String
?
=
null
,
extra
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
extra
Link copied to clipboard
val
extra
:
Map
<
String
,
String
>
gateway
Id
Link copied to clipboard
val
gatewayId
:
GatewayId
order
Id
Link copied to clipboard
val
orderId
:
String
payment
Id
Link copied to clipboard
val
paymentId
:
String
?
signature
Link copied to clipboard
val
signature
:
String
?