AddState | Adds a state. |
DeleteState | Deletes an existing state.
The state is specified by its key (Code, Country), which is contained in the StateParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the StatesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetState | Retrieves a state.
The state is specified by its key (Code, Country), which is contained in the StateParams object passed to the method. |
GetStateList | Retrieves the keys and names of all the states. |
UpdateState | Updates an existing state.
The data for the state, including the key of the state to be updated, is contained in the State passed to the method. To update a state, you must first retrieve it using the GetState method. |