Interface Account

    • Method Detail

      • toMutableAccountData

        MutableAccountData toMutableAccountData()
        Returns:
        the mutable account data
      • mergeWithDelegate

        Account mergeWithDelegate​(Account delegate)
        The current account object will have its fields updated with those of the deleted account.

        Some fields cannot be updated when they already have a value:

        Parameters:
        delegate - the input account used to update the fields
        Returns:
        the new account