FulfillmentGenericWebService

data class FulfillmentGenericWebService(val password: String? = null, val requestHeaders: Map<String, String>? = null, val uri: String, val username: String? = null)

Constructors

Link copied to clipboard
constructor(password: String? = null, requestHeaders: Map<String, String>? = null, uri: String, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password for HTTP Basic authentication.

Link copied to clipboard

The HTTP request headers to send together with fulfillment requests.

Link copied to clipboard
val uri: String

The fulfillment URI for receiving POST requests. It must use https protocol.

Link copied to clipboard
val username: String? = null

The user name for HTTP Basic authentication.