| 28 | } |
| 29 | |
| 30 | type PaymentEventSessionCreatedData struct { |
| 31 | TripID string `json:"tripID"` |
| 32 | SessionID string `json:"sessionID"` |
| 33 | Amount float64 `json:"amount"` |
| 34 | Currency string `json:"currency"` |
| 35 | } |
| 36 | |
| 37 | type PaymentTripResponseData struct { |
| 38 | TripID string `json:"tripID"` |
nothing calls this directly
no outgoing calls
no test coverage detected