Class Amount
- java.lang.Object
-
- com.restfb.types.webhook.messaging.payment.Amount
-
- All Implemented Interfaces:
Serializable
public class Amount extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Amount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getAmount()
Total amountString
getCurrency()
Currency of amountvoid
setAmount(Double amount)
Total amountvoid
setCurrency(String currency)
Currency of amountString
toString()
-
-
-
Constructor Detail
-
Amount
public Amount()
-
-
Method Detail
-
getCurrency
public String getCurrency()
Currency of amount
-
setCurrency
public void setCurrency(String currency)
Currency of amount
-
-