![]() |
![]()
| ![]() |
![]()
NAMENet::FreshBooks::API::Client::Contact - Provides FreshBooks Contact objects to Clients and Invoices VERSIONversion 0.24 SYNOPSISmy $fb = Net::FreshBooks::API->new(...); my $client = $fb->client->get({ client_id => $client_id }); foreach my $contact ( @{$invoice->contacts} ) { print $contact->first_name, "\n"; } DESCRIPTIONObjects support the following methods: contact_id, username, first_name, last_name, email, phone1 and phone2. AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Edmund von der Burg & Olaf Alders. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|