public class UpdateItemTaxesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateItemTaxesRequest.Builder
Class to build instances of
UpdateItemTaxesRequest. |
| Constructor and Description |
|---|
UpdateItemTaxesRequest(List<String> itemIds,
List<String> taxesToEnable,
List<String> taxesToDisable)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getItemIds()
Getter for ItemIds.
|
List<String> |
getTaxesToDisable()
Getter for TaxesToDisable.
|
List<String> |
getTaxesToEnable()
Getter for TaxesToEnable.
|
int |
hashCode() |
UpdateItemTaxesRequest.Builder |
toBuilder()
Builds a new
UpdateItemTaxesRequest.Builder object. |
String |
toString()
Converts this UpdateItemTaxesRequest into string format.
|
public UpdateItemTaxesRequest(List<String> itemIds, List<String> taxesToEnable, List<String> taxesToDisable)
itemIds - List of String value for itemIds.taxesToEnable - List of String value for taxesToEnable.taxesToDisable - List of String value for taxesToDisable.public List<String> getItemIds()
public List<String> getTaxesToEnable()
public List<String> getTaxesToDisable()
public String toString()
public UpdateItemTaxesRequest.Builder toBuilder()
UpdateItemTaxesRequest.Builder object.
Creates the instance with the state of the current model.UpdateItemTaxesRequest.Builder objectCopyright © 2022. All rights reserved.