Class PaymentMethodInfo
java.lang.Object
com.commercetools.graphql.api.types.PaymentMethodInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodInfo(String paymentInterface, String method, String name, List<LocalizedString> nameAllLocales) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()static PaymentMethodInfo.BuildervoidvoidvoidsetNameAllLocales(List<LocalizedString> nameAllLocales) voidsetPaymentInterface(String paymentInterface) toString()
-
Constructor Details
-
PaymentMethodInfo
public PaymentMethodInfo() -
PaymentMethodInfo
public PaymentMethodInfo(String paymentInterface, String method, String name, List<LocalizedString> nameAllLocales)
-
-
Method Details