Uses of Class
com.adyen.model.management.AffirmUpdateInfo
-
Packages that use AffirmUpdateInfo Package Description com.adyen.model.management -
-
Uses of AffirmUpdateInfo in com.adyen.model.management
Methods in com.adyen.model.management that return AffirmUpdateInfo Modifier and Type Method Description static AffirmUpdateInfoAffirmUpdateInfo. fromJson(String jsonString)Create an instance of AffirmUpdateInfo given an JSON stringAffirmUpdateInfoUpdatePaymentMethodInfo. getAffirm()Get affirmAffirmUpdateInfoAffirmUpdateInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AffirmUpdateInfoAffirmUpdateInfo. pricePlan(String pricePlan)Selected Affirm financing package.Methods in com.adyen.model.management with parameters of type AffirmUpdateInfo Modifier and Type Method Description UpdatePaymentMethodInfoUpdatePaymentMethodInfo. affirm(AffirmUpdateInfo affirm)affirmvoidUpdatePaymentMethodInfo. setAffirm(AffirmUpdateInfo affirm)affirm
-