Uses of Class
com.adyen.model.management.AmexResponseInfo
-
Packages that use AmexResponseInfo Package Description com.adyen.model.management -
-
Uses of AmexResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return AmexResponseInfo Modifier and Type Method Description static AmexResponseInfoAmexResponseInfo. fromJson(String jsonString)Create an instance of AmexResponseInfo given an JSON stringAmexResponseInfoPaymentMethod. getAmex()Get amexAmexResponseInfoAmexResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AmexResponseInfoAmexResponseInfo. midNumber(String midNumber)Merchant ID (MID) number.AmexResponseInfoAmexResponseInfo. reuseMidNumber(Boolean reuseMidNumber)Indicates whether the Amex Merchant ID is reused from a previously setup Amex payment method.AmexResponseInfoAmexResponseInfo. serviceLevel(String serviceLevel)The service level (settlement type) of this payment method.Methods in com.adyen.model.management with parameters of type AmexResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. amex(AmexResponseInfo amex)amexvoidPaymentMethod. setAmex(AmexResponseInfo amex)amex
-