POGatewayConfigurationRequest

data class POGatewayConfigurationRequest(val gatewayConfigurationId: String, val withGateway: Boolean = false)

Request parameters used to fetch specific gateway configuration.

Parameters

gatewayConfigurationId

Gateway configuration identifier.

withGateway

Flag indicating whether the gateway should be expanded in response.

Constructors

Link copied to clipboard
constructor(gatewayConfigurationId: String, withGateway: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val withGateway: Boolean = false