NAME

Business::Mondo::Merchant

DESCRIPTION

A class for a Mondo merchant, extends Business::Mondo::Resource

ATTRIBUTES

The Merchant class has the following attributes (with their type).

id (Str)
group_id (Str)
logo (Str)
emoji (Str)
name (Str)
category (Str)
address (Business::Mondo::Address)
created (DateTime)

Note that if a HashRef or Str is passed to ->address it will be coerced into a Business::Mondo::Address object. When a Str is passed to ->created this will be coerced to a DateTime object.

Operations on an merchant

None at present

SEE ALSO

Business::Mondo

Business::Mondo::Resource

AUTHOR

Lee Johnson - leejo@cpan.org

LICENSE

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/leejo/business-mondo