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

NAME

WebService::Northern911::Response - Response object returned by WebService::Northern911 API calls

METHODS

is_success

1 if the API method was a success, 0 if not. If it's 0, error_message will contain any error returned. Note that we report the QueryCustomer method as a success if it returns a negative result; in that case, customer will be undef.

error_message

Any error messages returned from the web service, separated by newlines.

customer

For QueryCustomer calls, returns a hashref of the customer information per the field names used by AddorUpdateCustomer.

url

For GetVendorDumpURL calls, returns the URL where the data dump can be downloaded.