MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / PaymentSessionCreatedRequest

Interface PaymentSessionCreatedRequest

web/src/contracts.ts:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63interface PaymentSessionCreatedRequest {
64 type: TripEvents.PaymentSessionCreated;
65 data: PaymentEventSessionCreatedData;
66}
67
68interface DriverAssignedRequest {
69 type: TripEvents.DriverAssigned;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected