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

What’s Next