Uses of Class
com.adyen.model.checkout.ShopperInput.BillingAddressEnum
-
Packages that use ShopperInput.BillingAddressEnum Package Description com.adyen.model.checkout -
-
Uses of ShopperInput.BillingAddressEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ShopperInput.BillingAddressEnum Modifier and Type Method Description static ShopperInput.BillingAddressEnumShopperInput.BillingAddressEnum. fromValue(String value)ShopperInput.BillingAddressEnumShopperInput. getBillingAddress()Specifies visibility of billing address fields.static ShopperInput.BillingAddressEnumShopperInput.BillingAddressEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ShopperInput.BillingAddressEnum[]ShopperInput.BillingAddressEnum. 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.BillingAddressEnum Modifier and Type Method Description ShopperInputShopperInput. billingAddress(ShopperInput.BillingAddressEnum billingAddress)voidShopperInput. setBillingAddress(ShopperInput.BillingAddressEnum billingAddress)Specifies visibility of billing address fields.
-