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)ShopperInputShopperInput. deliveryAddress(ShopperInput.DeliveryAddressEnum deliveryAddress)static ShopperInputShopperInput. fromJson(String jsonString)Create an instance of ShopperInput given an JSON stringShopperInputModelConfiguration. getShopperInput()Get shopperInputShopperInputShopperInput. personalDetails(ShopperInput.PersonalDetailsEnum personalDetails)Methods in com.adyen.model.checkout with parameters of type ShopperInput Modifier and Type Method Description voidModelConfiguration. setShopperInput(ShopperInput shopperInput)shopperInputModelConfigurationModelConfiguration. shopperInput(ShopperInput shopperInput)
-