Skip to content

Commit d0584d0

Browse files
committed
Generate Report webhooks
1 parent 9750353 commit d0584d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/typings/reportWebhooks/reportNotificationData.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import { ResourceReference } from "./resourceReference";
1111

1212

1313
export class ReportNotificationData {
14-
"accountHolder"?: ResourceReference;
15-
"balanceAccount"?: ResourceReference;
14+
"accountHolder"?: ResourceReference | null;
15+
"balanceAccount"?: ResourceReference | null;
1616
/**
1717
* The unique identifier of the balance platform.
1818
*/
@@ -46,13 +46,13 @@ export class ReportNotificationData {
4646
{
4747
"name": "accountHolder",
4848
"baseName": "accountHolder",
49-
"type": "ResourceReference",
49+
"type": "ResourceReference | null",
5050
"format": ""
5151
},
5252
{
5353
"name": "balanceAccount",
5454
"baseName": "balanceAccount",
55-
"type": "ResourceReference",
55+
"type": "ResourceReference | null",
5656
"format": ""
5757
},
5858
{

0 commit comments

Comments
 (0)