Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.Money
-
Packages that use Money Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of Money in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return Money Modifier and Type Method Description MoneyMoney. clone()MoneyLineItem. getAmount()The amount of the line item.MoneyMoney. set(java.lang.String fieldName, java.lang.Object value)MoneyMoney. setCurrencyCode(java.lang.String currencyCode)The three-letter currency code defined in ISO 4217.MoneyMoney. setNanos(java.lang.Integer nanos)Number of nano (10^-9) units of the amount.MoneyMoney. setUnits(java.lang.Long units)The whole units of the amount.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type Money Modifier and Type Method Description LineItemLineItem. setAmount(Money amount)The amount of the line item.
-