| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
List<RestCountryState> |
CountryStateService.all()
All
This operation returns all states of all countries.
|
List<RestCountryState> |
CountryStateService.all(Map<String,Object> params)
All
This operation returns all states of all countries.
|
List<RestCountryState> |
CountryStateService.country(String code)
Find by Country
This operation returns all states for a given country.
|
List<RestCountryState> |
CountryStateService.country(String code,
Map<String,Object> params)
Find by Country
This operation returns all states for a given country.
|
Copyright © 2022. All rights reserved.