Skip to content

Commit 9750353

Browse files
committed
Generate Dispute webhooks
1 parent eb4bab6 commit 9750353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/typings/disputeWebhooks/disputeEventNotification.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class DisputeEventNotification {
2727
* Contains information about the dispute.
2828
*/
2929
"description"?: string;
30-
"disputedAmount"?: Amount;
30+
"disputedAmount"?: Amount | null;
3131
/**
3232
* The ID of the resource.
3333
*/
@@ -81,7 +81,7 @@ export class DisputeEventNotification {
8181
{
8282
"name": "disputedAmount",
8383
"baseName": "disputedAmount",
84-
"type": "Amount",
84+
"type": "Amount | null",
8585
"format": ""
8686
},
8787
{

0 commit comments

Comments
 (0)