Uses of Class
com.restfb.types.whatsapp.CurrencyAmount
-
Uses of CurrencyAmount in com.restfb.types.whatsapp
Modifier 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.Modifier 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.