NAME
WebService::PayPal::PaymentsAdvanced::Response - Generic response object
VERSION
version 0.000006
SYNOPSIS
use WebService::PayPal::PaymentsAdvanced::Response;
my $response = WebService::PayPal::PaymentsAdvanced::Response->new(
params => $params );
DESCRIPTION
This module provides a consistent interface for getting information from a PayPal response, regardless of whether it comes from token creation, a redirect or a silent POST. It will be used as a parent class for other response classes. You should never need to create this object yourself.
METHODS
message
The contents of PayPal's RESPMSG parameter.
params
A HashRef
of parameters which have been returned by PayPal.
pnref
The contents of PayPal's PNREF parameter.
ppref
The contents of PayPal's PNREF parameter.
SEE ALSO
WebService::PayPal::PaymentsAdvanced::Response::FromHTTP, WebService::PayPal::PaymentsAdvanced::Response::FromRedirect, WebService::PayPal::PaymentsAdvanced::Response::FromSilentPost,
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)