@@ -74,6 +74,9 @@ def list(
7474 """
7575 Returns a paginated list of unexpired, non-zero credit blocks for a customer.
7676
77+ Note that `currency` defaults to credits if not specified. To use a real world
78+ currency, set `currency` to an ISO 4217 string.
79+
7780 Args:
7881 currency: The ledger currency or custom pricing unit to use.
7982
@@ -129,6 +132,9 @@ def list_by_external_id(
129132 """
130133 Returns a paginated list of unexpired, non-zero credit blocks for a customer.
131134
135+ Note that `currency` defaults to credits if not specified. To use a real world
136+ currency, set `currency` to an ISO 4217 string.
137+
132138 Args:
133139 currency: The ledger currency or custom pricing unit to use.
134140
@@ -204,6 +210,9 @@ def list(
204210 """
205211 Returns a paginated list of unexpired, non-zero credit blocks for a customer.
206212
213+ Note that `currency` defaults to credits if not specified. To use a real world
214+ currency, set `currency` to an ISO 4217 string.
215+
207216 Args:
208217 currency: The ledger currency or custom pricing unit to use.
209218
@@ -259,6 +268,9 @@ def list_by_external_id(
259268 """
260269 Returns a paginated list of unexpired, non-zero credit blocks for a customer.
261270
271+ Note that `currency` defaults to credits if not specified. To use a real world
272+ currency, set `currency` to an ISO 4217 string.
273+
262274 Args:
263275 currency: The ledger currency or custom pricing unit to use.
264276
0 commit comments