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 TypeMethodDescriptionvoidExtendedCredit.setAllocatedAmount(CurrencyAmount allocatedAmount) The total amount of credit that has been granted to other businesses.voidExtendedCredit.setBalance(CurrencyAmount balance) The total amount spent.voidExtendedCredit.setCreditAvailable(CurrencyAmount creditAvailable) The credit available to this businessvoidExtendedCredit.setMaxBalance(CurrencyAmount maxBalance) The amount of credit available to a specific business.voidExtendedCredit.setOnlineMaxBalance(CurrencyAmount onlineMaxBalance) The raw credit limit for an entire business.