![]() |
![]()
| ![]() |
![]()
NAMENet::FreshBooks::API::Links - Provides FreshBooks Link objects to Clients and Invoices VERSIONversion 0.24 SYNOPSISmy $fb = Net::FreshBooks::API->new(...); my $invoice = $fb->invoice->get({ invoice_id => $invoice_id }); my $links = $invoice->links; print "Send this link to client: " . $links->client_view; my $client = $fb->client->get({ client_id => $client_id }); print "Client view: " . $client->links->client_view; client_viewProvided for invoice, client and estimate links. viewProvided for invoice and client links. editProvided for invoice links. statementProvided for client links. DESCRIPTIONThe methods on this object all return FreshBooks URLs. 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.
|