accountIdentifiers property

List<AccountIdentifier>? accountIdentifiers
getter/setter pair

The account identifiers corresponding to the authenticated user.

  • For an individual account: only the merchant ID is defined - For an aggregator: only the aggregator ID is defined - For a subaccount of an MCA: both the merchant ID and the aggregator ID are defined.

Implementation

core.List<AccountIdentifier>? accountIdentifiers;