POAllGatewayConfigurations  
  constructor(@Json(name = "gateway_configurations")  gatewayConfigurations: List<POGatewayConfiguration>, @Json(name = "total_count")  totalCount: Int, @Json(name = "has_more")  hasMore: Boolean)
Parameters
gatewayConfigurations 
Available gateway configurations.
totalCount 
Total count of items.
hasMore 
Indicates whether there are more items to fetch.