Skip to main content

Interface IMarketTaxRates

An interface that represents the tax rates received by the client when interacting with a retainer vocate.

Assembly: Dalamud.dll
View Source
Declaration
public interface IMarketTaxRates

Properties

Category

Gets the category of this ResultDialog packet.

View Source
Declaration
uint Category { get; }

LimsaLominsaTax

Gets the tax rate in Limsa Lominsa.

View Source
Declaration
uint LimsaLominsaTax { get; }

GridaniaTax

Gets the tax rate in Gridania.

View Source
Declaration
uint GridaniaTax { get; }

UldahTax

Gets the tax rate in Ul'dah.

View Source
Declaration
uint UldahTax { get; }

IshgardTax

Gets the tax rate in Ishgard.

View Source
Declaration
uint IshgardTax { get; }

KuganeTax

Gets the tax rate in Kugane.

View Source
Declaration
uint KuganeTax { get; }

CrystariumTax

Gets the tax rate in the Crystarium.

View Source
Declaration
uint CrystariumTax { get; }

SharlayanTax

Gets the tax rate in the Crystarium.

View Source
Declaration
uint SharlayanTax { get; }

TuliyollalTax

Gets the tax rate in Tuliyollal.

View Source
Declaration
uint TuliyollalTax { get; }

ValidUntil

Gets until when these values are valid.

View Source
Declaration
DateTime ValidUntil { get; }