Offer Class
- java.
lang. Object
public class Offer extends Thing
Defines a merchant's offer.
Method Summary
Modifier and Type | Method and Description |
---|---|
Aggregate |
aggregateRating()
Get the aggregateRating value. |
Item |
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:
availability
public ItemAvailability availability()
Get the availability value.
Returns:
lastUpdated
public String lastUpdated()
Get the lastUpdated value.
Returns:
price
public Double price()
Get the price value.
Returns:
priceCurrency
public Currency priceCurrency()
Get the priceCurrency value.
Returns:
seller
public Organization seller()
Get the seller value.
Returns:
Applies to
Azure SDK for Java