Stripe.Resources.Product.PackageDimensions (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Product.PackageDimensions{
  height: float() | nil,
  length: float() | nil,
  weight: float() | nil,
  width: float() | nil
}
  • height - Height, in inches.
  • length - Length, in inches.
  • weight - Weight, in ounces.
  • width - Width, in inches.