Class Money
- java.lang.Object
-
- com.sinch.sdk.domains.numbers.models.Money
-
public class Money extends Object
An object giving details on currency code and the amount charged.- Since:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMoney.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Money.Builderbuilder()DoublegetAmount()StringgetCurrencyCode()StringtoString()
-