NAME

WebService::Intercom::Note - represent a note

SYNOPSIS

my $user = $intercom->user_get(email => 'test@example.com');
my $note = $user->add_note(body => "This is a test note");

ATTRIBUTES

Attributes are defined at http://doc.intercom.io/api/#notes

type =item id =item created_at =item user =item body =item author =item intercom - the WebService::Intercom object that created this user object