Interface AccountProvider


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

      • getAccount

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