Uses of Class
com.adyen.model.checkout.PaymentSetupResponse
-
Packages that use PaymentSetupResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaymentSetupResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentSetupResponse Modifier and Type Method Description PaymentSetupResponsePaymentSetupResponse. addRecurringDetailsItem(RecurringDetail recurringDetailsItem)static PaymentSetupResponsePaymentSetupResponse. fromJson(String jsonString)Create an instance of PaymentSetupResponse given an JSON stringPaymentSetupResponsePaymentSetupResponse. paymentSession(String paymentSession)PaymentSetupResponsePaymentSetupResponse. recurringDetails(List<RecurringDetail> recurringDetails)Deprecated. -
Uses of PaymentSetupResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return PaymentSetupResponse Modifier and Type Method Description PaymentSetupResponseClassicCheckoutSdkApi. paymentSession(PaymentSetupRequest paymentSetupRequest)Deprecated.PaymentSetupResponseClassicCheckoutSdkApi. paymentSession(PaymentSetupRequest paymentSetupRequest, RequestOptions requestOptions)Deprecated.
-