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

Struct PaymentEventSessionCreatedData

shared/messaging/events.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type PaymentEventSessionCreatedData struct {
31 TripID string `json:"tripID"`
32 SessionID string `json:"sessionID"`
33 Amount float64 `json:"amount"`
34 Currency string `json:"currency"`
35}
36
37type PaymentTripResponseData struct {
38 TripID string `json:"tripID"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected