NAME
WWW::Billomat::Client - Billomat Client object
VERSION
Version 0.01
SYNOPSIS
use WWW::Billomat;
my $client = $billomat->get_client(123);
say "Name: ", $client->name;
SUBROUTINES/METHODS
None.
PROPERTIES
A WWW::Billomat::Client object has the following properties. Type is string, except where otherwise specified.
id (Int)
created
client_number
number
number_pre
name
salutation
first_name
last_name
street
zip
city
state
country_code
phone
fax
mobile
email
www
tax_number
vat_number
bank_account_number
bank_account_owner
bank_number
bank_name
bank_swift
bank_iban
tax_rule
discount_rate_type
discount_rate (Num)
discount_days_type
discount_days (Num)
due_days_type
due_days (Int)
reminder_due_days_type
reminder_due_days (Int)
offer_validity_days_type
offer_validity_days (Int)
price_group
note
revenue_gross (Num)
revenue_net (Num)
Please refer to the Billomat API documentation for their meaning.
SEARCH PARAMETERS
The following fields can be used when searching for clients:
name
client_number
email
first_name
last_name
country_code
note
invoice_id
tags
SEE ALSO
AUTHOR
Aldo Calpini, <dada at perl.it>
LICENSE AND COPYRIGHT
Copyright 2013 Aldo Calpini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.