File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 190
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
44config_hash : edbdfefeb0d3d927c2f9fe3402793215
Original file line number Diff line number Diff line change @@ -257,7 +257,10 @@ export interface FinancialAccount {
257257 | 'PROGRAM_RECEIVABLES'
258258 | 'COLLECTION'
259259 | 'PROGRAM_BANK_ACCOUNTS_PAYABLE'
260- | 'EARLY_DIRECT_DEPOSIT_FLOAT' ;
260+ | 'EARLY_DIRECT_DEPOSIT_FLOAT'
261+ | 'INTERCHANGE'
262+ | 'CHARGEBACK'
263+ | 'PROVISIONAL_CREDIT_ACCOUNT' ;
261264
262265 updated : string ;
263266
Original file line number Diff line number Diff line change @@ -306,7 +306,10 @@ export type InstanceFinancialAccountType =
306306 | 'PROGRAM_RECEIVABLES'
307307 | 'COLLECTION'
308308 | 'PROGRAM_BANK_ACCOUNTS_PAYABLE'
309- | 'EARLY_DIRECT_DEPOSIT_FLOAT' ;
309+ | 'EARLY_DIRECT_DEPOSIT_FLOAT'
310+ | 'INTERCHANGE'
311+ | 'CHARGEBACK'
312+ | 'PROVISIONAL_CREDIT_ACCOUNT' ;
310313
311314export interface Merchant {
312315 /**
You can’t perform that action at this time.
0 commit comments