Interface ISettlementTaxes
Assembly: Eco.Gameplay.dll
Syntax
public interface ISettlementTaxes
Methods
GetContractTax(Currency)
Declaration
float GetContractTax(Currency currency = null)
Parameters
Returns
Type |
Description |
System.Single |
|
GetCraftingFeeTax(Currency)
Declaration
float GetCraftingFeeTax(Currency currency = null)
Parameters
Returns
Type |
Description |
System.Single |
|
GetCurrencyExchangeTax(Currency)
Declaration
float GetCurrencyExchangeTax(Currency currency = null)
Parameters
Returns
Type |
Description |
System.Single |
|
GetDirectTransferTax(Currency)
Declaration
float GetDirectTransferTax(Currency currency = null)
Parameters
Returns
Type |
Description |
System.Single |
|
GetSalesTax(Currency)
Declaration
float GetSalesTax(Currency currency = null)
Parameters
Returns
Type |
Description |
System.Single |
|
GetSelfDirectTransferTax(Currency)
Declaration
float GetSelfDirectTransferTax(Currency currency = null)
Parameters
Returns
Type |
Description |
System.Single |
|
SetContractTax(Single)
Declaration
void SetContractTax(float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
SetCraftingFeeTax(Single)
Declaration
void SetCraftingFeeTax(float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
SetDirectTransferTax(Single)
Declaration
void SetDirectTransferTax(float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
SetPropertyTax(Single)
Declaration
void SetPropertyTax(float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
SetSalesTax(Single)
Declaration
void SetSalesTax(float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
SetSelfDirectTransferTax(Single)
Declaration
void SetSelfDirectTransferTax(float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
ShowTaxUpdates(Settlement)
Declaration
void ShowTaxUpdates(Settlement set)
Parameters
Extension Methods