Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated code #1928

Merged
merged 5 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading