Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
AccountIdentifier |
AccountIdentifier.clone() |
AccountIdentifier |
AccountIdentifier.set(String fieldName,
Object value) |
AccountIdentifier |
AccountIdentifier.setAggregatorId(BigInteger aggregatorId)
The aggregator ID, set for aggregators and subaccounts (in that case, it represents the
aggregator of the subaccount).
|
AccountIdentifier |
AccountIdentifier.setMerchantId(BigInteger merchantId)
The merchant account ID, set for individual accounts and subaccounts.
|
Modifier and Type | Method and Description |
---|---|
List<AccountIdentifier> |
AccountsAuthInfoResponse.getAccountIdentifiers()
The account identifiers corresponding to the authenticated user.
|
Modifier and Type | Method and Description |
---|---|
AccountsAuthInfoResponse |
AccountsAuthInfoResponse.setAccountIdentifiers(List<AccountIdentifier> accountIdentifiers)
The account identifiers corresponding to the authenticated user.
|
Copyright © 2011–2024 Google. All rights reserved.