CustomerService::mutate PHP Method

mutate() public method

Update the authorized customer.

While there are a limited set of properties available to update, please read this help center article on auto-tagging before updating {@code customer.autoTaggingEnabled}.

public mutate ( $customer )
        public function mutate($customer)
        {
            $args = new CustomerServiceMutate($customer);
            $result = $this->__soapCall("mutate", array($args));
            return $result->rval;
        }