Skip to content

Commit 77a2b53

Browse files
committed
feat(docs): updates
1 parent 3fc4320 commit 77a2b53

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/increase/resources/transactions.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def list(
6060
limit: Limit the size of the list that is returned. The default (and maximum) is 100
6161
objects.
6262
63-
route_id: Filter Transactions for those belonging to the specified route.
63+
route_id: Filter Transactions for those belonging to the specified route. This could be a
64+
Card ID or an Account Number ID.
6465
6566
extra_headers: Send extra headers
6667
@@ -142,7 +143,8 @@ def list(
142143
limit: Limit the size of the list that is returned. The default (and maximum) is 100
143144
objects.
144145
145-
route_id: Filter Transactions for those belonging to the specified route.
146+
route_id: Filter Transactions for those belonging to the specified route. This could be a
147+
Card ID or an Account Number ID.
146148
147149
extra_headers: Send extra headers
148150

src/increase/types/transaction_list_params.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,7 @@ class TransactionListParams(TypedDict, total=False):
111111
"""
112112

113113
route_id: str
114-
"""Filter Transactions for those belonging to the specified route."""
114+
"""Filter Transactions for those belonging to the specified route.
115+
116+
This could be a Card ID or an Account Number ID.
117+
"""

0 commit comments

Comments
 (0)