File Coverage

lib/Google/Ads/AdWords/v201710/StoreSalesUploadCommonMetadata.pm
Criterion Covered Total %
statement 12 14 85.7
branch n/a
condition n/a
subroutine 4 6 66.6
pod n/a
total 16 20 80.0


line stmt bran cond sub pod time code
1             package Google::Ads::AdWords::v201710::StoreSalesUploadCommonMetadata;
2 2     2   1813 use strict;
  2         6  
  2         68  
3 2     2   10 use warnings;
  2         4  
  2         185  
4              
5              
6             __PACKAGE__->_set_element_form_qualified(1);
7              
8 0     0     sub get_xmlns { 'https://adwords.google.com/api/adwords/rm/v201710' };
9              
10             our $XML_ATTRIBUTE_CLASS;
11             undef $XML_ATTRIBUTE_CLASS;
12              
13             sub __get_attr_class {
14 0     0     return $XML_ATTRIBUTE_CLASS;
15             }
16              
17 2     2   14 use Class::Std::Fast::Storable constructor => 'none';
  2         4  
  2         20  
18 2     2   270 use base qw(Google::Ads::SOAP::Typelib::ComplexType);
  2         30  
  2         303  
19              
20             { # BLOCK to scope variables
21              
22             my %loyaltyRate_of :ATTR(:get);
23             my %transactionUploadRate_of :ATTR(:get);
24             my %StoreSalesUploadCommonMetadata__Type_of :ATTR(:get);
25              
26             __PACKAGE__->_factory(
27             [ qw( loyaltyRate
28             transactionUploadRate
29             StoreSalesUploadCommonMetadata__Type
30              
31             ) ],
32             {
33             'loyaltyRate' => \%loyaltyRate_of,
34             'transactionUploadRate' => \%transactionUploadRate_of,
35             'StoreSalesUploadCommonMetadata__Type' => \%StoreSalesUploadCommonMetadata__Type_of,
36             },
37             {
38             'loyaltyRate' => 'SOAP::WSDL::XSD::Typelib::Builtin::double',
39             'transactionUploadRate' => 'SOAP::WSDL::XSD::Typelib::Builtin::double',
40             'StoreSalesUploadCommonMetadata__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
41             },
42             {
43              
44             'loyaltyRate' => 'loyaltyRate',
45             'transactionUploadRate' => 'transactionUploadRate',
46             'StoreSalesUploadCommonMetadata__Type' => 'StoreSalesUploadCommonMetadata.Type',
47             }
48             );
49              
50             } # end BLOCK
51              
52              
53              
54              
55              
56              
57              
58             1;
59              
60              
61             =pod
62              
63             =head1 NAME
64              
65             Google::Ads::AdWords::v201710::StoreSalesUploadCommonMetadata
66              
67             =head1 DESCRIPTION
68              
69             Perl data type class for the XML Schema defined complexType
70             StoreSalesUploadCommonMetadata from the namespace https://adwords.google.com/api/adwords/rm/v201710.
71              
72             Common metadata for Store Sales uploads.
73              
74              
75              
76              
77             =head2 PROPERTIES
78              
79             The following properties may be accessed using get_PROPERTY / set_PROPERTY
80             methods:
81              
82             =over
83              
84             =item * loyaltyRate
85              
86              
87             =item * transactionUploadRate
88              
89              
90             =item * StoreSalesUploadCommonMetadata__Type
91              
92             Note: The name of this property has been altered, because it didn't match
93             perl's notion of variable/subroutine names. The altered name is used in
94             perl code only, XML output uses the original name:
95              
96             StoreSalesUploadCommonMetadata.Type
97              
98              
99              
100              
101             =back
102              
103              
104             =head1 METHODS
105              
106             =head2 new
107              
108             Constructor. The following data structure may be passed to new():
109              
110              
111              
112              
113              
114              
115             =head1 AUTHOR
116              
117             Generated by SOAP::WSDL
118              
119             =cut
120