Class PaymentMethodInfoInput
java.lang.Object
com.commercetools.graphql.api.types.PaymentMethodInfoInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodInfoInput(String paymentInterface, String method, List<LocalizedStringItemInputType> name) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidvoidvoidsetPaymentInterface(String paymentInterface) toString()
-
Constructor Details
-
PaymentMethodInfoInput
public PaymentMethodInfoInput() -
PaymentMethodInfoInput
public PaymentMethodInfoInput(String paymentInterface, String method, List<LocalizedStringItemInputType> name)
-
-
Method Details