File Coverage

blib/lib/WebService/PayPal/PaymentsAdvanced/Response/FromSilentPOST/PayPal.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package WebService::PayPal::PaymentsAdvanced::Response::FromSilentPOST::PayPal;
2              
3 6     6   48 use Moo;
  6         15  
  6         88  
4              
5 6     6   2035 use namespace::autoclean;
  6         19  
  6         104  
6              
7             our $VERSION = '0.000026';
8              
9             extends 'WebService::PayPal::PaymentsAdvanced::Response::FromSilentPOST';
10              
11             with 'WebService::PayPal::PaymentsAdvanced::Role::HasPayPal';
12              
13             1;
14              
15             =pod
16              
17             =head1 NAME
18              
19             WebService::PayPal::PaymentsAdvanced::Response::FromSilentPOST::PayPal - Response class for PayPal Silent POST transactions
20              
21             =head1 VERSION
22              
23             version 0.000026
24              
25             =head1 DESCRIPTION
26              
27             Response class for PayPal Silent POST transactions C<TRXTYPE=I> You should not
28             create this response object directly. This class inherits from
29             L<WebService::PayPal::PaymentsAdvanced::Response::FromSilentPOST> and includes
30             the methods provided by
31             L<WebService::PayPal::PaymentsAdvanced::Role::HasPayPal>.
32              
33             =head1 AUTHOR
34              
35             Olaf Alders <olaf@wundercounter.com>
36              
37             =head1 COPYRIGHT AND LICENSE
38              
39             This software is copyright (c) 2020 by MaxMind, Inc.
40              
41             This is free software; you can redistribute it and/or modify it under
42             the same terms as the Perl 5 programming language system itself.
43              
44             =cut
45              
46             __END__
47              
48             # ABSTRACT: Response class for PayPal Silent POST transactions
49