POAllGatewayConfigurations
@JsonClass(generateAdapter = true)
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)