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)StoreLocationStoreLocation. country(String country)static StoreLocationStoreLocation. fromJson(String jsonString)Create an instance of StoreLocation given an JSON stringStoreLocationStore. getAddress()Get addressStoreLocationStoreCreationRequest. getAddress()Get addressStoreLocationStoreCreationWithMerchantCodeRequest. getAddress()Get addressStoreLocationStoreLocation. line1(String line1)StoreLocationStoreLocation. line2(String line2)StoreLocationStoreLocation. line3(String line3)StoreLocationStoreLocation. postalCode(String postalCode)StoreLocationStoreLocation. stateOrProvince(String stateOrProvince)Methods in com.adyen.model.management with parameters of type StoreLocation Modifier and Type Method Description StoreStore. address(StoreLocation address)StoreCreationRequestStoreCreationRequest. address(StoreLocation address)StoreCreationWithMerchantCodeRequestStoreCreationWithMerchantCodeRequest. address(StoreLocation address)voidStore. setAddress(StoreLocation address)addressvoidStoreCreationRequest. setAddress(StoreLocation address)addressvoidStoreCreationWithMerchantCodeRequest. setAddress(StoreLocation address)address
-