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 about 3 years ago
What’s Next