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 12 months ago
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 12 months ago