Skip to content

Commit 79ba3d6

Browse files
chore: fix typo in descriptions
1 parent ead10f3 commit 79ba3d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/resources/financial-accounts/financial-accounts.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,27 +472,27 @@ export interface StatementTotals {
472472

473473
export interface FinancialAccountCreateParams {
474474
/**
475-
* Body param:
475+
* Body param
476476
*/
477477
nickname: string;
478478

479479
/**
480-
* Body param:
480+
* Body param
481481
*/
482482
type: 'OPERATING';
483483

484484
/**
485-
* Body param:
485+
* Body param
486486
*/
487487
account_token?: string;
488488

489489
/**
490-
* Body param:
490+
* Body param
491491
*/
492492
is_for_benefit_of?: boolean;
493493

494494
/**
495-
* Header param:
495+
* Header param
496496
*/
497497
'Idempotency-Key'?: string;
498498
}

0 commit comments

Comments
 (0)