linkedAccount property

ProductAccount? linkedAccount
getter/setter pair

An account that the calling user's login_account has access to, through an established account link.

For example, a data partner's login_account might have access to a client's linked_account. The partner might use this field to send data from the linked_account to another operating_account.

Optional.

Implementation

ProductAccount? linkedAccount;