Class TaxCategoryCode
UNTDID 5305 - Duty/tax/fee category codes for EN 16931. Name carries the XML serialization value.
public sealed class TaxCategoryCode : SmartEnum<TaxCategoryCode, int>, ISmartEnum, IEquatable<SmartEnum<TaxCategoryCode, int>>, IComparable<SmartEnum<TaxCategoryCode, int>>
- Inheritance
-
TaxCategoryCode
- Implements
-
ISmartEnum
- Inherited Members
-
SmartEnum<TaxCategoryCode, int>.FromValue(int)SmartEnum<TaxCategoryCode, int>.FromValue(int, TaxCategoryCode)SmartEnum<TaxCategoryCode, int>.TryFromValue(int, out TaxCategoryCode)SmartEnum<TaxCategoryCode, int>.ToString()SmartEnum<TaxCategoryCode, int>.GetHashCode()SmartEnum<TaxCategoryCode, int>.Equals(SmartEnum<TaxCategoryCode, int>)SmartEnum<TaxCategoryCode, int>.When(SmartEnum<TaxCategoryCode, int>)SmartEnum<TaxCategoryCode, int>.When(params SmartEnum<TaxCategoryCode, int>[])SmartEnum<TaxCategoryCode, int>.CompareTo(SmartEnum<TaxCategoryCode, int>)SmartEnum<TaxCategoryCode, int>.ListSmartEnum<TaxCategoryCode, int>.NameSmartEnum<TaxCategoryCode, int>.Value
Fields
CanaryIslandsGeneralIndirectTax
L: Canary Islands general indirect tax.
public static readonly TaxCategoryCode CanaryIslandsGeneralIndirectTax
Field Value
ExemptFromTax
E: Exempt from tax.
public static readonly TaxCategoryCode ExemptFromTax
Field Value
FreeExportItemTaxNotCharged
G: Free export item, tax not charged.
public static readonly TaxCategoryCode FreeExportItemTaxNotCharged
Field Value
ServiceOutsideScopeOfTax
O: Service outside scope of tax.
public static readonly TaxCategoryCode ServiceOutsideScopeOfTax
Field Value
StandardRate
S: Standard rate.
public static readonly TaxCategoryCode StandardRate
Field Value
TaxForProductionServicesAndImportationInCeutaAndMelilla
M: Tax for production, services and importation in Ceuta and Melilla.
public static readonly TaxCategoryCode TaxForProductionServicesAndImportationInCeutaAndMelilla
Field Value
VatExemptForEeaIntraCommunitySupplyOfGoodsAndServices
K: VAT exempt for EEA intra-community supply of goods and services.
public static readonly TaxCategoryCode VatExemptForEeaIntraCommunitySupplyOfGoodsAndServices
Field Value
VatReverseCharge
AE: VAT Reverse charge.
public static readonly TaxCategoryCode VatReverseCharge
Field Value
ZeroRatedGoods
Z: Zero rated goods.
public static readonly TaxCategoryCode ZeroRatedGoods
Field Value
Properties
DisplayName
public string DisplayName { get; }
Property Value
Remark
public string? Remark { get; }
Property Value
Methods
FromName(string, bool)
[DynamicDependency(DynamicallyAccessedMemberTypes.PublicFields, typeof(TaxCategoryCode))]
public static TaxCategoryCode FromName(string name, bool ignoreCase = false)
Parameters
Returns
FromValue(int)
[DynamicDependency(DynamicallyAccessedMemberTypes.PublicFields, typeof(TaxCategoryCode))]
public static TaxCategoryCode FromValue(int value)
Parameters
valueint
Returns
TryFromName(string, out TaxCategoryCode)
[DynamicDependency(DynamicallyAccessedMemberTypes.PublicFields, typeof(TaxCategoryCode))]
public static bool TryFromName(string name, out TaxCategoryCode result)
Parameters
namestringresultTaxCategoryCode
Returns
TryFromValue(int, out TaxCategoryCode)
[DynamicDependency(DynamicallyAccessedMemberTypes.PublicFields, typeof(TaxCategoryCode))]
public static bool TryFromValue(int value, out TaxCategoryCode result)
Parameters
valueintresultTaxCategoryCode