getMarketTaxRates

expect suspend fun getMarketTaxRates(world: String): TaxRates

Returns the current tax rate data for the specified world.

Parameters

world

The world or to retrieve data for. This may be an ID or a name.

Throws

The world requested is invalid.

The Universalis API returned an unexpected return code.

actual suspend fun getMarketTaxRates(world: String): TaxRates

Returns the current tax rate data for the specified world.

Parameters

world

The world or to retrieve data for. This may be an ID or a name.

Throws

The world requested is invalid.

The Universalis API returned an unexpected return code.

actual suspend fun getMarketTaxRates(world: String): TaxRates

Returns the current tax rate data for the specified world.

Parameters

world

The world or to retrieve data for. This may be an ID or a name.

Throws

The world requested is invalid.

The Universalis API returned an unexpected return code.