EitherErrorMessageOrFareConstruction
Either ErrorMessage or FareConstruction
type EitherErrorMessageOrFareConstruction {
left: ErrorMessage
right: FareConstruction
}
Fields
EitherErrorMessageOrFareConstruction.left
● ErrorMessage
scalar
Left element of the Either
EitherErrorMessageOrFareConstruction.right
● FareConstruction
object
Right element of the Either
Member Of
FareConstructionSummary
object