public class OrderLineItemPricingBlocklistsBlockedTax extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderLineItemPricingBlocklistsBlockedTax.Builder
Class to build instances of
OrderLineItemPricingBlocklistsBlockedTax. |
| Constructor and Description |
|---|
OrderLineItemPricingBlocklistsBlockedTax(String uid,
String taxUid,
String taxCatalogObjectId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTaxCatalogObjectId()
Getter for TaxCatalogObjectId.
|
String |
getTaxUid()
Getter for TaxUid.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
OrderLineItemPricingBlocklistsBlockedTax.Builder |
toBuilder()
Builds a new
OrderLineItemPricingBlocklistsBlockedTax.Builder object. |
String |
toString()
Converts this OrderLineItemPricingBlocklistsBlockedTax into string format.
|
public OrderLineItemPricingBlocklistsBlockedTax(String uid, String taxUid, String taxCatalogObjectId)
uid - String value for uid.taxUid - String value for taxUid.taxCatalogObjectId - String value for taxCatalogObjectId.public String getUid()
public String getTaxUid()
public String getTaxCatalogObjectId()
public String toString()
public OrderLineItemPricingBlocklistsBlockedTax.Builder toBuilder()
OrderLineItemPricingBlocklistsBlockedTax.Builder object.
Creates the instance with the state of the current model.OrderLineItemPricingBlocklistsBlockedTax.Builder objectCopyright © 2022. All rights reserved.