Uses of Class
com.adyen.model.management.AffirmResponseInfo
-
Packages that use AffirmResponseInfo Package Description com.adyen.model.management -
-
Uses of AffirmResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return AffirmResponseInfo Modifier and Type Method Description static AffirmResponseInfoAffirmResponseInfo. fromJson(String jsonString)Create an instance of AffirmResponseInfo given an JSON stringAffirmResponseInfoPaymentMethod. getAffirm()Get affirmAffirmResponseInfoAffirmResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AffirmResponseInfoAffirmResponseInfo. publicApiKey(String publicApiKey)Affirm public API keyMethods in com.adyen.model.management with parameters of type AffirmResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. affirm(AffirmResponseInfo affirm)affirmvoidPaymentMethod. setAffirm(AffirmResponseInfo affirm)affirm
-