Uses of Class
com.restfb.types.whatsapp.CurrencyAmount
Packages that use CurrencyAmount
-
Uses of CurrencyAmount in com.restfb.types.whatsapp
Methods in com.restfb.types.whatsapp that return CurrencyAmountModifier and TypeMethodDescriptionExtendedCredit.getAllocatedAmount()
The total amount of credit that has been granted to other businesses.ExtendedCredit.getBalance()
The total amount spent.ExtendedCredit.getCreditAvailable()
The credit available to this businessExtendedCredit.getMaxBalance()
The amount of credit available to a specific business.ExtendedCredit.getOnlineMaxBalance()
The raw credit limit for an entire business.Methods in com.restfb.types.whatsapp with parameters of type CurrencyAmountModifier and TypeMethodDescriptionvoid
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.