Define CIF types
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user