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.42

ATTRIBUTES

boolean_attributes

Reader: boolean_attributes

Type: ArrayRef[Str]

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]

metadata

Reader: metadata

Type: Maybe[HashRef]

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) 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.