Enum Class BzstDipConfiguration.SupportedApplicationCode
java.lang.Object
java.lang.Enum<BzstDipConfiguration.SupportedApplicationCode>
software.xdev.bzst.dip.client.model.configuration.BzstDipConfiguration.SupportedApplicationCode
- All Implemented Interfaces:
Serializable,Comparable<BzstDipConfiguration.SupportedApplicationCode>,Constable
- Enclosing class:
- BzstDipConfiguration
public static enum BzstDipConfiguration.SupportedApplicationCode
extends Enum<BzstDipConfiguration.SupportedApplicationCode>
DAC7 and CESOP both EU regulatory frameworks aimed at improving tax transparency and combating tax evasion
within
the European Union. This data is shared with EU tax authorities to ensure proper taxation of digital econmy
participants across member states
DAC7: requires digital platform (e.g. facilitating e-commerce, short term rental) to report income earned by sellers using their services.
CESOP: requires payment service providers (e.g. banks and payment platforms) to report cross-border payments involving EU businesses to a central EU system. This data helps tax authorities and monitor transactions more effectively across borders.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DAC7
-
CESOP
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-