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?)->()) {
}

What’s Next