Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
AccounttaxCustomBatchRequestEntry |
AccounttaxCustomBatchRequestEntry.clone() |
AccounttaxCustomBatchRequestEntry |
AccounttaxCustomBatchRequestEntry.set(String fieldName,
Object value) |
AccounttaxCustomBatchRequestEntry |
AccounttaxCustomBatchRequestEntry.setAccountId(BigInteger accountId)
The ID of the account for which to get/update account tax settings.
|
AccounttaxCustomBatchRequestEntry |
AccounttaxCustomBatchRequestEntry.setAccountTax(AccountTax accountTax)
The account tax settings to update.
|
AccounttaxCustomBatchRequestEntry |
AccounttaxCustomBatchRequestEntry.setBatchId(Long batchId)
An entry ID, unique within the batch request.
|
AccounttaxCustomBatchRequestEntry |
AccounttaxCustomBatchRequestEntry.setMerchantId(BigInteger merchantId)
The ID of the managing account.
|
AccounttaxCustomBatchRequestEntry |
AccounttaxCustomBatchRequestEntry.setMethod(String method)
The method of the batch entry.
|
Modifier and Type | Method and Description |
---|---|
List<AccounttaxCustomBatchRequestEntry> |
AccounttaxCustomBatchRequest.getEntries()
The request entries to be processed in the batch.
|
Modifier and Type | Method and Description |
---|---|
AccounttaxCustomBatchRequest |
AccounttaxCustomBatchRequest.setEntries(List<AccounttaxCustomBatchRequestEntry> entries)
The request entries to be processed in the batch.
|
Copyright © 2011–2024 Google. All rights reserved.