AddressService

class AddressService(httpClient: HttpClient, coroutineDispatcher: CoroutineDispatcher = DispatcherProvider.IO)

Constructors

Link copied to clipboard
constructor(httpClient: HttpClient, coroutineDispatcher: CoroutineDispatcher = DispatcherProvider.IO)

Functions

Link copied to clipboard
suspend fun getCountries(shopperLocale: String): List<AddressItem>
Link copied to clipboard
suspend fun getStates(shopperLocale: String, countryCode: String): List<AddressItem>