We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead10f3 commit 79ba3d6Copy full SHA for 79ba3d6
src/resources/financial-accounts/financial-accounts.ts
@@ -472,27 +472,27 @@ export interface StatementTotals {
472
473
export interface FinancialAccountCreateParams {
474
/**
475
- * Body param:
+ * Body param
476
*/
477
nickname: string;
478
479
480
481
482
type: 'OPERATING';
483
484
485
486
487
account_token?: string;
488
489
490
491
492
is_for_benefit_of?: boolean;
493
494
495
- * Header param:
+ * Header param
496
497
'Idempotency-Key'?: string;
498
}
0 commit comments