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)The name of the city.static UpdatableAddressUpdatableAddress. fromJson(String jsonString)Create an instance of UpdatableAddress given an JSON stringUpdatableAddressUpdateStoreRequest. getAddress()addressUpdatableAddressUpdatableAddress. line1(String line1)The street address.UpdatableAddressUpdatableAddress. line2(String line2)Second address line.UpdatableAddressUpdatableAddress. line3(String line3)Third address line.UpdatableAddressUpdatableAddress. postalCode(String postalCode)The postal code.UpdatableAddressUpdatableAddress. stateOrProvince(String stateOrProvince)The state or province code as defined in [ISO 3166-2](https://www.iso.org/standard/72483.html).Methods in com.adyen.model.management with parameters of type UpdatableAddress Modifier and Type Method Description UpdateStoreRequestUpdateStoreRequest. address(UpdatableAddress address)addressvoidUpdateStoreRequest. setAddress(UpdatableAddress address)address
-