Class PriceInfoItem
- java.lang.Object
-
- com.restfb.types.webhook.messaging.airline.PriceInfoItem
-
public class PriceInfoItem extends Object
-
-
Constructor Summary
Constructors Constructor Description PriceInfoItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getAmount()
String
getCurrency()
String
getTitle()
void
setAmount(Double amount)
void
setCurrency(String currency)
void
setTitle(String title)
String
toString()
-
-
-
Constructor Detail
-
PriceInfoItem
public PriceInfoItem()
-
-
Method Detail
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
-