Class AddressService
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class AddressService
-
-
Constructor Summary
Constructors Constructor Description AddressService(HttpClient httpClient, CoroutineDispatcher coroutineDispatcher)
-
Method Summary
Modifier and Type Method Description final List<AddressItem>getCountries(String shopperLocale)final List<AddressItem>getStates(String shopperLocale, String countryCode)-
-
Method Detail
-
getCountries
final List<AddressItem> getCountries(String shopperLocale)
-
getStates
final List<AddressItem> getStates(String shopperLocale, String countryCode)
-
-
-
-