Uses of Class
com.adyen.model.configurationwebhooks.DeliveryAddress
-
Packages that use DeliveryAddress Package Description com.adyen.model.configurationwebhooks -
-
Uses of DeliveryAddress in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return DeliveryAddress Modifier and Type Method Description DeliveryAddressDeliveryAddress. city(String city)The name of the city.DeliveryAddressDeliveryAddress. country(String country)The two-character ISO-3166-1 alpha-2 country code.static DeliveryAddressDeliveryAddress. fromJson(String jsonString)Create an instance of DeliveryAddress given an JSON stringDeliveryAddressDeliveryContact. getAddress()addressDeliveryAddressDeliveryAddress. line1(String line1)The name of the street.DeliveryAddressDeliveryAddress. line2(String line2)The number of the building.DeliveryAddressDeliveryAddress. line3(String line3)Additional information about the delivery address.DeliveryAddressDeliveryAddress. postalCode(String postalCode)The postal code.DeliveryAddressDeliveryAddress. stateOrProvince(String stateOrProvince)The two-letter ISO 3166-2 state or province code.Methods in com.adyen.model.configurationwebhooks with parameters of type DeliveryAddress Modifier and Type Method Description DeliveryContactDeliveryContact. address(DeliveryAddress address)addressvoidDeliveryContact. setAddress(DeliveryAddress address)address
-