Uses of Class
com.adyen.model.checkout.FastlaneDetails
-
Packages that use FastlaneDetails Package Description com.adyen.model.checkout -
-
Uses of FastlaneDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return FastlaneDetails Modifier and Type Method Description FastlaneDetailsFastlaneDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.FastlaneDetailsFastlaneDetails. fastlaneData(String fastlaneData)The encoded fastlane data blobstatic FastlaneDetailsFastlaneDetails. fromJson(String jsonString)Create an instance of FastlaneDetails given an JSON stringFastlaneDetailsCheckoutPaymentMethod. getFastlaneDetails()Get the actual instance of `FastlaneDetails`.FastlaneDetailsFastlaneDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.FastlaneDetailsFastlaneDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.FastlaneDetailsFastlaneDetails. type(FastlaneDetails.TypeEnum type)**fastlane**Constructors in com.adyen.model.checkout with parameters of type FastlaneDetails Constructor Description CheckoutPaymentMethod(FastlaneDetails o)
-