public class OrderReturnTax extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderReturnTax.Builder
Class to build instances of
OrderReturnTax. |
| Constructor and Description |
|---|
OrderReturnTax(String uid,
String sourceTaxUid,
String catalogObjectId,
Long catalogVersion,
String name,
String type,
String percentage,
Money appliedMoney,
String scope)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAppliedMoney()
Getter for AppliedMoney.
|
String |
getCatalogObjectId()
Getter for CatalogObjectId.
|
Long |
getCatalogVersion()
Getter for CatalogVersion.
|
String |
getName()
Getter for Name.
|
String |
getPercentage()
Getter for Percentage.
|
String |
getScope()
Getter for Scope.
|
String |
getSourceTaxUid()
Getter for SourceTaxUid.
|
String |
getType()
Getter for Type.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
OrderReturnTax.Builder |
toBuilder()
Builds a new
OrderReturnTax.Builder object. |
String |
toString()
Converts this OrderReturnTax into string format.
|
public OrderReturnTax(String uid, String sourceTaxUid, String catalogObjectId, Long catalogVersion, String name, String type, String percentage, Money appliedMoney, String scope)
uid - String value for uid.sourceTaxUid - String value for sourceTaxUid.catalogObjectId - String value for catalogObjectId.catalogVersion - Long value for catalogVersion.name - String value for name.type - String value for type.percentage - String value for percentage.appliedMoney - Money value for appliedMoney.scope - String value for scope.public String getUid()
public String getSourceTaxUid()
public String getCatalogObjectId()
public Long getCatalogVersion()
public String getName()
public String getType()
public String getPercentage()
public Money getAppliedMoney()
public String getScope()
public String toString()
public OrderReturnTax.Builder toBuilder()
OrderReturnTax.Builder object.
Creates the instance with the state of the current model.OrderReturnTax.Builder objectCopyright © 2022. All rights reserved.