Uses of Class
com.adyen.model.relayedauthorizationwebhooks.DeliveryAddress
-
Packages that use DeliveryAddress Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of DeliveryAddress in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks 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()Get addressDeliveryAddressDeliveryAddress. line1(String line1)The name of the street and the number of the building.DeliveryAddressDeliveryAddress. line2(String line2)Additional information about the delivery address.DeliveryAddressDeliveryAddress. line3(String line3)Additional information about the delivery address.DeliveryAddressDeliveryAddress. postalCode(String postalCode)The postal code.DeliveryAddressDeliveryAddress. stateOrProvince(String stateOrProvince)The state or province code, maximum 3 characters.Methods in com.adyen.model.relayedauthorizationwebhooks with parameters of type DeliveryAddress Modifier and Type Method Description DeliveryContactDeliveryContact. address(DeliveryAddress address)addressvoidDeliveryContact. setAddress(DeliveryAddress address)address
-