NAME
Net::Stripe::Subscription - represent a Subscription object from Stripe
VERSION
version 0.42
ATTRIBUTES
boolean_attributes
Reader: boolean_attributes
Type: ArrayRef[Str]
cancel_at_period_end
Reader: cancel_at_period_end
Writer: cancel_at_period_end
Type: Maybe[Bool]
canceled_at
Reader: canceled_at
Type: Maybe[Int]
card
Reader: card
Writer: card
Type: Maybe[Net::Stripe::Card|Net::Stripe::Token|Str]
coupon
Reader: coupon
Writer: coupon
Type: Maybe[Net::Stripe::Coupon|Str]
current_period_end
Reader: current_period_end
Type: Maybe[Int]
current_period_start
Reader: current_period_start
Type: Maybe[Int]
customer
Reader: customer
Type: Maybe[Str]
ended_at
Reader: ended_at
Type: Maybe[Int]
id
Reader: id
Type: Maybe[Str]
plan
Reader: plan
Writer: plan
Type: Maybe[Net::Stripe::Plan|Str]
prorate
Reader: prorate
Writer: prorate
Type: Maybe[Bool|Object]
quantity
Reader: quantity
Writer: quantity
Type: Maybe[Int]
start
Reader: start
Type: Maybe[Int]
status
Reader: status
Type: Maybe[Str]
trial_end
Reader: trial_end
Writer: trial_end
Type: Maybe[Int|Str]
trial_start
Reader: trial_start
Type: Maybe[Str]
AUTHORS
Luke Closs
Rusty Conover
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.