Skip to content

Commit

Permalink
Update generated code for v469
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 18, 2023
1 parent f333354 commit aa029fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v468
v469
2 changes: 2 additions & 0 deletions customercashbalancetransaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ func (p *CustomerCashBalanceTransactionListParams) AddExpand(f string) {
}

type CustomerCashBalanceTransactionAdjustedForOverdraft struct {
// The [Balance Transaction](docs/api/balance_transactions/object) that corresponds to funds taken out of your Stripe balance.
BalanceTransaction *BalanceTransaction `json:"balance_transaction"`
// The [Cash Balance Transaction](https://stripe.com/docs/api/cash_balance_transactions/object) that brought the customer balance negative, triggering the clawback of funds.
LinkedTransaction *CustomerCashBalanceTransaction `json:"linked_transaction"`
}
Expand Down

0 comments on commit aa029fa

Please sign in to comment.