OffersRs
Represents a response object for offers.
type OffersRs {
adviseMessages: [AdviseMessage]
offers: [OfferDto]
success: Boolean!
}
Fields
OffersRs.adviseMessages ● [AdviseMessage] list object
Gets or sets the list of advise messages associated with the offers. See AdviseMessage.
OffersRs.offers ● [OfferDto] list object
Gets or sets the list of offers. See OfferDto.
OffersRs.success ● Boolean! non-null scalar
Gets a value indicating whether the operation was successful.
Member Of
InventoryMutation object ● InventoryQuery object