Offer Class

public class Offer extends Thing

Defines a merchant's offer.

Method Summary

Modifier and Type Method and Description
AggregateRating aggregateRating()

Get the aggregateRating value.

ItemAvailability availability()

Get the availability value.

String lastUpdated()

Get the lastUpdated value.

Double price()

Get the price value.

Currency priceCurrency()

Get the priceCurrency value.

Organization seller()

Get the seller value.

Inherited Members

Method Details

aggregateRating

public AggregateRating aggregateRating()

Get the aggregateRating value.

Returns:

the aggregateRating value

availability

public ItemAvailability availability()

Get the availability value.

Returns:

the availability value

lastUpdated

public String lastUpdated()

Get the lastUpdated value.

Returns:

the lastUpdated value

price

public Double price()

Get the price value.

Returns:

the price value

priceCurrency

public Currency priceCurrency()

Get the priceCurrency value.

Returns:

the priceCurrency value

seller

public Organization seller()

Get the seller value.

Returns:

the seller value

Applies to