Define CIF types

This commit is contained in:
Fred Boniface
2024-03-31 21:45:34 +01:00
parent f85646ac1a
commit 8d201b006d
2 changed files with 102 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ type Stop struct {
Tiploc string `json:"tiploc,omitempty"`
}
type Service struct {
type Service struct { // Consider including catering, train class etc. here too.
TransactionType string `json:"transactionType,omitempty"`
StpIndicator string `json:"stpIndicator,omitempty"`
Vstp bool `json:"vstp"`