Skip to content

Commit ce71912

Browse files
Add gross interchange to transaction.updated type (#488)
1 parent c8e0b40 commit ce71912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/events.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ export type TransactionUpdated = BaseEvent & {
464464
type: "transaction.updated"
465465
attributes: {
466466
interchange: number
467+
grossInterchange: number
467468
}
468469
relationships: {
469470
transaction: Relationship

0 commit comments

Comments
 (0)