Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Missing 9% VAT tax tariff #25

Open
BobKrusemeijer opened this issue Jan 16, 2020 · 0 comments
Open

Missing 9% VAT tax tariff #25

BobKrusemeijer opened this issue Jan 16, 2020 · 0 comments

Comments

@BobKrusemeijer
Copy link

The Enum value of TaxClass is missing the new tax tariff of 9% which in effect since 1 January 2019. Could you please expand this enum class to contain this tariff as currently we get the wrong reports as result of this issue.

See:
https://github.com/paynl/csharp-sdk/blob/master/PAYNLSDK/Enums/enums.cs

  /// <summary>
    /// TaxClass enumeration
    /// </summary>
    public enum TaxClass
    {
        [EnumMember(Value = "N")]
        None = 0,
        [EnumMember(Value = "L")]
        Low = 6,
        [EnumMember(Value = "H")]
        High = 21
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant