Interface AccountProvider


public interface AccountProvider
Represents an object, that has an account
Since:
10.0.16
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the account
  • Method Details

    • getAccount

      Account getAccount()
      Returns the account
      Returns:
      the account object
      Since:
      10.0.16