public class OrderReturnServiceCharge extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderReturnServiceCharge.Builder
Class to build instances of
OrderReturnServiceCharge. |
| Constructor and Description |
|---|
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)
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 |
getSourceServiceChargeUid()
Getter for SourceServiceChargeUid.
|
Boolean |
getTaxable()
Getter for Taxable.
|
Money |
getTotalMoney()
Getter for TotalMoney.
|
Money |
getTotalTaxMoney()
Getter for TotalTaxMoney.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
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)
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.public String getUid()
public String getSourceServiceChargeUid()
public String getName()
public String getCatalogObjectId()
public Long getCatalogVersion()
public String getPercentage()
public Money getAmountMoney()
public Money getAppliedMoney()
public Money getTotalMoney()
public Money getTotalTaxMoney()
public String getCalculationPhase()
public Boolean getTaxable()
public List<OrderLineItemAppliedTax> getAppliedTaxes()
public String toString()
public OrderReturnServiceCharge.Builder toBuilder()
OrderReturnServiceCharge.Builder object.
Creates the instance with the state of the current model.OrderReturnServiceCharge.Builder objectCopyright © 2022. All rights reserved.