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)The encoded payment session that you need to pass to the SDK.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.since Adyen Checkout API v37PaymentSetupResponseClassicCheckoutSdkApi. paymentSession(PaymentSetupRequest paymentSetupRequest, RequestOptions requestOptions)Deprecated.since Adyen Checkout API v37
-