import GetStateInfoResponse from "../definitions/GetStateInfoResponse"; import GetStateListResponse from "../definitions/GetStateListResponse"; import PathSegment from "../PathSegment"; export default class State extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *
Since 1.0.10 (Release 6.2)
Returns all the states for a certain country.
Light
*/ list(query?: ListQuery): PromiseSince 1.0.10 (Release 6.2)
Returns all the states for a certain country.
Light
* return {ApiResponse} */ listRaw(query?: ListQuery): PromiseSince 1.0.10 (Release 6.2)
Returns the information on the required state.
Light
*/ get(): PromiseSince 1.0.10 (Release 6.2)
Returns the information on the required state.
Light
* return {ApiResponse} */ getRaw(): Promise