OBJECT

JourneyOfferMarketplaceRestriction

An object containing information about an offer's marketplace restrictions

link GraphQL Schema definition

1type JourneyOfferMarketplaceRestriction {
2
3# Whether or not there is a marketplace restriction blocking claiming
4isRestricted: Boolean!
5
6}