Skip to content

Commit

Permalink
Merge branch 'master' into latest-codegen-master
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe authored Oct 16, 2023
2 parents c071023 + 8f1bf64 commit 711b875
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions types/shared.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,9 @@ declare module 'stripe' {

/**
* The resulting source of [a Connect platform debiting a connected account](https://stripe.com/docs/connect/account-debits#charging-a-connected-account).
* @deprecated prefer Stripe.Account
*/
type AccountDebitSource = {
id: string;
object: 'account';
};

type CustomerSource = AccountDebitSource | BankAccount | Card | Source;
type AccountDebitSource = Account;

interface RangeQueryParam {
/**
Expand Down

0 comments on commit 711b875

Please sign in to comment.