mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Bump stripe-php from 16.4.0 to 17.2.1
This commit is contained in:
@@ -15,10 +15,10 @@ namespace Stripe;
|
||||
* @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 null|string $description An arbitrary string attached to the object. Often useful for displaying to users. Defaults to product name.
|
||||
* @property null|\Stripe\StripeObject[] $discounts The discounts applied to the line item.
|
||||
* @property null|\Stripe\Price $price The price used to generate the line item.
|
||||
* @property null|(object{amount: int, discount: Discount}&StripeObject)[] $discounts The discounts applied to the line item.
|
||||
* @property null|Price $price The price used to generate the line item.
|
||||
* @property null|int $quantity The quantity of products being purchased.
|
||||
* @property null|\Stripe\StripeObject[] $taxes The taxes applied to the line item.
|
||||
* @property null|((object{amount: int, rate: TaxRate, taxability_reason: null|string, taxable_amount: null|int}&StripeObject))[] $taxes The taxes applied to the line item.
|
||||
*/
|
||||
class LineItem extends ApiResource
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user