Uses of Class
com.adyen.model.management.AmexInfo
-
Packages that use AmexInfo Package Description com.adyen.model.management -
-
Uses of AmexInfo in com.adyen.model.management
Methods in com.adyen.model.management that return AmexInfo Modifier and Type Method Description static AmexInfoAmexInfo. fromJson(String jsonString)Create an instance of AmexInfo given an JSON stringAmexInfoPaymentMethod. getAmex()amexAmexInfoPaymentMethodSetupInfo. getAmex()amexAmexInfoAmexInfo. midNumber(String midNumber)Merchant ID (MID) number.AmexInfoAmexInfo. reuseMidNumber(Boolean reuseMidNumber)Indicates whether the Amex Merchant ID is reused from a previously setup Amex payment method.AmexInfoAmexInfo. serviceLevel(AmexInfo.ServiceLevelEnum serviceLevel)Specifies the service level (settlement type) of this payment method.Methods in com.adyen.model.management with parameters of type AmexInfo Modifier and Type Method Description PaymentMethodPaymentMethod. amex(AmexInfo amex)amexPaymentMethodSetupInfoPaymentMethodSetupInfo. amex(AmexInfo amex)amexvoidPaymentMethod. setAmex(AmexInfo amex)amexvoidPaymentMethodSetupInfo. setAmex(AmexInfo amex)amex
-