Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/increase/resources/simulations/ach_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def return_(
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down Expand Up @@ -368,7 +367,6 @@ async def return_(
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down
1 change: 0 additions & 1 deletion src/increase/types/ach_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class Return(BaseModel):
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class ACHTransferReturnParams(TypedDict, total=False):
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down
1 change: 0 additions & 1 deletion src/increase/types/simulations/ach_transfer_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class TransactionSourceACHTransferReturn(BaseModel):
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class TransactionSourceACHTransferReturn(BaseModel):
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ class TransactionSourceACHTransferReturn(BaseModel):
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down
1 change: 0 additions & 1 deletion src/increase/types/simulations/wire_transfer_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ class TransactionSourceACHTransferReturn(BaseModel):
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down
1 change: 0 additions & 1 deletion src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class SourceACHTransferReturn(BaseModel):
"returned_per_odfi_request",
"limited_participation_dfi",
"incorrectly_coded_outbound_international_payment",
"other",
"account_sold_to_another_dfi",
"addenda_error",
"beneficiary_or_account_holder_deceased",
Expand Down