suspendAccount
Suspend a Customer by id
This function suspends the customer with Id from the parameters. Suspended customer can be activated again by scheme administrator.
func suspendAccount(customerId id: String, completion: @escaping (_ success: Bool, _ error: String?)->()) {
}
Updated over 2 years ago