getPointBalance
Get Point Balance
This function returns the Point Balance which is represented by the Id passed in the parameters.
func getPointBalance(completion: @escaping (_ model: PointBalanceResultView?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next