Uses of Class
com.adyen.model.management.AffirmInfo
-
Packages that use AffirmInfo Package Description com.adyen.model.management -
-
Uses of AffirmInfo in com.adyen.model.management
Methods in com.adyen.model.management that return AffirmInfo Modifier and Type Method Description static AffirmInfoAffirmInfo. fromJson(String jsonString)Create an instance of AffirmInfo given an JSON stringAffirmInfoPaymentMethod. getAffirm()Get affirmAffirmInfoPaymentMethodSetupInfo. getAffirm()Get affirmAffirmInfoAffirmInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AffirmInfoAffirmInfo. pricePlan(AffirmInfo.PricePlanEnum pricePlan)Merchant price planAffirmInfoAffirmInfo. supportEmail(String supportEmail)Merchant support emailMethods in com.adyen.model.management with parameters of type AffirmInfo Modifier and Type Method Description PaymentMethodPaymentMethod. affirm(AffirmInfo affirm)affirmPaymentMethodSetupInfoPaymentMethodSetupInfo. affirm(AffirmInfo affirm)affirmvoidPaymentMethod. setAffirm(AffirmInfo affirm)affirmvoidPaymentMethodSetupInfo. setAffirm(AffirmInfo affirm)affirm
-