
Copyright (C) 2001 Martin Thurn
All Rights Reserved

WWW::Ebay::Customer - information about an auction customer

use WWW::Ebay::Customer; my $oCustomer = new WWW::Ebay::Customer;

An object that encapsulates information about an auction customer.

Object (hash) values and editor (GUI) widgets correspond to pieces of information needed to identify a buyer or seller of a (successful) auction.

Create a new object of this type.
Creates a Tk widget for editing a customer's information. Takes one argument, an existing Tk widget into which the editor widget will be packed. Should be a Frame or MainWindow or similar.
Takes one argument, a string. Tries to interpret the argument as a name and/or address as follows: If the string contains three or more lines, put the first line into the name and the remaining lines into the address. If the string contains two lines, put the two lines into the address. Otherwise, do nothing.
You should call this method after editing is finished, before destroying the Tk widget.
Make a new Ebay::Customer object identical to ourself, and return it.
Given another Ebay::Customer object, copy our values into him.

Martin 'Kingpin' Thurn, mthurn at cpan.org, http://tinyurl.com/nn67z.