Uses of Class
com.adyen.model.checkout.AffirmDetails
-
Packages that use AffirmDetails Package Description com.adyen.model.checkout -
-
Uses of AffirmDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AffirmDetails Modifier and Type Method Description AffirmDetailsAffirmDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static AffirmDetailsAffirmDetails. fromJson(String jsonString)Create an instance of AffirmDetails given an JSON stringAffirmDetailsCheckoutPaymentMethod. getAffirmDetails()Get the actual instance of `AffirmDetails`.AffirmDetailsAffirmDetails. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AffirmDetailsAffirmDetails. sdkData(String sdkData)Base64-encoded JSON object containing SDK related parameters required by the SDKAffirmDetailsAffirmDetails. type(AffirmDetails.TypeEnum type)**affirm**Constructors in com.adyen.model.checkout with parameters of type AffirmDetails Constructor Description CheckoutPaymentMethod(AffirmDetails o)
-