Skip to content

Commit 49f7284

Browse files
authored
Add surcharge to AuthorizationRequestPending type definition (#296)
1 parent d25ade4 commit 49f7284

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
@@ -162,6 +162,7 @@ export type AuthorizationRequestPending = BaseEvent & {
162162
ecommerce?: boolean
163163
cardPresent?: boolean
164164
healthcareAmounts?: HealthcareAmounts
165+
surcharge?: number
165166
}
166167
relationships: AuthorizationRequestRelationships
167168
}

0 commit comments

Comments
 (0)