NAME

Net::API::Stripe::Product::PackageDimension - A Stripe Product Package Dimension Object

SYNOPSIS

VERSION

0.1

DESCRIPTION

CONSTRUCTOR

new( %ARG )

Creates a new Net::API::Stripe objects. It may also take an hash like arguments, that also are method of the same name.

verbose

Toggles verbose mode on/off

debug

Toggles debug mode on/off

METHODS

height decimal

Height, in inches.

length decimal

Length, in inches.

weight decimal

Weight, in ounces.

width decimal

Width, in inches.

API SAMPLE

{
  "id": "prod_Dwk1FH8ifmrGgw",
  "object": "product",
  "active": true,
  "attributes": [],
  "caption": null,
  "created": 1541833574,
  "deactivate_on": [],
  "description": null,
  "images": [],
  "livemode": false,
  "metadata": {},
  "name": "Angels, Inc investor yearly membership",
  "package_dimensions": null,
  "shippable": null,
  "statement_descriptor": null,
  "type": "service",
  "unit_label": null,
  "updated": 1565089803,
  "url": null
}

HISTORY

v0.1

Initial version

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Stripe API documentation:

https://stripe.com/docs/api/products/object

COPYRIGHT & LICENSE

Copyright (c) 2018-2019 DEGUEST Pte. Ltd.

You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 68:

You forgot a '=back' before '=head1'