Class SetStagedOrderCustomLineItemTaxRateOutput
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderCustomLineItemTaxRateOutput
- All Implemented Interfaces:
StagedOrderUpdateActionOutput
public class SetStagedOrderCustomLineItemTaxRateOutput
extends Object
implements StagedOrderUpdateActionOutput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderCustomLineItemTaxRateOutput(String type, String customLineItemId, String customLineItemKey, ExternalTaxRateDraftOutput externalTaxRate) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetCustomLineItemId(String customLineItemId) voidsetCustomLineItemKey(String customLineItemKey) voidsetExternalTaxRate(ExternalTaxRateDraftOutput externalTaxRate) voidtoString()
-
Constructor Details
-
SetStagedOrderCustomLineItemTaxRateOutput
public SetStagedOrderCustomLineItemTaxRateOutput() -
SetStagedOrderCustomLineItemTaxRateOutput
public SetStagedOrderCustomLineItemTaxRateOutput(String type, String customLineItemId, String customLineItemKey, ExternalTaxRateDraftOutput externalTaxRate)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStagedOrderUpdateActionOutput
-
setType
- Specified by:
setTypein interfaceStagedOrderUpdateActionOutput
-
getCustomLineItemId
-
setCustomLineItemId
-
getCustomLineItemKey
-
setCustomLineItemKey
-
getExternalTaxRate
-
setExternalTaxRate
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-