POAllGatewayConfigurations

@JsonClass(generateAdapter = true)
data class POAllGatewayConfigurations(@Json(name = "gateway_configurations") val gatewayConfigurations: List<POGatewayConfiguration>, @Json(name = "total_count") val totalCount: Int, @Json(name = "has_more") val hasMore: Boolean)

Defines gateway configurations.

Parameters

gatewayConfigurations

Available gateway configurations.

totalCount

Total count of items.

hasMore

Indicates whether there are more items to fetch.

Constructors

Link copied to clipboard
constructor(@Json(name = "gateway_configurations") gatewayConfigurations: List<POGatewayConfiguration>, @Json(name = "total_count") totalCount: Int, @Json(name = "has_more") hasMore: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard