NAME
WWW::Picnic::Result::User - Picnic user account information
VERSION
version 0.100
SYNOPSIS
my $user = $picnic->get_user;
say $user->firstname, ' ', $user->lastname;
say $user->contact_email;
DESCRIPTION
Represents a Picnic user account with profile information, address, and account settings.
user_id
Unique identifier for the user account.
firstname
User's first name.
lastname
User's last name.
contact_email
Email address associated with the account.
phone
Phone number associated with the account.
customer_type
Type of customer account.
address
Hashref containing delivery address information with keys: street, house_number, house_number_ext, postcode, city.
household_details
Hashref containing household information.
feature_toggles
Arrayref of enabled feature flags for this account.
subscriptions
Arrayref of active subscriptions (e.g., Picnic Plus).
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-picnic/issues.
IRC
You can reach Getty on irc.perl.org for questions and support.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.