NAME
WebService::PayPal::NVP::Response - PayPal NVP API response object
VERSION
version 0.006
raw
raw response (HASHREF)
success
Returns true on success, false on failure.
branch
Returns either 'live' or 'sandbox'.
errors
Returns an ArrayRef
of errors. The ArrayRef is empty when there are no errors.
has_errors
Returns true if errors()
is non-empty.
AUTHOR
Brad Haywood <brad@perlpowered.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013-2017 by Brad Haywood.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.