Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

##----------------------------------------------------------------------------
## Stripe API - ~/lib/Net/API/Stripe/Billing/Subscription/Items.pm
## Version v0.100.0
## Copyright(c) 2019 DEGUEST Pte. Ltd.
## Author: Jacques Deguest <@sitael.tokyo.deguest.jp>
## Created 2019/11/02
## Modified 2020/05/15
##
##----------------------------------------------------------------------------
BEGIN
{
use strict;
our( $VERSION ) = 'v0.100.0';
};
# Inherited
# sub object { shift->_set_get_scalar( 'object', @_ ); }
## Array of Net::API::Stripe::Billing::Subscription::Item
# sub data { shift->_set_get_object_array( 'data', 'Net::API::Stripe::Billing::Subscription::Item', @_ ); }
# Inherited
# sub has_more { shift->_set_get_scalar( 'has_more', @_ ); }
# Inherited
# sub total_count { shift->_set_get_scalar( 'total_count', @_ ); }
# Inherited
# sub url { shift->_set_get_uri( 'url', @_ ); }
1;
__END__
=encoding utf8
=head1 NAME
Net::API::Stripe::Billing::Subscription::Items - A Stripe Subscription Items List Object
=head1 DESCRIPTION
This module inherits completely from L<Net::API::Stripe::List> and may be removed in the future.
=head1 AUTHOR
Jacques Deguest E<lt>F<jack@deguest.jp>E<gt>
=head1 SEE ALSO
Stripe API documentation:
=head1 COPYRIGHT & LICENSE
Copyright (c) 2019-2020 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated
files under the same terms as Perl itself.
=cut