Offer Class

public class Offer
extends Thing

Defines a merchant's offer.

Constructor Summary

Constructor Description
Offer()

Method Summary

Modifier and Type Method and Description
AggregateRating aggregateRating()

Get the aggregateRating value.

ItemAvailability availability()

Get the availability value.

java.lang.String lastUpdated()

Get the lastUpdated value.

java.lang.Double price()

Get the price value.

Currency priceCurrency()

Get the priceCurrency value.

Organization seller()

Get the seller value.

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Offer

public Offer()

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