@@ -217,12 +217,12 @@ def list(
217217 self ,
218218 * ,
219219 account_id : str | NotGiven = NOT_GIVEN ,
220- ach_debit_status : Literal [ "allowed" , "blocked" ] | NotGiven = NOT_GIVEN ,
220+ ach_debit_status : account_number_list_params . ACHDebitStatus | NotGiven = NOT_GIVEN ,
221221 created_at : account_number_list_params .CreatedAt | NotGiven = NOT_GIVEN ,
222222 cursor : str | NotGiven = NOT_GIVEN ,
223223 idempotency_key : str | NotGiven = NOT_GIVEN ,
224224 limit : int | NotGiven = NOT_GIVEN ,
225- status : Literal [ "active" , "disabled" , "canceled" ] | NotGiven = NOT_GIVEN ,
225+ status : account_number_list_params . Status | NotGiven = NOT_GIVEN ,
226226 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
227227 # The extra values given here take precedence over values defined on the client or passed to this method.
228228 extra_headers : Headers | None = None ,
@@ -236,11 +236,6 @@ def list(
236236 Args:
237237 account_id: Filter Account Numbers to those belonging to the specified Account.
238238
239- ach_debit_status: The ACH Debit status to retrieve Account Numbers for.
240-
241- - `allowed` - ACH Debits are allowed.
242- - `blocked` - ACH Debits are blocked.
243-
244239 cursor: Return the page of entries after this one.
245240
246241 idempotency_key: Filter records to the one with the specified `idempotency_key` you chose for
@@ -251,12 +246,6 @@ def list(
251246 limit: Limit the size of the list that is returned. The default (and maximum) is 100
252247 objects.
253248
254- status: The status to retrieve Account Numbers for.
255-
256- - `active` - The account number is active.
257- - `disabled` - The account number is temporarily disabled.
258- - `canceled` - The account number is permanently disabled.
259-
260249 extra_headers: Send extra headers
261250
262251 extra_query: Add additional query parameters to the request
@@ -476,12 +465,12 @@ def list(
476465 self ,
477466 * ,
478467 account_id : str | NotGiven = NOT_GIVEN ,
479- ach_debit_status : Literal [ "allowed" , "blocked" ] | NotGiven = NOT_GIVEN ,
468+ ach_debit_status : account_number_list_params . ACHDebitStatus | NotGiven = NOT_GIVEN ,
480469 created_at : account_number_list_params .CreatedAt | NotGiven = NOT_GIVEN ,
481470 cursor : str | NotGiven = NOT_GIVEN ,
482471 idempotency_key : str | NotGiven = NOT_GIVEN ,
483472 limit : int | NotGiven = NOT_GIVEN ,
484- status : Literal [ "active" , "disabled" , "canceled" ] | NotGiven = NOT_GIVEN ,
473+ status : account_number_list_params . Status | NotGiven = NOT_GIVEN ,
485474 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
486475 # The extra values given here take precedence over values defined on the client or passed to this method.
487476 extra_headers : Headers | None = None ,
@@ -495,11 +484,6 @@ def list(
495484 Args:
496485 account_id: Filter Account Numbers to those belonging to the specified Account.
497486
498- ach_debit_status: The ACH Debit status to retrieve Account Numbers for.
499-
500- - `allowed` - ACH Debits are allowed.
501- - `blocked` - ACH Debits are blocked.
502-
503487 cursor: Return the page of entries after this one.
504488
505489 idempotency_key: Filter records to the one with the specified `idempotency_key` you chose for
@@ -510,12 +494,6 @@ def list(
510494 limit: Limit the size of the list that is returned. The default (and maximum) is 100
511495 objects.
512496
513- status: The status to retrieve Account Numbers for.
514-
515- - `active` - The account number is active.
516- - `disabled` - The account number is temporarily disabled.
517- - `canceled` - The account number is permanently disabled.
518-
519497 extra_headers: Send extra headers
520498
521499 extra_query: Add additional query parameters to the request
0 commit comments