OBJECT

JourneyOfferOtherClaim

An object containing information about another offer claim that may be blocking the current offer's availability

link GraphQL Schema definition

1type JourneyOfferOtherClaim {
2
3# Whether or not there is another offer that must be claimed before this journey
4# offer is available
5isRequired: Boolean!
6
7}