NAME

WebService::PayPal::PaymentsAdvanced::Response::FromHTTP - Response object for WebService::PayPal::PaymentsAdvanced instantiated from HTTP::Response object

VERSION

version 0.000005

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) 2015 by MaxMind, Inc..

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)