| 54 | } |
| 55 | |
| 56 | export interface PaymentEventSessionCreatedData { |
| 57 | tripID: string; |
| 58 | sessionID: string; |
| 59 | amount: number; |
| 60 | currency: string; |
| 61 | } |
| 62 | |
| 63 | interface PaymentSessionCreatedRequest { |
| 64 | type: TripEvents.PaymentSessionCreated; |
nothing calls this directly
no outgoing calls
no test coverage detected