updateCustomer
Modify a Customer
This function modifies the customer whose Id matches the Id inputted in the parameters.
func updateCustomer(_ customer: CustomerResultView, completion: @escaping (_ model: CustomerResultView?, _ error: String?)->()) {
}
Updated 12 months ago