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

Interface PaymentEventSessionCreatedData

web/src/contracts.ts:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56export interface PaymentEventSessionCreatedData {
57 tripID: string;
58 sessionID: string;
59 amount: number;
60 currency: string;
61}
62
63interface PaymentSessionCreatedRequest {
64 type: TripEvents.PaymentSessionCreated;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected