getTiers
Get a list of tiers
This function returns a tiers list. The data can be filtered, sorted and paginated.
func getTiers(filteredBy filters: String?, sorts: String?, page: Int?, pageSize: Int?, completion: @escaping (_ model: [TierResultView]?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next