Uses of Class
com.adyen.model.checkout.ShopperInput
-
Packages that use ShopperInput Package Description com.adyen.model.checkout -
-
Uses of ShopperInput in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ShopperInput Modifier and Type Method Description ShopperInputShopperInput. billingAddress(ShopperInput.BillingAddressEnum billingAddress)Specifies visibility of billing address fields.ShopperInputShopperInput. deliveryAddress(ShopperInput.DeliveryAddressEnum deliveryAddress)Specifies visibility of delivery address fields.static ShopperInputShopperInput. fromJson(String jsonString)Create an instance of ShopperInput given an JSON stringShopperInputModelConfiguration. getShopperInput()shopperInputShopperInputShopperInput. personalDetails(ShopperInput.PersonalDetailsEnum personalDetails)Specifies visibility of personal details.Methods in com.adyen.model.checkout with parameters of type ShopperInput Modifier and Type Method Description voidModelConfiguration. setShopperInput(ShopperInput shopperInput)shopperInputModelConfigurationModelConfiguration. shopperInput(ShopperInput shopperInput)shopperInput
-