Uses of Class
com.adyen.model.checkout.AncvDetails
-
Packages that use AncvDetails Package Description com.adyen.model.checkout -
-
Uses of AncvDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AncvDetails Modifier and Type Method Description AncvDetailsAncvDetails. beneficiaryId(String beneficiaryId)ANCV account identification (email or account number)AncvDetailsAncvDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static AncvDetailsAncvDetails. fromJson(String jsonString)Create an instance of AncvDetails given an JSON stringAncvDetailsCheckoutPaymentMethod. getAncvDetails()Get the actual instance of `AncvDetails`.AncvDetailsAncvDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.AncvDetailsAncvDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.AncvDetailsAncvDetails. type(AncvDetails.TypeEnum type)**ancv**Constructors in com.adyen.model.checkout with parameters of type AncvDetails Constructor Description CheckoutPaymentMethod(AncvDetails o)
-