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

NAME

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

VERSION

version 0.42

ATTRIBUTES

active

Reader: active

Type: Maybe[Bool]

attributes

Reader: attributes

Type: Maybe[ArrayRef[Str]]

boolean_attributes

Reader: boolean_attributes

Type: ArrayRef[Str]

caption

Reader: caption

Type: Maybe[Str]

created

Reader: created

Type: Maybe[Int]

deactivate_on

Reader: deactivate_on

Type: Maybe[ArrayRef[Str]]

description

Reader: description

Type: Maybe[Str]

id

Reader: id

Type: Maybe[Str|StripeProductId]

images

Reader: images

Type: Maybe[ArrayRef[Str]]

livemode

Reader: livemode

Type: Maybe[Bool]

metadata

Reader: metadata

Type: Maybe[EmptyStr|HashRef[Str]]

name

Reader: name

Type: Maybe[Str]

package_dimensions

Reader: package_dimensions

Type: Maybe[HashRef[Num]]

shippable

Reader: shippable

Type: Maybe[Bool]

statement_descriptor

Reader: statement_descriptor

Type: Maybe[Str]

type

Reader: type

Type: Maybe[StripeProductType]

unit_label

Reader: unit_label

Type: Maybe[Str]

updated

Reader: updated

Type: Maybe[Int]

url

Reader: url

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.