go-types/pkg/upstreamApi/pis.go

8 lines
155 B
Go
Raw Normal View History

2024-05-02 14:37:18 +01:00
package upstreamApi
type PIS struct {
Code string `json:"code"`
Stops []string `json:"stops"`
Operator string `json:"operator,omitempty"`
}