Skip to content

Commit

Permalink
Merge pull request #1087 from stripe/latest-codegen
Browse files Browse the repository at this point in the history
Update PHPDocs
  • Loading branch information
richardm-stripe authored Feb 5, 2021
2 parents f9cf18d + 4050c94 commit bc89d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/LineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*
* @property string $id Unique identifier for the object.
* @property string $object String representing the object's type. Objects of the same type share the same value.
* @property null|int $amount_subtotal Total before any discounts or taxes are applied.
* @property null|int $amount_total Total after discounts and taxes.
* @property int $amount_subtotal Total before any discounts or taxes are applied.
* @property int $amount_total Total after discounts and taxes.
* @property string $currency Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO currency code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies">supported currency</a>.
* @property string $description An arbitrary string attached to the object. Often useful for displaying to users. Defaults to product name.
* @property \Stripe\StripeObject[] $discounts The discounts applied to the line item.
Expand Down

0 comments on commit bc89d27

Please sign in to comment.