Skip to content

Commit 4c60e6f

Browse files
Update generated code for v1561
1 parent 71a16e5 commit 4c60e6f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1560
1+
v1561

lib/CreditNoteLineItem.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,17 @@
1010
* @property string $id Unique identifier for the object.
1111
* @property string $object String representing the object's type. Objects of the same type share the same value.
1212
* @property int $amount The integer amount in cents (or local equivalent) representing the gross amount being credited for this line item, excluding (exclusive) tax and discounts.
13-
* @property null|int $amount_excluding_tax The integer amount in cents (or local equivalent) representing the amount being credited for this line item, excluding all tax and discounts.
1413
* @property null|string $description Description of the item being credited.
1514
* @property int $discount_amount The integer amount in cents (or local equivalent) representing the discount being credited for this line item.
1615
* @property ((object{amount: int, discount: string|\Stripe\Discount}&\Stripe\StripeObject&\stdClass))[] $discount_amounts The amount of discount calculated per discount for this line item
1716
* @property null|string $invoice_line_item ID of the invoice line item being credited
1817
* @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
1918
* @property ((object{amount: int, credit_balance_transaction?: string|\Stripe\Billing\CreditBalanceTransaction, discount?: string|\Stripe\Discount, type: string}&\Stripe\StripeObject&\stdClass))[] $pretax_credit_amounts The pretax credit amounts (ex: discount, credit grants, etc) for this line item.
2019
* @property null|int $quantity The number of units of product being credited.
21-
* @property ((object{amount: int, inclusive: bool, tax_rate: string|\Stripe\TaxRate, taxability_reason: null|string, taxable_amount: null|int}&\Stripe\StripeObject&\stdClass))[] $tax_amounts The amount of tax calculated per tax rate for this line item
2220
* @property \Stripe\TaxRate[] $tax_rates The tax rates which apply to the line item.
2321
* @property string $type The type of the credit note line item, one of <code>invoice_line_item</code> or <code>custom_line_item</code>. When the type is <code>invoice_line_item</code> there is an additional <code>invoice_line_item</code> property on the resource the value of which is the id of the credited line item on the invoice.
2422
* @property null|int $unit_amount The cost of each unit of product being credited.
2523
* @property null|string $unit_amount_decimal Same as <code>unit_amount</code>, but contains a decimal value with at most 12 decimal places.
26-
* @property null|string $unit_amount_excluding_tax The amount in cents (or local equivalent) representing the unit amount being credited for this line item, excluding all tax and discounts.
2724
*/
2825
class CreditNoteLineItem extends ApiResource
2926
{

0 commit comments

Comments
 (0)