Class SetOrderReturnPaymentState
java.lang.Object
com.commercetools.graphql.api.types.SetOrderReturnPaymentState
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetOrderReturnPaymentState(String returnItemId, String returnItemKey, ReturnPaymentState paymentState) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetPaymentState(ReturnPaymentState paymentState) voidsetReturnItemId(String returnItemId) voidsetReturnItemKey(String returnItemKey) toString()
-
Constructor Details
-
SetOrderReturnPaymentState
public SetOrderReturnPaymentState() -
SetOrderReturnPaymentState
public SetOrderReturnPaymentState(String returnItemId, String returnItemKey, ReturnPaymentState paymentState)
-
-
Method Details