## Update the Customer's individual name `actions.updateIndividualName(individualName: nullable string)` Use this method to update the Customer's individual name when `name_collection.individual.enabled` is `true` on the Checkout Session. - `individualName` The Customer's individual name. ### Example ```title Update the Customer's individual name ```