Uses of Class
com.restfb.types.whatsapp.CurrencyAmount
-
Packages that use CurrencyAmount Package Description com.restfb.types.whatsapp -
-
Uses of CurrencyAmount in com.restfb.types.whatsapp
Methods in com.restfb.types.whatsapp that return CurrencyAmount Modifier and Type Method Description CurrencyAmount
ExtendedCredit. getAllocatedAmount()
The total amount of credit that has been granted to other businesses.CurrencyAmount
ExtendedCredit. getBalance()
The total amount spent.CurrencyAmount
ExtendedCredit. getCreditAvailable()
The credit available to this businessCurrencyAmount
ExtendedCredit. getMaxBalance()
The amount of credit available to a specific business.CurrencyAmount
ExtendedCredit. getOnlineMaxBalance()
The raw credit limit for an entire business.Methods in com.restfb.types.whatsapp with parameters of type CurrencyAmount Modifier and Type Method Description void
ExtendedCredit. setAllocatedAmount(CurrencyAmount allocatedAmount)
The total amount of credit that has been granted to other businesses.void
ExtendedCredit. setBalance(CurrencyAmount balance)
The total amount spent.void
ExtendedCredit. setCreditAvailable(CurrencyAmount creditAvailable)
The credit available to this businessvoid
ExtendedCredit. setMaxBalance(CurrencyAmount maxBalance)
The amount of credit available to a specific business.void
ExtendedCredit. setOnlineMaxBalance(CurrencyAmount onlineMaxBalance)
The raw credit limit for an entire business.
-