Uses of Class
com.adyen.model.checkout.InputDetail
-
Packages that use InputDetail Package Description com.adyen.model.checkout -
-
Uses of InputDetail in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return InputDetail Modifier and Type Method Description InputDetailInputDetail. addDetailsItem(SubInputDetail detailsItem)InputDetailInputDetail. addInputDetailsItem(SubInputDetail inputDetailsItem)InputDetailInputDetail. addItemsItem(Item itemsItem)InputDetailInputDetail. configuration(Map<String,String> configuration)Configuration parameters for the required input.InputDetailInputDetail. details(List<SubInputDetail> details)Input details can also be provided recursively.static InputDetailInputDetail. fromJson(String jsonString)Create an instance of InputDetail given an JSON stringInputDetailInputDetail. inputDetails(List<SubInputDetail> inputDetails)Deprecated.InputDetailInputDetail. items(List<Item> items)In case of a select, the items to choose from.InputDetailInputDetail. itemSearchUrl(String itemSearchUrl)In case of a select, the URL from which to query the items.InputDetailInputDetail. key(String key)The value to provide in the result.InputDetailInputDetail. optional(Boolean optional)True if this input value is optional.InputDetailInputDetail. putConfigurationItem(String key, String configurationItem)InputDetailInputDetail. type(String type)The type of the required input.InputDetailInputDetail. value(String value)The value can be pre-filled, if available.Methods in com.adyen.model.checkout that return types with arguments of type InputDetail Modifier and Type Method Description List<InputDetail>PaymentMethod. getInputDetails()Deprecated.List<InputDetail>RecurringDetail. getInputDetails()Deprecated.Methods in com.adyen.model.checkout with parameters of type InputDetail Modifier and Type Method Description PaymentMethodPaymentMethod. addInputDetailsItem(InputDetail inputDetailsItem)RecurringDetailRecurringDetail. addInputDetailsItem(InputDetail inputDetailsItem)Method parameters in com.adyen.model.checkout with type arguments of type InputDetail Modifier and Type Method Description PaymentMethodPaymentMethod. inputDetails(List<InputDetail> inputDetails)Deprecated.RecurringDetailRecurringDetail. inputDetails(List<InputDetail> inputDetails)Deprecated.voidPaymentMethod. setInputDetails(List<InputDetail> inputDetails)Deprecated.voidRecurringDetail. setInputDetails(List<InputDetail> inputDetails)Deprecated.
-