toggle menu
linkrunner
androidJvm
switch theme
search in API
linkrunner
/
io.linkrunner.sdk.models.request
/
RemovePaymentRequest
Remove
Payment
Request
data
class
RemovePaymentRequest
(
val
paymentId
:
String
?
=
null
,
val
userId
:
String
?
=
null
)
Payment removal request model
Members
Constructors
Remove
Payment
Request
Link copied to clipboard
constructor
(
paymentId
:
String
?
=
null
,
userId
:
String
?
=
null
)
Properties
payment
Id
Link copied to clipboard
@
SerializedName
(
value
=
"payment_id"
)
val
paymentId
:
String
?
=
null
user
Id
Link copied to clipboard
@
SerializedName
(
value
=
"user_id"
)
val
userId
:
String
?
=
null