AggregateOffer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a list of offers from merchants that are related to the image.
public class AggregateOffer : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Offer
type AggregateOffer = class
inherit Offer
Public Class AggregateOffer
Inherits Offer
- Inheritance
Constructors
AggregateOffer() |
Initializes a new instance of the AggregateOffer class. |
AggregateOffer(String, String, String, String, String, ImageObject, String, String, String, Organization, Nullable<Double>, String, String, AggregateRating, String, IList<Offer>) |
Initializes a new instance of the AggregateOffer class. |
Properties
AggregateRating |
Gets an aggregated rating that indicates how well the product has been rated by others. (Inherited from Offer) |
AlternateName |
Gets an alias for the item. (Inherited from Thing) |
Availability |
Gets the item's availability. The following are the possible values: Discontinued, InStock, InStoreOnly, LimitedAvailability, OnlineOnly, OutOfStock, PreOrder, SoldOut. Possible values include: 'Discontinued', 'InStock', 'InStoreOnly', 'LimitedAvailability', 'OnlineOnly', 'OutOfStock', 'PreOrder', 'SoldOut' (Inherited from Offer) |
BingId |
Gets an ID that uniquely identifies this item. (Inherited from Thing) |
Description |
Gets a short description of the item. (Inherited from Thing) |
Id |
Gets a String identifier. (Inherited from Identifiable) |
Image |
Gets an image of the item. (Inherited from Thing) |
LastUpdated |
Gets the last date that the offer was updated. The date is in the form YYYY-MM-DD. (Inherited from Offer) |
Name |
Gets the name of the thing represented by this object. (Inherited from Thing) |
Offers |
Gets a list of offers from merchants that have offerings related to the image. |
Price |
Gets the item's price. (Inherited from Offer) |
PriceCurrency |
Gets the monetary currency. For example, USD. Possible values include: 'USD', 'CAD', 'GBP', 'EUR', 'COP', 'JPY', 'CNY', 'AUD', 'INR', 'AED', 'AFN', 'ALL', 'AMD', 'ANG', 'AOA', 'ARS', 'AWG', 'AZN', 'BAM', 'BBD', 'BDT', 'BGN', 'BHD', 'BIF', 'BMD', 'BND', 'BOB', 'BOV', 'BRL', 'BSD', 'BTN', 'BWP', 'BYR', 'BZD', 'CDF', 'CHE', 'CHF', 'CHW', 'CLF', 'CLP', 'COU', 'CRC', 'CUC', 'CUP', 'CVE', 'CZK', 'DJF', 'DKK', 'DOP', 'DZD', 'EGP', 'ERN', 'ETB', 'FJD', 'FKP', 'GEL', 'GHS', 'GIP', 'GMD', 'GNF', 'GTQ', 'GYD', 'HKD', 'HNL', 'HRK', 'HTG', 'HUF', 'IDR', 'ILS', 'IQD', 'IRR', 'ISK', 'JMD', 'JOD', 'KES', 'KGS', 'KHR', 'KMF', 'KPW', 'KRW', 'KWD', 'KYD', 'KZT', 'LAK', 'LBP', 'LKR', 'LRD', 'LSL', 'LYD', 'MAD', 'MDL', 'MGA', 'MKD', 'MMK', 'MNT', 'MOP', 'MRO', 'MUR', 'MVR', 'MWK', 'MXN', 'MXV', 'MYR', 'MZN', 'NAD', 'NGN', 'NIO', 'NOK', 'NPR', 'NZD', 'OMR', 'PAB', 'PEN', 'PGK', 'PHP', 'PKR', 'PLN', 'PYG', 'QAR', 'RON', 'RSD', 'RUB', 'RWF', 'SAR', 'SBD', 'SCR', 'SDG', 'SEK', 'SGD', 'SHP', 'SLL', 'SOS', 'SRD', 'SSP', 'STD', 'SYP', 'SZL', 'THB', 'TJS', 'TMT', 'TND', 'TOP', 'TRY', 'TTD', 'TWD', 'TZS', 'UAH', 'UGX', 'UYU', 'UZS', 'VEF', 'VND', 'VUV', 'WST', 'XAF', 'XCD', 'XOF', 'XPF', 'YER', 'ZAR', 'ZMW' (Inherited from Offer) |
ReadLink |
Gets the URL that returns this resource. To use the URL, append query parameters as appropriate and include the Ocp-Apim-Subscription-Key header. (Inherited from Response) |
Seller |
Gets seller for this offer. (Inherited from Offer) |
Url |
Gets the URL to get more information about the thing represented by this object. (Inherited from Thing) |
WebSearchUrl |
Gets the URL to Bing's search result for this item. (Inherited from Response) |
Applies to
Azure SDK for .NET