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

NAME

Net::Stripe::Invoiceitem - represent an Invoice Item object from Stripe

VERSION

version 0.42

ATTRIBUTES

amount

Reader: amount

Writer: amount

Type: Maybe[Int]

This attribute is required.

boolean_attributes

Reader: boolean_attributes

Type: ArrayRef[Str]

currency

Reader: currency

Writer: currency

Type: Maybe[Str]

This attribute is required.

customer

Reader: customer

Type: Maybe[Str]

This attribute is required.

date

Reader: date

Type: Maybe[Int]

description

Reader: description

Writer: description

Type: Maybe[Str]

id

Reader: id

Type: Maybe[Str]

invoice

Reader: invoice

Type: Maybe[Str]

metadata

Reader: metadata

Writer: metadata

Type: Maybe[HashRef]

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.