The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Stripe::Coupon - represent a Coupon object from Stripe

VERSION

version 0.30

ATTRIBUTES

duration

Reader: duration

Writer: duration

Type: Maybe[Str]

This attribute is required.

duration_in_months

Reader: duration_in_months

Writer: duration_in_months

Type: Maybe[Int]

id

Reader: id

Writer: id

Type: Maybe[Str]

max_redemptions

Reader: max_redemptions

Writer: max_redemptions

Type: Maybe[Int]

percent_off

Reader: percent_off

Writer: percent_off

Type: Maybe[Int]

This attribute is required.

redeem_by

Reader: redeem_by

Writer: redeem_by

Type: Maybe[Int]

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.