Class SetStagedOrderCustomLineItemTaxAmountOutput
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderCustomLineItemTaxAmountOutput
- All Implemented Interfaces:
StagedOrderUpdateActionOutput
public class SetStagedOrderCustomLineItemTaxAmountOutput
extends Object
implements StagedOrderUpdateActionOutput
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderCustomLineItemTaxAmountOutput(String type, String customLineItemId, String customLineItemKey, ExternalTaxAmountDraftOutput externalTaxAmount) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetCustomLineItemId(String customLineItemId) voidsetCustomLineItemKey(String customLineItemKey) voidsetExternalTaxAmount(ExternalTaxAmountDraftOutput externalTaxAmount) voidtoString()
-
Constructor Details
-
SetStagedOrderCustomLineItemTaxAmountOutput
public SetStagedOrderCustomLineItemTaxAmountOutput() -
SetStagedOrderCustomLineItemTaxAmountOutput
public SetStagedOrderCustomLineItemTaxAmountOutput(String type, String customLineItemId, String customLineItemKey, ExternalTaxAmountDraftOutput externalTaxAmount)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStagedOrderUpdateActionOutput
-
setType
- Specified by:
setTypein interfaceStagedOrderUpdateActionOutput
-
getCustomLineItemId
-
setCustomLineItemId
-
getCustomLineItemKey
-
setCustomLineItemKey
-
getExternalTaxAmount
-
setExternalTaxAmount
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-