Uses of Class
com.adyen.model.checkout.ShopperInput.DeliveryAddressEnum
-
Packages that use ShopperInput.DeliveryAddressEnum Package Description com.adyen.model.checkout -
-
Uses of ShopperInput.DeliveryAddressEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ShopperInput.DeliveryAddressEnum Modifier and Type Method Description static ShopperInput.DeliveryAddressEnumShopperInput.DeliveryAddressEnum. fromValue(String value)ShopperInput.DeliveryAddressEnumShopperInput. getDeliveryAddress()Specifies visibility of delivery address fields.static ShopperInput.DeliveryAddressEnumShopperInput.DeliveryAddressEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ShopperInput.DeliveryAddressEnum[]ShopperInput.DeliveryAddressEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type ShopperInput.DeliveryAddressEnum Modifier and Type Method Description ShopperInputShopperInput. deliveryAddress(ShopperInput.DeliveryAddressEnum deliveryAddress)voidShopperInput. setDeliveryAddress(ShopperInput.DeliveryAddressEnum deliveryAddress)Specifies visibility of delivery address fields.
-