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)static GiropayDetailsGiropayDetails. fromJson(String jsonString)Create an instance of GiropayDetails given an JSON stringGiropayDetailsPaymentDonationRequestPaymentMethod. getGiropayDetails()Get the actual instance of `GiropayDetails`.GiropayDetailsGiropayDetails. recurringDetailReference(String recurringDetailReference)GiropayDetailsGiropayDetails. storedPaymentMethodId(String storedPaymentMethodId)GiropayDetailsGiropayDetails. type(GiropayDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type GiropayDetails Constructor Description PaymentDonationRequestPaymentMethod(GiropayDetails o)
-