OBJECT

PlaceOrdersPayload

Data that was mutated after claiming a set of offers

link GraphQL Schema definition

1type PlaceOrdersPayload {
2
3# Updated order information on offers
4orderInformation: [OfferOrderInformation]
5
6# The possible error returned from the service
7error: PlaceOrdersError
8
9}

link Required by