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

NAME

Business::Fixflo::Property::Address

DESCRIPTION

A class for a fixflo property address, extends Business::Fixflo::Property

Operations on a property address

get

Gets a property address based on the Id

merge

merges a property address into a property:

    $PropertyAddress = $PropertyAddress->merge( $Property );

$Property must be a Business::Fixflo::Property object and have its Id set

split

splits a property address from a property

property

gets the Business::Fixflo::Property object associated with the property address:

    my $Property = $PropertyAddress->property;

AUTHOR

Lee Johnson - leejo@cpan.org

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you would like to contribute documentation, features, bug fixes, or anything else then please raise an issue / pull request:

    https://github.com/Humanstate/business-fixflo