NAME
Net::Stripe::Plan - represent a Plan object from Stripe
VERSION
version 0.42
ATTRIBUTES
amount
Reader: amount
Type: Maybe[Int]
This attribute is required.
boolean_attributes
Reader: boolean_attributes
Type: ArrayRef[Str]
currency
Reader: currency
Type: Maybe[Str]
This attribute is required.
id
Reader: id
Type: Maybe[Str]
This attribute is required.
interval
Reader: interval
Type: Maybe[Str]
This attribute is required.
interval_count
Reader: interval_count
Type: Maybe[Int]
metadata
Reader: metadata
Type: Maybe[HashRef]
name
Reader: name
Type: Maybe[Str]
product
Reader: product
Type: Maybe[Str|StripeProductId]
statement_descriptor
Reader: statement_descriptor
Type: Maybe[StatementDescriptor]
trial_period_days
Reader: trial_period_days
Type: Maybe[Int]
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.