getTier
Get a tier by id
This function returns a tier by the Id passed in the parameters.
func getTier(byId id: String, completion: @escaping (_ model: TierResultView?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next
Get a tier by id
This function returns a tier by the Id passed in the parameters.
func getTier(byId id: String, completion: @escaping (_ model: TierResultView?, _ error: String?)->()) {
}
Updated over 2 years ago