Uses of Class
com.fedapay.model.Account
-
Packages that use Account Package Description com.fedapay.model -
-
Uses of Account in com.fedapay.model
Methods in com.fedapay.model that return Account Modifier and Type Method Description static AccountAccount. create(Map<String,Object> accountMap)static AccountAccount. retrieve(String accountId)AccountAccount. save()static AccountAccount. update(String accountId, Map<String,Object> accountMap)
-