public class OrderReturnTax extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderReturnTax.Builder
Class to build instances of
OrderReturnTax. |
| Modifier | Constructor and Description |
|---|---|
protected |
OrderReturnTax(io.apimatic.core.types.OptionalNullable<String> uid,
io.apimatic.core.types.OptionalNullable<String> sourceTaxUid,
io.apimatic.core.types.OptionalNullable<String> catalogObjectId,
io.apimatic.core.types.OptionalNullable<Long> catalogVersion,
io.apimatic.core.types.OptionalNullable<String> name,
String type,
io.apimatic.core.types.OptionalNullable<String> percentage,
Money appliedMoney,
String scope)
Internal initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCatalogObjectId()
Internal Getter for CatalogObjectId.
|
protected io.apimatic.core.types.OptionalNullable<Long> |
internalGetCatalogVersion()
Internal Getter for CatalogVersion.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetPercentage()
Internal Getter for Percentage.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetSourceTaxUid()
Internal Getter for SourceTaxUid.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetUid()
Internal Getter for Uid.
|
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.protected OrderReturnTax(io.apimatic.core.types.OptionalNullable<String> uid, io.apimatic.core.types.OptionalNullable<String> sourceTaxUid, io.apimatic.core.types.OptionalNullable<String> catalogObjectId, io.apimatic.core.types.OptionalNullable<Long> catalogVersion, io.apimatic.core.types.OptionalNullable<String> name, String type, io.apimatic.core.types.OptionalNullable<String> percentage, Money appliedMoney, String scope)
protected io.apimatic.core.types.OptionalNullable<String> internalGetUid()
public String getUid()
protected io.apimatic.core.types.OptionalNullable<String> internalGetSourceTaxUid()
public String getSourceTaxUid()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCatalogObjectId()
public String getCatalogObjectId()
protected io.apimatic.core.types.OptionalNullable<Long> internalGetCatalogVersion()
public Long getCatalogVersion()
protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
public String getType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetPercentage()
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 © 2023. All rights reserved.