Uses of Class
com.adyen.model.management.StoreLocation
-
Packages that use StoreLocation Package Description com.adyen.model.management -
-
Uses of StoreLocation in com.adyen.model.management
Methods in com.adyen.model.management that return StoreLocation Modifier and Type Method Description StoreLocationStoreLocation. city(String city)The name of the city.StoreLocationStoreLocation. country(String country)The two-letter country code in [ISO_3166-1_alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.static StoreLocationStoreLocation. fromJson(String jsonString)Create an instance of StoreLocation given an JSON stringStoreLocationStore. getAddress()Get addressStoreLocationStoreCreationRequest. getAddress()Get addressStoreLocationStoreCreationWithMerchantCodeRequest. getAddress()Get addressStoreLocationStoreLocation. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.StoreLocationStoreLocation. line1(String line1)The street address.StoreLocationStoreLocation. line2(String line2)Second address line.StoreLocationStoreLocation. line3(String line3)Third address line.StoreLocationStoreLocation. postalCode(String postalCode)The postal code.StoreLocationStoreLocation. 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 StoreLocation Modifier and Type Method Description StoreStore. address(StoreLocation address)addressStoreCreationRequestStoreCreationRequest. address(StoreLocation address)addressStoreCreationWithMerchantCodeRequestStoreCreationWithMerchantCodeRequest. address(StoreLocation address)addressvoidStore. setAddress(StoreLocation address)addressvoidStoreCreationRequest. setAddress(StoreLocation address)addressvoidStoreCreationWithMerchantCodeRequest. setAddress(StoreLocation address)address
-