Skip to content

Commit aa96cd4

Browse files
feat(api): add INTERCHANGE/CHARGEBACK/PROVISIONAL_CREDIT_ACCOUNT account types
1 parent 80c1bcc commit aa96cd4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 189
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-0340e93de3d3691236aa19c800980112e05dc61fa13f8d8d7ca72e335720a31b.yml
3-
openapi_spec_hash: a271f7753dd6e560fcee7dd8b9e17927
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-968332d811097ed493d8cc12d89a29b66f993fe106f5f786998a9e04358584d1.yml
3+
openapi_spec_hash: a68060c43dc156d25ef4d68dfe73e55d
44
config_hash: edbdfefeb0d3d927c2f9fe3402793215

src/lithic/types/financial_account.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ class FinancialAccount(BaseModel):
7070
"COLLECTION",
7171
"PROGRAM_BANK_ACCOUNTS_PAYABLE",
7272
"EARLY_DIRECT_DEPOSIT_FLOAT",
73+
"INTERCHANGE",
74+
"CHARGEBACK",
75+
"PROVISIONAL_CREDIT_ACCOUNT",
7376
]
7477

7578
updated: datetime

src/lithic/types/shared/instance_financial_account_type.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@
1616
"COLLECTION",
1717
"PROGRAM_BANK_ACCOUNTS_PAYABLE",
1818
"EARLY_DIRECT_DEPOSIT_FLOAT",
19+
"INTERCHANGE",
20+
"CHARGEBACK",
21+
"PROVISIONAL_CREDIT_ACCOUNT",
1922
]

0 commit comments

Comments
 (0)