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

NAME

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

VERSION

version 0.42

ATTRIBUTES

amount_due

Reader: amount_due

Type: Maybe[Int]

This attribute is required.

attempt_count

Reader: attempt_count

Type: Maybe[Int]

This attribute is required.

attempted

Reader: attempted

Type: Maybe[Bool|Object]

This attribute is required.

auto_advance

Reader: auto_advance

Type: Maybe[Bool]

boolean_attributes

Reader: boolean_attributes

Type: ArrayRef[Str]

charge

Reader: charge

Type: Maybe[Str]

closed

Reader: closed

Type: Maybe[Bool|Object]

created

Reader: created

Type: Maybe[Int]

customer

Reader: customer

Type: Maybe[Str]

This attribute is required.

date

Reader: date

Type: Maybe[Str]

description

Reader: description

Writer: description

Type: Maybe[Str]

ending_balance

Reader: ending_balance

Type: Maybe[Int]

id

Reader: id

Type: Maybe[Str]

lines

Reader: lines

Type: Net::Stripe::List

This attribute is required.

metadata

Reader: metadata

Writer: metadata

Type: HashRef

next_payment_attempt

Reader: next_payment_attempt

Type: Maybe[Int]

Reader: paid

Type: Maybe[Bool|Object]

This attribute is required.

period_end

Reader: period_end

Type: Maybe[Int]

period_start

Reader: period_start

Type: Maybe[Int]

starting_balance

Reader: starting_balance

Type: Maybe[Int]

subtotal

Reader: subtotal

Type: Maybe[Int]

total

Reader: total

Type: Maybe[Int]

This attribute is required.

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.