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

NAME

Net::Stripe::LineItem - represent an Line Item object from Stripe

VERSION

version 0.42

ATTRIBUTES

amount

Reader: amount

Type: Maybe[Int]

currency

Reader: currency

Type: Maybe[Str]

description

Reader: description

Type: Maybe[Str]

id

Reader: id

Type: Maybe[Str]

livemode

Reader: livemode

Type: Maybe[Bool]

metadata

Reader: metadata

Type: Maybe[HashRef]

period

Reader: period

Type: Maybe[HashRef]

plan

Reader: plan

Type: Maybe[Net::Stripe::Plan]

proration

Reader: proration

Type: Maybe[Bool]

quantity

Reader: quantity

Type: Maybe[Int]

type

Reader: type

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.