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