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   49 use Moo;
  6         19  
  6         48  
4              
5 6     6   2131 use namespace::autoclean;
  6         26  
  6         69  
6              
7             our $VERSION = '0.000028';
8              
9             extends 'WebService::PayPal::PaymentsAdvanced::Response::Authorization';
10              
11             with 'WebService::PayPal::PaymentsAdvanced::Role::HasPayPal';
12              
13             1;
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             WebService::PayPal::PaymentsAdvanced::Response::Authorization::PayPal - Response class for PayPal Authorization transactions
22              
23             =head1 VERSION
24              
25             version 0.000028
26              
27             =head1 DESCRIPTION
28              
29             Response class for Authorization transactions C<TRXTYPE=A> You should not
30             create this response object directly. This class inherits from
31             L<WebService::PayPal::PaymentsAdvanced::Response::Authorization> and includes
32             the methods provided by
33             L<WebService::PayPal::PaymentsAdvanced::Role::HasPayPal>.
34              
35             =head1 SUPPORT
36              
37             Bugs may be submitted through L<https://github.com/maxmind/webservice-paypal-paymentsadvanced/issues>.
38              
39             =head1 AUTHOR
40              
41             Olaf Alders <olaf@wundercounter.com>
42              
43             =head1 COPYRIGHT AND LICENSE
44              
45             This software is copyright (c) 2022 by MaxMind, Inc.
46              
47             This is free software; you can redistribute it and/or modify it under
48             the same terms as the Perl 5 programming language system itself.
49              
50             =cut
51              
52             __END__
53             # ABSTRACT: Response class for PayPal Authorization transactions
54