| Package | Description |
|---|---|
| com.google.api.services.content | |
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Accounts.Returncarrier.Create |
ShoppingContent.Accounts.Returncarrier.create(Long accountId,
AccountReturnCarrier content)
Links return carrier to a merchant account.
|
ShoppingContent.Accounts.Returncarrier.Patch |
ShoppingContent.Accounts.Returncarrier.patch(Long accountId,
Long carrierAccountId,
AccountReturnCarrier content)
Updates a return carrier in the merchant account.
|
| Constructor and Description |
|---|
Create(Long accountId,
AccountReturnCarrier content)
Links return carrier to a merchant account.
|
Patch(Long accountId,
Long carrierAccountId,
AccountReturnCarrier content)
Updates a return carrier in the merchant account.
|
| Modifier and Type | Method and Description |
|---|---|
AccountReturnCarrier |
AccountReturnCarrier.clone() |
AccountReturnCarrier |
AccountReturnCarrier.set(String fieldName,
Object value) |
AccountReturnCarrier |
AccountReturnCarrier.setCarrierAccountId(Long carrierAccountId)
Output only.
|
AccountReturnCarrier |
AccountReturnCarrier.setCarrierAccountName(String carrierAccountName)
Name of the carrier account.
|
AccountReturnCarrier |
AccountReturnCarrier.setCarrierAccountNumber(String carrierAccountNumber)
Number of the carrier account.
|
AccountReturnCarrier |
AccountReturnCarrier.setCarrierCode(String carrierCode)
The carrier code enum.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountReturnCarrier> |
ListAccountReturnCarrierResponse.getAccountReturnCarriers()
List of all available account return carriers for the merchant.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountReturnCarrierResponse |
ListAccountReturnCarrierResponse.setAccountReturnCarriers(List<AccountReturnCarrier> accountReturnCarriers)
List of all available account return carriers for the merchant.
|
Copyright © 2011–2023 Google. All rights reserved.