File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 201
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8ba0a76a7d25f12b1aa44ebd3283129560f7a65c95a098ad89deeee6ea46c8a8 .yml
3
- openapi_spec_hash : 30519b66ae8c018865d8de252d6f5d2d
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-26cf97b4b05afc71ff1d3546e3412c4e9d30c3ac2f05a3c76444a0c945c390ea .yml
3
+ openapi_spec_hash : 0a885f91c1947c633734f6702320f2e3
4
4
config_hash : 97774f946585cecb19181a1817870d0b
Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ export class PendingTransactionsPage extends Page<PendingTransaction> {}
92
92
93
93
/**
94
94
* Pending Transactions are potential future additions and removals of money from
95
- * your bank account.
95
+ * your bank account. They impact your available balance, but not your current
96
+ * balance. To learn more, see
97
+ * [Transactions and Transfers](/documentation/transactions-transfers).
96
98
*/
97
99
export interface PendingTransaction {
98
100
/**
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ export class TransactionsPage extends Page<Transaction> {}
51
51
52
52
/**
53
53
* Transactions are the immutable additions and removals of money from your bank
54
- * account. They're the equivalent of line items on your bank statement.
54
+ * account. They're the equivalent of line items on your bank statement. To learn
55
+ * more, see [Transactions and Transfers](/documentation/transactions-transfers).
55
56
*/
56
57
export interface Transaction {
57
58
/**
You can’t perform that action at this time.
0 commit comments