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 stringAffirmInfoPaymentMethodSetupInfo. getAffirm()Get affirmAffirmInfoAffirmInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AffirmInfoAffirmInfo. pricePlan(String pricePlan)Selected Affirm financing package.AffirmInfoAffirmInfo. supportEmail(String supportEmail)Merchant support email used to manage disputes.Methods in com.adyen.model.management with parameters of type AffirmInfo Modifier and Type Method Description PaymentMethodSetupInfoPaymentMethodSetupInfo. affirm(AffirmInfo affirm)affirmvoidPaymentMethodSetupInfo. setAffirm(AffirmInfo affirm)affirm
-