Skip to content

Commit

Permalink
Update generated code (#1928)
Browse files Browse the repository at this point in the history
* Update generated code for v1268

* Update generated code for v1268

* Preview versions are not needed anymore

* Fix formating

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Ramya Rao <[email protected]>
  • Loading branch information
stripe-openapi[bot] and ramya-stripe authored Oct 3, 2024
1 parent cf7f051 commit f227370
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
2 changes: 0 additions & 2 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -3113,8 +3113,6 @@ type InvoiceTotalPretaxCreditAmount struct {
CreditBalanceTransaction *BillingCreditBalanceTransaction `json:"credit_balance_transaction"`
// The discount that was applied to get this pretax credit amount.
Discount *Discount `json:"discount"`
// The margin that was applied to get this pretax credit amount.
Margin *Margin `json:"margin"`
// Type of the pretax credit amount referenced.
Type InvoiceTotalPretaxCreditAmountType `json:"type"`
}
Expand Down
2 changes: 0 additions & 2 deletions invoicelineitem.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ type InvoiceLineItemPretaxCreditAmount struct {
CreditBalanceTransaction *BillingCreditBalanceTransaction `json:"credit_balance_transaction"`
// The discount that was applied to get this pretax credit amount.
Discount *Discount `json:"discount"`
// The margin that was applied to get this pretax credit amount.
Margin *Margin `json:"margin"`
// Type of the pretax credit amount referenced.
Type InvoiceLineItemPretaxCreditAmountType `json:"type"`
}
Expand Down
51 changes: 0 additions & 51 deletions margin.go

This file was deleted.

0 comments on commit f227370

Please sign in to comment.