public class OrderReturnServiceCharge extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderReturnServiceCharge.Builder
Class to build instances of
OrderReturnServiceCharge. |
| Modifier | Constructor and Description |
|---|---|
protected |
OrderReturnServiceCharge(io.apimatic.core.types.OptionalNullable<String> uid,
io.apimatic.core.types.OptionalNullable<String> sourceServiceChargeUid,
io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<String> catalogObjectId,
io.apimatic.core.types.OptionalNullable<Long> catalogVersion,
io.apimatic.core.types.OptionalNullable<String> percentage,
Money amountMoney,
Money appliedMoney,
Money totalMoney,
Money totalTaxMoney,
String calculationPhase,
io.apimatic.core.types.OptionalNullable<Boolean> taxable,
io.apimatic.core.types.OptionalNullable<List<OrderLineItemAppliedTax>> appliedTaxes,
String treatmentType,
String scope)
Internal initialization constructor.
|
|
OrderReturnServiceCharge(String uid,
String sourceServiceChargeUid,
String name,
String catalogObjectId,
Long catalogVersion,
String percentage,
Money amountMoney,
Money appliedMoney,
Money totalMoney,
Money totalTaxMoney,
String calculationPhase,
Boolean taxable,
List<OrderLineItemAppliedTax> appliedTaxes,
String treatmentType,
String scope)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
Money |
getAppliedMoney()
Getter for AppliedMoney.
|
List<OrderLineItemAppliedTax> |
getAppliedTaxes()
Getter for AppliedTaxes.
|
String |
getCalculationPhase()
Getter for CalculationPhase.
|
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 |
getSourceServiceChargeUid()
Getter for SourceServiceChargeUid.
|
Boolean |
getTaxable()
Getter for Taxable.
|
Money |
getTotalMoney()
Getter for TotalMoney.
|
Money |
getTotalTaxMoney()
Getter for TotalTaxMoney.
|
String |
getTreatmentType()
Getter for TreatmentType.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<OrderLineItemAppliedTax>> |
internalGetAppliedTaxes()
Internal Getter for AppliedTaxes.
|
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> |
internalGetSourceServiceChargeUid()
Internal Getter for SourceServiceChargeUid.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetTaxable()
Internal Getter for Taxable.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetUid()
Internal Getter for Uid.
|
OrderReturnServiceCharge.Builder |
toBuilder()
Builds a new
OrderReturnServiceCharge.Builder object. |
String |
toString()
Converts this OrderReturnServiceCharge into string format.
|
public OrderReturnServiceCharge(String uid, String sourceServiceChargeUid, String name, String catalogObjectId, Long catalogVersion, String percentage, Money amountMoney, Money appliedMoney, Money totalMoney, Money totalTaxMoney, String calculationPhase, Boolean taxable, List<OrderLineItemAppliedTax> appliedTaxes, String treatmentType, String scope)
uid - String value for uid.sourceServiceChargeUid - String value for sourceServiceChargeUid.name - String value for name.catalogObjectId - String value for catalogObjectId.catalogVersion - Long value for catalogVersion.percentage - String value for percentage.amountMoney - Money value for amountMoney.appliedMoney - Money value for appliedMoney.totalMoney - Money value for totalMoney.totalTaxMoney - Money value for totalTaxMoney.calculationPhase - String value for calculationPhase.taxable - Boolean value for taxable.appliedTaxes - List of OrderLineItemAppliedTax value for appliedTaxes.treatmentType - String value for treatmentType.scope - String value for scope.protected OrderReturnServiceCharge(io.apimatic.core.types.OptionalNullable<String> uid, io.apimatic.core.types.OptionalNullable<String> sourceServiceChargeUid, io.apimatic.core.types.OptionalNullable<String> name, io.apimatic.core.types.OptionalNullable<String> catalogObjectId, io.apimatic.core.types.OptionalNullable<Long> catalogVersion, io.apimatic.core.types.OptionalNullable<String> percentage, Money amountMoney, Money appliedMoney, Money totalMoney, Money totalTaxMoney, String calculationPhase, io.apimatic.core.types.OptionalNullable<Boolean> taxable, io.apimatic.core.types.OptionalNullable<List<OrderLineItemAppliedTax>> appliedTaxes, String treatmentType, String scope)
protected io.apimatic.core.types.OptionalNullable<String> internalGetUid()
public String getUid()
protected io.apimatic.core.types.OptionalNullable<String> internalGetSourceServiceChargeUid()
public String getSourceServiceChargeUid()
protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
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> internalGetPercentage()
public String getPercentage()
public Money getAmountMoney()
public Money getAppliedMoney()
public Money getTotalMoney()
public Money getTotalTaxMoney()
public String getCalculationPhase()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetTaxable()
public Boolean getTaxable()
protected io.apimatic.core.types.OptionalNullable<List<OrderLineItemAppliedTax>> internalGetAppliedTaxes()
public List<OrderLineItemAppliedTax> getAppliedTaxes()
public String getTreatmentType()
public String getScope()
public String toString()
public OrderReturnServiceCharge.Builder toBuilder()
OrderReturnServiceCharge.Builder object.
Creates the instance with the state of the current model.OrderReturnServiceCharge.Builder objectCopyright © 2023. All rights reserved.