NAME
WebService::PayPal::PaymentsAdvanced::Response::FromHTTP - Response object for WebService::PayPal::PaymentsAdvanced instantiated from HTTP::Response object
VERSION
version 0.000020
DESCRIPTION
This module provides an interface for extracting returned params from an HTTP::Response object. You won't need to this module directly if you are using "create_secure_token" in PayPal::PaymentsAdvanced.
Throws a WebService::PayPal::PaymentsAdvanced::Error::HTTP exception if the HTTP request was not successful.
OBJECT INSTANTIATION
The following parameters can be supplied to new()
when creating a new object.
Required Parameters
http_response
An HTTP::Response object.
Methods
params
Returns a HashRef
of parameters which have been extracted from the HTTP::Response object.
AUTHOR
Olaf Alders <olaf@wundercounter.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by MaxMind, Inc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.