MiscGatewayRequest

Constructors

Link copied to clipboard
constructor(body: String)

Properties

Link copied to clipboard
@SerializedName(value = "body")
open val body: String
Link copied to clipboard
@SerializedName(value = "headers")
open var headers: Map<String, String>
Link copied to clipboard
@SerializedName(value = "method")
open val method: String

Functions

Link copied to clipboard
open fun generateToken(): String
Link copied to clipboard
open fun getURL(): String
Link copied to clipboard
open fun setURL(URL: String)