Uses of Class
com.adyen.model.management.UpdatableAddress
-
Packages that use UpdatableAddress Package Description com.adyen.model.management -
-
Uses of UpdatableAddress in com.adyen.model.management
Methods in com.adyen.model.management that return UpdatableAddress Modifier and Type Method Description UpdatableAddressUpdatableAddress. city(String city)static UpdatableAddressUpdatableAddress. fromJson(String jsonString)Create an instance of UpdatableAddress given an JSON stringUpdatableAddressUpdateStoreRequest. getAddress()Get addressUpdatableAddressUpdatableAddress. line1(String line1)UpdatableAddressUpdatableAddress. line2(String line2)UpdatableAddressUpdatableAddress. line3(String line3)UpdatableAddressUpdatableAddress. postalCode(String postalCode)UpdatableAddressUpdatableAddress. stateOrProvince(String stateOrProvince)Methods in com.adyen.model.management with parameters of type UpdatableAddress Modifier and Type Method Description UpdateStoreRequestUpdateStoreRequest. address(UpdatableAddress address)voidUpdateStoreRequest. setAddress(UpdatableAddress address)address
-