File Coverage

blib/lib/WebService/PayPal/PaymentsAdvanced/Response/Authorization/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::Authorization::PayPal;
2              
3 6     6   47 use Moo;
  6         17  
  6         38  
4              
5 6     6   1908 use namespace::autoclean;
  6         24  
  6         46  
6              
7             our $VERSION = '0.000026';
8              
9             extends 'WebService::PayPal::PaymentsAdvanced::Response::Authorization';
10              
11             with 'WebService::PayPal::PaymentsAdvanced::Role::HasPayPal';
12              
13             1;
14              
15             =pod
16              
17             =head1 NAME
18              
19             WebService::PayPal::PaymentsAdvanced::Response::Authorization::PayPal - Response class for PayPal Authorization transactions
20              
21             =head1 VERSION
22              
23             version 0.000026
24              
25             =head1 DESCRIPTION
26              
27             Response class for Authorization transactions C<TRXTYPE=A> You should not
28             create this response object directly. This class inherits from
29             L<WebService::PayPal::PaymentsAdvanced::Response::Authorization> 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             # ABSTRACT: Response class for PayPal Authorization transactions
48