toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.processout_sdk
/
MiscGatewayRequest
Misc
Gateway
Request
open
class
MiscGatewayRequest
Members
Constructors
Misc
Gateway
Request
Link copied to clipboard
constructor
(
body
:
String
)
Properties
body
Link copied to clipboard
@
SerializedName
(
value
=
"body"
)
open
val
body
:
String
headers
Link copied to clipboard
@
SerializedName
(
value
=
"headers"
)
open
var
headers
:
Map
<
String
,
String
>
method
Link copied to clipboard
@
SerializedName
(
value
=
"method"
)
open
val
method
:
String
Functions
generate
Token
Link copied to clipboard
open
fun
generateToken
(
)
:
String
get
URL
Link copied to clipboard
open
fun
getURL
(
)
:
String
set
URL
Link copied to clipboard
open
fun
setURL
(
URL
:
String
)