Class SetPaymentTransactionCustomType
java.lang.Object
com.commercetools.graphql.api.types.SetPaymentTransactionCustomType
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetPaymentTransactionCustomType(List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId, String transactionId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetFields(List<CustomFieldInput> fields) voidsetTransactionId(String transactionId) voidvoidvoidsetTypeKey(String typeKey) toString()
-
Constructor Details
-
SetPaymentTransactionCustomType
public SetPaymentTransactionCustomType() -
SetPaymentTransactionCustomType
public SetPaymentTransactionCustomType(List<CustomFieldInput> fields, ResourceIdentifierInput type, String typeKey, String typeId, String transactionId)
-
-
Method Details