Uses of Class
com.adyen.model.balanceplatform.DeliveryAddress
-
Packages that use DeliveryAddress Package Description com.adyen.model.balanceplatform -
-
Uses of DeliveryAddress in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.balanceplatform with parameters of type DeliveryAddress Modifier and Type Method Description DeliveryContactDeliveryContact. address(DeliveryAddress address)voidDeliveryContact. setAddress(DeliveryAddress address)address
-