The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Marketplace::Rakuten::Order::Address

DESCRIPTION

Class to handle the xml structures representing an address.

This modules doesn't do much, it just provides an uniform iterface with other Marketplace modules.

ACCESSORS

CONSTRUCTOR ARGUMENTS (from xml)

  • client_id

  • gender

  • first_name

  • last_name

  • company

  • street

  • street_no

  • address_add

  • zip_code

  • city

  • country

  • email

  • phone

ALIASES

address1

Concatenation of street and street_no

address2 (address_add)
name

Concatenation of company, first_name, last_name

state

Always return the empty string, Rakuten doesn't give it.

zip (zip_code)