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()Get amexAmexInfoPaymentMethodSetupInfo. getAmex()Get amexAmexInfoAmexInfo. midNumber(String midNumber)AmexInfoAmexInfo. reuseMidNumber(Boolean reuseMidNumber)AmexInfoAmexInfo. serviceLevel(AmexInfo.ServiceLevelEnum serviceLevel)Methods in com.adyen.model.management with parameters of type AmexInfo Modifier and Type Method Description PaymentMethodPaymentMethod. amex(AmexInfo amex)PaymentMethodSetupInfoPaymentMethodSetupInfo. amex(AmexInfo amex)voidPaymentMethod. setAmex(AmexInfo amex)amexvoidPaymentMethodSetupInfo. setAmex(AmexInfo amex)amex
-