Interface AccountProvider
public interface AccountProvider
Represents an object, that has an account
- Since:
- 10.0.16
-
Method Summary
-
Method Details
-
getAccount
Account getAccount()Returns the account- Returns:
- the account object
- Since:
- 10.0.16
-