The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Stripe::SubscriptionList - represent a list of Subscriptions from Stripe

VERSION

version 0.24

ATTRIBUTES

count

Reader: count

Type: Int

data

Reader: data

Type: ArrayRef[Net::Stripe::Subscription]

object

Reader: object

Type: Str

url

Reader: url

Type: Str

AUTHORS

  • Luke Closs

  • Rusty Conover

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Prime Radiant, Inc., (c) copyright 2014 Lucky Dinosaur LLC..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.