Class MarketplaceModel
java.lang.Object
net.avalara.avatax.rest.client.models.MarketplaceModel
Marketplace Location Output model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for marketplace Marketplace LocationGetter for marketplaceId Marketplace Location Idvoid
setMarketplace
(String value) Setter for marketplace Marketplace Locationvoid
setMarketplaceId
(String value) Setter for marketplaceId Marketplace Location IdtoString()
Returns a JSON string representation of MarketplaceModel
-
Constructor Details
-
MarketplaceModel
public MarketplaceModel()
-
-
Method Details
-
getMarketplaceId
Getter for marketplaceId Marketplace Location Id -
setMarketplaceId
Setter for marketplaceId Marketplace Location Id -
getMarketplace
Getter for marketplace Marketplace Location -
setMarketplace
Setter for marketplace Marketplace Location -
toString
Returns a JSON string representation of MarketplaceModel
-