getGainRate
Get Gain Rate
This function returns the Gain Rate for the user depending on the outlet id.
func getGainRate(forOutlet outletId: String, completion: @escaping (_ model: GainRateResultView?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next