Uses of Class
com.adyen.model.checkout.PaymentSetupResponse
-
Packages that use PaymentSetupResponse Package Description com.adyen.model.checkout com.adyen.service -
-
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) -
Uses of PaymentSetupResponse in com.adyen.service
Methods in com.adyen.service that return PaymentSetupResponse Modifier and Type Method Description PaymentSetupResponseCheckout. paymentSession(PaymentSetupRequest paymentSessionRequest)POST /paymentSession API callPaymentSetupResponseCheckout. paymentSession(PaymentSetupRequest paymentSessionRequest, RequestOptions requestOptions)
-