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)DeliveryAddressDeliveryAddress. country(String country)static DeliveryAddressDeliveryAddress. fromJson(String jsonString)Create an instance of DeliveryAddress given an JSON stringDeliveryAddressDeliveryContact. getAddress()Get addressDeliveryAddressDeliveryAddress. line1(String line1)DeliveryAddressDeliveryAddress. line2(String line2)DeliveryAddressDeliveryAddress. line3(String line3)DeliveryAddressDeliveryAddress. postalCode(String postalCode)DeliveryAddressDeliveryAddress. stateOrProvince(String stateOrProvince)Methods in com.adyen.model.configurationwebhooks with parameters of type DeliveryAddress Modifier and Type Method Description DeliveryContactDeliveryContact. address(DeliveryAddress address)voidDeliveryContact. setAddress(DeliveryAddress address)address
-